• I am using Woocommerce plugin with Inspire theme from Woo Club. The site is working fine with Firefox, IE, Chrome and Opera. But on Safari browser, the cart page doesn’t show product quantities. Instead when we use “+” or “-” option, it just displays random symbols like colon,semi-colon etc. instead of numbers. The update function works fine as when we click the “+” sign 3 times, the amount is updated as 3X on cart. What could be the issue?

    All browsers are the latest versions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having the same issue with some browsers using wooshop. + and – there but no numbers. I found another post saying it was a fault in the style.css. But they did not say what the fix was. Any info would be helpfull.

    I found the answer

    Searched style.css for line with .quantity .qty

    Replaced line with

    .quantity .qty { border-top:1px solid #ccc; border-bottom:1px solid #ccc; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; width:16px; text-align: center; min-width: 30px; }

    Hey cs650, is it possible to explain more about how you resolved this issue? The active css sheet for woocommerce isn’t style.css, it’s woocommerce.css and i don’t have a ‘.quantity .qty’ line in there. (I may have a newer version of the plugin)

    But i’m having exactly the same issue. If i add quantity of 5 of a product to cart, the cart displays no number and indeed, if I click to go to checkout, I get a ‘your cart is empty’ message HOWEVER at the point of the cart not displaying the number, the code is saying the quantity is there and has been remembered.

    Doesn’t make any sense.

    @ jfarr13…

    It needs to go in the style.css for your theme NOT woocommerce.

    So appearance>>>editor>>>yourtheme>>>style.css

    Hope this helps, I know its been 2 weeks and you have probably worked it out by now but I registered here just to try and help you ??

    Hi guys,

    I am not sure where went wrong, but after i added in this code (https://holondesign.com/woocommerce-dropdown-variables-instead-of-select-options-button/) at my page
    https://chewseafood.com.sg/ , the number is not showing between the “+” and”-” sign.

    The problem is only on the home page though, the product page is working fine.. Any ideas?

    Appreciate your help!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Woocommerce] Product quantity not showing on cart page’ is closed to new replies.