Okay
  Public Ticket #3708364
Add to cart quantity bug
Closed

Comments

  •  45
    Clara started the conversation

    Hello,

    I have an issue with the appearance of the quantity input when adding a product to the cart.

    Most of the products have their quantity set to one in the inventory, causing a bug.

    I believe WooCommerce is supposed to remove the +/- input when it is the case. However, with Salient installed, it's not removed properly.

    Please advise on how to fix this issue.

    Thank you

  •  8,837
    Tahir replied

    Hey Again,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks.


    ThemeNectar Support Team 

  •   Clara replied privately
  •  8,837
    Tahir replied

    Hey Again,

    This was fixed: https://themenectar.com/changelogs/salient.html#:~:text=Fixed%20WooCommerce%20mini%20cart%20quantity%20selection%20when%20using%20individually%20sold%20products

    Please update to the Latest Salient Theme Version.

    The current version of the theme is v16.3.1 (7/22/24) and the current version of the page builder is 7.2.2 . Salient versions older than v11 won't be compatible with WordPress 5.5.

    Here's the documentation on the available methods for updating Salient: http://themenectar.com/docs/salient/updating-salient/#methods

    To get a list of Bug Fixes and new Feature addons in the Latest Theme updates view change log here http://themenectar.com/changelogs/salient.html .

    Thanks.


    ThemeNectar Support Team 

  •  45
    Clara replied

    Well, I just updated both the theme and the page builder, and the bug's still here. Can you look into this please ?

    Thanks

  •  8,837
    Tahir replied

    Hey Again,

    Thanks for updating to test. Escalating this to the developer as this could be a new issue.

    Thanks.


    ThemeNectar Support Team 

  •  1,069
    ThemeNectar replied

    Hey Clara,

    You can correct that prior to the next release by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

    .style_slide_in_click .product-meta .modify > .quantity:has(input[type="hidden"][min="1"][max="1"]),
    .cart .quantity:has(input[type="hidden"][min="1"][max="1"]) {
        display: none;
    }
    

    Cheers