• I can’t get the free YITH Gift Card plugin to work with the Booster for WooCommerce plugin using the option to set a minimum value for every order. Since I have the minimum value set at $50 when you use a gift card large enough to bring the total down to below $50, the processing doesn’t happen as it sees the cost below the set $50 minimum. I’d like to look at purchasing the premium to get more in depth with gift cards, however I’d like to see how to get this to work first as this is a huge issue if I can’t. Thanks in advance for anyone’s help.

    Please keep in mind I am an extreme wordpress newb ??

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! ??

    We understand the cause of the problem, we will try to explain it to you and give you a possible solution.

    The problem is the next, the rule to set a minimum value for every order takes the order total value on the cart and the gift card, subtract his value from the order total, so when the Booster plugin checks the order total, it doesn’t reach the minimum.

    To solve this issue, you can hide the gift card fields in the cart and checkout and use the default WooCommerce coupons fields to redeem also the gift cards, on this way, all should work properly.

    To remove the gift card fields in cart and checkout, we can give you a CSS code that you can add in your theme to hide them. In the premium version of the plugin, you have an option to remove them from the plugin settings.

    Let us know if you have any doubt and if this solution could work for you, please.

    Have a nice day!

    Thread Starter axcesscatering

    (@axcesscatering)

    Can we try the CSS first to see how it looks? And if I am understanding it correctly the premium version does what the CSS will do but in a friendly way?

    Thread Starter axcesscatering

    (@axcesscatering)

    Just following up on this. Please advise.

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    Sorry for the late reply.

    And if I am understanding it correctly the premium version does what the CSS will do but in a friendly way?

    Yes, exactly.

    Here is the CSS:

    
    .ywgc_have_code{
    	display: none;
    }

    Could you check it and let us know any news, please?

    Have a nice day!

    Thread Starter axcesscatering

    (@axcesscatering)

    All that did was remove the option to put the card in. We still want to use the card, however we don’t want the booster plugin to override saying “Your order doesn’t meet the minimum of $50” because the gift card is in play.

    Hope I am explaining correctly.

    Example – Customer has gift card for $100. Order total is $65. Thus when I put the gift card in, it takes total to $0 with a $35 balance. Due to this balance, the booster minimum order threshold is not met as with the gift card it’s zero dollars. What I am wanting is for booster to ignore the threshold if the gift card is in play.

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    What you need is not possible using the gift card code fields, for this reason, we suggest you to hide them and use the default WooCommerce coupon fields, to make the gift cards work as coupons, on this way, you should achieve what you need.

    This is the only thing we can do to try to make it work with Booster.

    If you have any doubt let us know and we will be happy to help you.

    Have a nice day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Using Booster with Min Order value – Doesn’t work with card’ is closed to new replies.