How to hide these plus and minus quantity selector which is duplicated ,
please check the screenshot :
https://ibb.co/1GqSXKdn
Is it okay to use disable : none; ? in frontend css
]]>I have an application that sends latitude and longitude data ( https://snipboard.io/CbL4UT.jpg ).
The locations have a hyphen or minus sign at the beginning and this sign does not appear in the spreadsheet.
How can I fix this issue with the minus sign or hyphen?
]]>add_filter('wqpmb_show_validation',function($bool, $data){
global $product;
if(!is_object($product)) return $bool;
if(is_object($product) && $product->get_type() === 'simple'){
return $bool;
}else{
return false;
}
return $bool;
},10, 2);
Code from Github: https://gist.github.com/codersaiful/121cc82af31f5eaabb71bbfda089237f
]]>It does not check the stock of the product, you can add more units than are allowed. Please correct this error.
The website is this: https://nueva.cactusloft.com
]]>The quantity buttons on the product page are currently displayed minus, plus and then the quantity box. If I remember correctly, previously the buttons on the product page were displayed minus, quantity box, plus. On the shopping cart page the buttons are displayed correctly.
How can the buttons on the product page also be displayed minus, quantity box, plus? I have installed version 2.2 of the plugin.
Any help is greatly appreciated. I added a link to my website (product page). If any additional information is needed, please let me know.
]]>WPC Grouped Product for WooCommerce (Premium) and
WPC Variations Radio Buttons for WooCommerce.
I’m not sure how I can align the plus and minus buttons on one row next to the quantity number. by default those buttons are vertical on my website (I’m using elementor).
Can you please help?
Thank you