This topic has 6 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi, I’ve installed woocommerce dynamic price and would like for the quantity discount promotion to display permanently on the single product page of items included in the promotion, currently, the promotion only displays after color and size have been selected. please help
Hello,
Add the below code to Theme Options > Custom CSS
.single-product .rp_wcdpd_pricing_table_variation_container {
display: block!important;
opacity: 1 !important;
}
Regards
it doesn’t seem to be working please can you try
Hello,
I take a closer look and see that WooCommerce Dynamic Pricing & Discounts plugin refresh the table only if you chose the variation, in other case they display nothing https://prnt.sc/1v0cmfb Unfortunately, we can do nothing with that because it’s related to plugin code, not to theme code.
Regards
can you put me in contact with the plugin support or contact them on my behalf?
Hello,
You can ask them in the comments area if they able to show that table always https://codecanyon.net/item/woocommerce-dynamic-pricing-discounts/7119279/comments
Regards
You must be logged in to reply to this topic.Log in/Sign up