• ib1222

    (@ib1222)


    Hey,

    I don’t like how the gift code form is in the cart. I have some questions about this how it I can solve this.

    1. Is it possible just to have the standard coupon code form of woocommerce instead of 2 different ones (one of woocommerce and one of YITH gift cards). So can the gift card codes be used in the normal woocommerce coupon. If yes, how can I delete the form of YITH gift cards?

    2. If this isn’t possible. How can I customize and move the YITH gift code form in the cart page to somewhere I want. Let’s say with a shortcode or something?

    Please I need help ASAP.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Fran Mendoza

    (@franmglez92)

    Hello there,
    hope you are doing well! 🙂

    Sure, by default it’s possible to use WooCommerce coupon fields to add the gift cards, so you only need to hide the gift card forms by adding the next CSS in your theme:

    .ywgc_have_code{
      display: none;
    }

    Could you check it and let us know, please?

    Have a nice day!

    Thread Starter ib1222

    (@ib1222)

    Hey Fran Mendoze thank you so much for your fast reply. I use the free YITH gift cards plugin. Is this possible for the free one also?

    Thread Starter ib1222

    (@ib1222)

    Hey I want to know the shortcode for the form. Do you have this?

    Plugin Support Fran Mendoza

    (@franmglez92)

    Hello there,

    I use the free YITH gift cards plugin. Is this possible for the free one also?

    Yes, of course, in the free version it’s possible by default to use the coupons fields to add the gift card codes.

    Hey I want to know the shortcode for the form. Do you have this?

    Unfortunately, there is no shortcode for this field, sorry.

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

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘YITH gift card code form in cart page problem’ is closed to new replies.