Hi,
could you provide your web site URL ?
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.
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?
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.