Plugin Author
vark
(@vark)
Hi,
Thanks for the kind words. The plugin has a POT file all ready for translation, in the languages folder. The titles you are looking for are included there.
If you have an difficulties, you can contact me on my support channel, at: http://www.varktech.com/support/
Thanks again,
Vark
I added this code in my functions.php file
function coupon_code_discount_title() {
return 'desconto progressivo'; //new coupon title
}
add_filter('vtprd_coupon_code_discount_title', 'coupon_code_discount_title', 10);
But I got this error: the person can remove the coupon discount and the discount is not applied. What should I do?
Thanks!
Plugin Author
vark
(@vark)
Hi,
I’m sorry, but I don’t understand the error you mentioned… If you would, please address this in precise detail in my support channel (rather than here), at http://www.varktech.com/support/
Thanks,
Vark