Home Forums WoodMart support forum This is my site and How can I add quantity of that product in show page.

This is my site and How can I add quantity of that product in show page.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #73863

    lionlaith11
    Participant

    Hello, I have an issue with this theme. I need to display quantity in also the product which has variations. This is my site and How can I add quantity of that product in show page. (I don’t need to have a single product page.)

    Theme settings -> Shop -> Hover on product >Selected Standard button

    #73885

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to show quantity for variable products

    body .quick-shop-wrapper .woocommerce-variation-add-to-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
    }
    body .quick-shop-wrapper .quantity {
        display: block !important;
        margin-bottom: 15px;
    }

    Regards

    #73893

    lionlaith11
    Participant

    Thank You

    #73896

    Artem Temos
    Keymaster

    You are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

    #89116

    lionlaith11
    Participant

    Hello,

    The quantity is there but some of the items aren’t responding to it properly. for example I try to add 3x of a certain item when i press add to cart only 1x goes to the cart. half of the items are like that. Any ideas?

    #89131

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #89284

    lionlaith11
    Participant

    Go to the website linked below. scroll down and try to add a quantity of 3 on any of those products and then you can check what the cart says.

    #89287

    Artem Temos
    Keymaster

    Just checked and it works correctly https://gyazo.com/2c70893fe8c06c9a803850ba3ea9f331

    #89324

    lionlaith11
    Participant

    some product work other dont. try to go to the link below and try it. I sent you a screenshot as an example

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

    Artem Temos
    Keymaster

    We tested these products and they work correctly as well.

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