Add to cart ico not change
-
Hi, once I click “Add to cart” button, it stayes as check-in icon: https://ibb.co/fdFgDfd
I guess it suppose to disappear as custommer might add more times the same product.
P.S. Adding more times works, but icon is not logical.
Please check
Hi aleksandreeu,
Thanks for reaching to us.
When you clicked on Add to cart button for the first time, it changed to check-in icon and indicated to customers that product has been added to cart. Then, customers can add more times to update the quantities.
Regards,
So is it expected to work like that?
I would expect icon to he changed back to the cart ico once item is added.
Hi aleksandreeu,
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-add-btn.wd-action-btn>a.added:before {
content: "\f123";
}
Regards,
Hi aleksandreeu,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
The topic ‘Add to cart ico not change’ is closed to new replies.