Home Forums WoodMart support forum Stock Input problem with

Stock Input problem with

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #541748

    minde
    Participant

    Hi,
    I am using two extra plugins:
    – Smart Product Quantity (WooCommerce)
    – WooCommerce Measurement Price Calculator (WooCommerce)

    It seems that the Woodmart theme alters input values. For example, if a product has an input step of 1.44, when you click the “+” button, the input changes to 2.84 instead of 2.88. Conversely, if you decrease by one step, it shows 1.36. I have activated another theme, and everything worked perfectly. Can you please check this issue? It significantly impacts our business.

    A video demonstrating the issue is attached.

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

    Luke Nielsen
    Keymaster

    Hello,

    Please confirm the permission for plugin deactivation, and switch to the parent/default theme. As soon as we complete the testing we will enable all back, You would better make the full backup of your site. Also, please send access to the admin dashboard.

    Best Regards.

    #541754

    minde
    Participant

    Ok, i confirm.

    #542053

    minde
    Participant

    Hi , have you checked this?

    #542379

    Luke Nielsen
    Keymaster

    Hello,

    Unfortunately, we do not support these plugins, but you can enable the default quantity to make it work:

    1. Copy this file to the functions.php file in your child theme: wp-content/plugins/woocommerce/templates/global/quantity-input.php

    2. Define the code below in Theme Settings -> Custom CSS -> Global Custom CSS area.

    div.quantity input[type="button"] {
        display: none;
    }
    
    div.quantity input[type="number"]{
        min-width: 150px;
        
        border-right: 2px solid #e5e5e5;
        border-left: 2px solid#e5e5e5;
    }
    
    .quantity input[type=number]::-webkit-inner-spin-button, 
    .quantity input[type=number]::-webkit-outer-spin-button {  
        opacity: 1;
        
        -webkit-appearance: button !important;
        -moz-appearance: button !important;
        appearance: button !important;
    }

    Kind Regards

    #542394

    minde
    Participant

    Not working. I did what you have writen.

    #542423

    Luke Nielsen
    Keymaster

    Hello,

    Just this path: woocommerce/global/quantity-input.php: https://take.ms/To46R

    Let me know the result.

    Kind Regards

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