• Resolved webdesignkilkenny

    (@webdesignkilkenny)


    Hi guys,

    Slightly off topic maybe but we’re using the plugin with the Avada theme and we’re not getting the “Added to Cart” message or the View Cart button when we click on the Add to Cart button meaning the users isn’t getting any notification that they’ve added something to their cart.

    We assume that Avada is suppressing these items? Anybody got any idea how to get around this?

    Regards,

    Eoin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author The Rite Sites

    (@theritesites)

    Hi Eoin!

    I am glad to assist you with this issue ??
    So I can see on the supplied link that the “View cart” button does show up with classes “added_to_cart wc-forward” supplied to the <a> tag button. In the inspector, we are seeing that the “added_to_cart” class has an inline style overriding the display with “display: none;”
    The direct css from the inspector:

    
    .added_to_cart {
     display:none
    }
    

    The CSS should either be found & removed, or otherwise dealt with. I would also like to point out, just removing the styling above will make the “View cart” a plain text link (e.g. no button styling) so if you would like it to be a button you will need to do some styling most likely.

    The other error messages should come up when applicable. I am not seeing any CSS that would hide the messages like the “View cart” button has. We were able to find another bug in your version that does not show a validation message for negative quantities. This is patched in the upcoming version already, but it is not released….. yet. Look for it soon for a much needed upgrade!

    Please feel free to reach out if you have any more comments, questions or concerns! ??

    Cheers,
    Parker Mathewson

    [ Signature moderated ]

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @theritesites Please do not “sign” your messages — especially with an email address. Do not ask for off-forum contact.

    Thread Starter webdesignkilkenny

    (@webdesignkilkenny)

    Hey Parker,

    That worked great man – thanks for pointing us in the right direction.

    Eoin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Added to Cart Message not display’ is closed to new replies.