• But can I translate these lines in the checkout page?
    Discount Product Quantity Discount Amount
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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: https://www.varktech.com/support/
    Thanks again,
    Vark

    Thread Starter mvfs314

    (@mvfs314)

    Thanks! It worked! ??

    Thread Starter mvfs314

    (@mvfs314)

    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 https://www.varktech.com/support/
    Thanks,
    Vark

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Amazing’ is closed to new replies.