Top WooCommerce & WordPress Plugins › Forums › Product Price by Quantity for WooCommerce › Price table question
- Support forum for the Dynamic Pricing & Bulk Quantity Discounts.
- This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by
Tom Anbinder.
- AuthorPosts
-
October 22, 2021 at 6:18 pm #92415
Scott
GuestHi 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.45100 – 249
$12.20250 – 499
$11.95Closest 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.95However 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 ?
October 25, 2021 at 3:43 pm #92416Hi 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 theprice_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.
October 25, 2021 at 9:48 pm #92417Scott
GuestHi 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
October 26, 2021 at 8:46 am #92418Hi 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"]
- AuthorPosts
- You must be logged in to reply to this topic.