Mykola Lukin
Forum Replies Created
-
Hi Alexlii!
That because membership pro does not know anything about tiered pricing. You need a custom add-on which will recalculate tiered price based on membership discount.
It’s a custom development and if you are interested in it I may provide an estimate.
Thanks!
Kolya
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updatingSorry, the plugin cannot support all themes
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Variable ProductI Will be glad if you leave a review for plugin, thank you!
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Minim OrderGlad to help! I Will be glad if you leave a review for plugin, thank you!
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Variable ProductNo, it needs theme modifications
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Variable ProductHi!
That’s because your theme twice trigger hook ‘woocommerce_before_add_to_cart_button’. Try to change table position hook, or modify theme template and remove one.
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Minim OrderHi!
Try this:
.price-rules-table-wrapper > table > tbody > tr:nth-child(1) { display: none; }
- This reply was modified 6 years ago by Mykola Lukin.
- This reply was modified 6 years ago by Mykola Lukin.
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Minim OrderHi @bionut
You can hide it with CSS. Or change template of the table -> view/frontend/price-table.php (In this case you cannot update the plugin)
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Will This Work With Divi Theme?Hi!
Plugin should work with any theme. If you have any issue, let me know.
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updating@jgpuca Search table rendering here – https://joxi.ru/Y2L3P1Jt9ZgZjm
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updatingWhich part? If you are talking about theme price change logic – it’s not the plugin issue and needs to be changed in theme.
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updatingSorry, but mostly in themes, when you raise the quantity, price doesn’t change, total price (product price * quantity) shows only in the cart, so I did not support that, it needs to be fixed individually.
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updatingHi @jgpuca ! What is subtotal in a product page? Could you provide me an example?
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updating@pepperjackdesign Okay, I’ll let you know. But if you are web developer I may help how to do it yourself
Forum: Plugins
In reply to: [Tiered Pricing Table for WooCommerce] Product Price not updatingHi! Actually this feature already exists, you can try it on Storefront theme. But hard to support all themes, so it may not works in some of them. It needs to fix individually. Sorry for that