• Resolved trevorstaats

    (@trevorstaats)


    I am using the free version of Gift Cards to evaluate for a customer. I did have this working but since the latest update, the error “The gift card has an invalid amount” is appearing when trying to add to cart. I have added a number of gift card preset values.

    Thanks,
    Trevor.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    we hope you’re doing well!

    We have entered your site and it seems that you do not have the JS files that our plugin uses loaded and it is likely that the problem comes from there. Try adding this code in the functions.php file of your active theme:

    if ( defined( 'YITH_YWGC_INIT' ) ) {
      add_filter( 'yith_ywgc_do_eneuque_frontend_scripts', '__return_true' );
    }

    Check it out and tell us if it works well for you.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter trevorstaats

    (@trevorstaats)

    Thank you – that is working 100% now. Thanks for your amazing fast support, much appreciated.

    Cheers,
    Trevor.

    Hi Trevor,
    thanks for your reply.

    Perfect! We are glad to have helped you fix it :).

    We will mark this topic as resolved.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Gift Card Invalid Amount’ is closed to new replies.