Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1240762

    Hi there,

    It appears that the quantity of items isn’t visible on the “Cart” or “Checkout” pages (mobile only) on our website. I spoke with WooCommerce and they said that the issue was theme related.

    Any thoughts are appreciated, thanks!

    #1241911

    Hey vantagepointmg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .shop_table .product-quantity,
      .responsive table.shop_table .product-subtotal  {
          display: block;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1242227

    That worked perfect, Victoria, thank you!

    #1242303

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Quantity Not Showing Up on Cart Page (WooCommerce)’ is closed to new replies.