Home Forums WoodMart support forum Add to cart ico not change

Add to cart ico not change

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #544014

    aleksandreeu
    Participant

    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

    #544239

    Hung Pham
    Keymaster

    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,

    #544384

    aleksandreeu
    Participant

    So is it expected to work like that?
    I would expect icon to he changed back to the cart ico once item is added.

    #544664

    Hung Pham
    Keymaster

    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,

    #544665

    aleksandreeu
    Participant

    Thanks!

    #544670

    Hung Pham
    Keymaster

    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,

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

The topic ‘Add to cart ico not change’ is closed to new replies.