Plugin Support
ijas
(@ijasacodez)
You can change the ‘Pricing Table Value Display’ view from the settings section (Pricing Rules -> Settings -> Pricing Table -> Pricing Table Value Display).
yes, I have been searching there. But I cannot find a setting to remove/change the “OFF” label shown in tables with quantity-based discount.
Plugin Support
ijas
(@ijasacodez)
You can only change the value display (view) from the settings, if you need to remove the ‘OFF’ label entirely from the tables, you will have makes changes on the plugin file.
– Just open the class-awdp-discount.php.php file (folder path: wp-content -> plugins -> aco-woo-dynamic-pricing -> includes)
– Search for ‘Pricing table texts’ or navigate to line 1406
– Remove / replace the OFF text.
Hope this helps. We will try to add an option to change the text from the backend on our future updates. Thanks.
Thank you for your response. I will try that.
FYI – It worked 🙂
Thank you again
Plugin Support
ijas
(@ijasacodez)
Thanks.. marking this thread as resolved, please feel free to open a new thread if you have any other queries.
I wouldn’t recommend altering the code. There’s a POT-file you can use to create your own language file. Just replace the “% OFF” string with anything you like or replace it with “ ” for an empty string.
-
This reply was modified 5 years, 6 months ago by
Sjoerd Blom.
Plugin Support
ijas
(@ijasacodez)
We will be adding an option to change the text (% OFF) on our next update (3.6.6), we have already pushed the update on our demo site (Pricing Rules -> Settings -> Pricing Table -> Pricing Table Value Text* (Suffix Text) – make sure the ‘Pricing Table Value Display’ is either ‘Discount value’ or ‘Both…’). Hope this helps.