• Hi. This plugin works very well!

    The card can be added to cart when choose amount dropdown value is in default (‘choose an amount’) value, and it is added to the cart with 0 value.

    How can I solve this?

    Thank you

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

    (@yithemes)

    Hi,
    could you provide your web site URL ?

    Thread Starter juanbenjumea

    (@juanbenjumea)

    Hi,

    This is the gift card URL
    http://suarezclothing.com/co/producto/tarjeta-regalo/

    Thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the plugin prevent from submitting null values by hiding the add to cart button.
    In your theme, this button is always visible and this let the user to add a gift card without an amount.
    The CSS rule that is causing the issue is the following:

    .single_variation_wrap {
        display: block !important; /* THIS IS THE CAUSE */
        height: auto !important;
    }

    I checked that even on variable product the add to cart button can be used without selecting any variation attribute so i advice you to change the CSS rule above.

    Thread Starter juanbenjumea

    (@juanbenjumea)

    Thank you very much!

    I have exactly the same issue. When add a gift card in cart, amount is showing zero.
    Can you please tell me, why amount showing zero in cart?

    Plugin Author YITHEMES

    (@yithemes)

    Hi @gpriya9876,
    as we replied to @juanbenjumea, the plugin hides the ‘Add to Cart’ button in order to prevent gift card with null amount from being used, maybe on your theme this hack is not working, provide you web site URL and we’ll check it.

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

The topic ‘Card ammount’ is closed to new replies.