Price table question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92415
    Scott
    Guest

    Hi Tom,

    For products that have a minimum order quantity, currently using Woo’s Min/Max to set the minimum. I was testing the free version of your Wholesale Pricing plugin when I hit an issue. With other volume discounting plugins, I’d been able to display a price table that starts at the minimum quantity and “regular price”. For example:

    Quantity
    Price (each)

    48 – 99
    $12.45

    100 – 249
    $12.20

    250 – 499
    $11.95

    Closest I can get with free version is:

    from 48 pcs.
    from 100 pcs.
    from 250 pcs.

    $12.45 $12.45
    $12.45 $12.20
    $12.45 $11.95

    However it shows starting quantity price with strikeout, in same amount as the regular rate. So my question is, will the Pro version of the plugin allow me to achieve results similar to first chart ?

    #92416
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Scott,

    There is a number of attributes you can use to modify the output of our [alg_wc_product_wholesale_pricing_table] shortcode. For example, to get rid of the struck out prices, you can use the price_row_format attribute, e.g.:

    [alg_wc_product_wholesale_pricing_table price_row_format="%new_price_single%"]

    Please give it a try and let me know if you have any questions.

    #92417
    Scott
    Guest

    Hi Tom,

    Thanks that was helpful. However I have not found a way to include headers in the table for product page. Assuming my table is vertical, it would be great if my quantity column said “Quantity”, and my price column said “Price each:”. Is this available in the plugin and I’m just not seeing it?

    Cheers,

    Scott

    #92418
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Scott,

    Please try this:

    [alg_wc_product_wholesale_pricing_table price_row_format="%new_price_single%" table_format="vertical" extra_row_before="Quantity|Price each:" table_heading_type="none"]
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.