Good morning Enfold Team,
I have a problem applying a discount coupon. At the moment I enter the coupon code and click on Apply coupon button (Aplicar cupon) it ejects from the cart page
The coupon is applied correctly but this error forces to go an enter to the shopping cart page again.
How can I solve that?
I do not know if it is related to the code change I made recently to display the cart icon on the mobile:
@media only screen and (max-width: 1024px) {
#menu-item-shop {
display: block !important;
}
}
@media only screen and (max-width: 430px) {
#menu-item-shop .cart_dropdown_link {
padding-right: 0 !important;
}
#header_main .av-logo-container {
margin: 0 !important;
width: 95% !important;
max-width: 95% !important;
}
}
I’ve seen I have the same problem if I change the Shipping Address and click Update button. I’m expelled from the cart page too.
Thank you in advance.
Hey dase_es,
Best regards,
Victoria