Okay
  Public Ticket #1732970
Shopping cart missing from nav
Closed

Comments

  • Jessica Karels started the conversation

    Shopping cart missing from nav - I added an item to the shopping cart and the cart icon does not show. Using child theme with Original Skin

  •  3,030
    Andrew replied

    Hi Jessica,

    Could you make sure you have enabled the shopping cart in the nav in salient \ woocommerce area for the cart to display on the menu.

    Cheers.

  • Jessica Karels replied

    "Enable WooCommerce Cart In Nav" is set to "On".


    I looked at the html/css and noticed that the wrapper for the shopping cart button set display to "none"

    @media only screen and (max-width: 1080px) and (min-width: 1000px)
    .cart-outer, body #header-outer[data-full-width="false"] .cart-outer {
        display: none;
    }


  •  3,030
    Andrew replied

    Hi Jessica,

    With the theme skin "Original" the cart icon won't show unless you add a product to your cart. Please see image.


    Kind Regards

  • Jessica Karels replied

    What browser are you using? I am using chrome and the icon does not show up.

  •  3,030
    Andrew replied

    Hi Jessica,

    I am also using Chrome as indicated earlier you will first need to add a product to cart. The icon may not show on you cart page and also checkout page.

    Kind Regards

  • Jessica Karels replied

    There must be something weird going on with chrome on my work computer. I put something in my cart and go back to the home page, and I don't see the cart icon. However, if I use chrome at home, it works. 


    Oh well - I'll consider it fixed.