Home › Forums › WoodMart support forum › Stock Input problem with
Stock Input problem with
- This topic has 6 replies, 2 voices, and was last updated 1 year ago by
Luke Nielsen.
-
AuthorPosts
-
February 20, 2024 at 1:15 pm #541748
mindeParticipantHi,
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.February 20, 2024 at 1:45 pm #541752
Luke NielsenKeymasterHello,
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.
February 20, 2024 at 1:49 pm #541754
mindeParticipantOk, i confirm.
February 21, 2024 at 10:05 am #542053
mindeParticipantHi , have you checked this?
February 21, 2024 at 4:18 pm #542379
Luke NielsenKeymasterHello,
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
February 21, 2024 at 4:32 pm #542394
mindeParticipantNot working. I did what you have writen.
February 21, 2024 at 5:19 pm #542423
Luke NielsenKeymasterHello,
Just this path:
woocommerce/global/quantity-input.php
: https://take.ms/To46RLet me know the result.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register