WooCommerce "view cart" button missing

Home Forums Jevelin Theme WooCommerce "view cart" button missing

Home Forums Jevelin Theme WooCommerce "view cart" button missing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • keisenbraun
    Participant

    Hello,

     

    When I add a product to my cart, I get a message saying “(product) has been added to your cart,” but I do not get a “view cart” or “checkout” button.

     

    How can I get the “view cart” button to appear?

     

    Thank you!

     

    Attachments:
    You must be logged in to view attached files.

    Hi @keisenbraun,

     

    I hope you are well today and thank you for your question.

     

    It seems the question of woocommerce plugin so could you please contact the plugin support to display it?

     

    Does it display for you when you temporary use the Twenty Seventeen theme on your site?

     

    Best regards,
    Shufflehound team

    keisenbraun
    Participant

    Hello, yes I activated the Twenty Seventeen theme and when I add something to the cart, I do get a message that says “View cart.” See screenshot.

     

     

    Attachments:
    You must be logged in to view attached files.

    Ok then could you please share the page URL from your site where it is not displaying so that I can troubleshoot it?

    keisenbraun
    Participant

    Website is https://jennastjames.com/shop/

     

    Login credentials below

     

    Thank you!

    Solution for this topic

    You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce-notices-wrapper a.button.wc-forward {
        display: inline-block;
        float: right;
        padding: 0 !important;
        line-height: 1 !important;
        background: transparent !important;
        color: #47c9e5 !important;
    }
    
    .woocommerce-notices-wrapper a.button.wc-forward:hover {
        background: transparent !important;
        text-decoration: underline;
    }

    keisenbraun
    Participant

    That worked, thank you so much!

    You are most welcome here 🙂

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