This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
I have just updated to the most recent versions of Woocommerce, WordPress and IDStore.
1. I have just tried to add a new variable product and it is showing SKU (you told me how to remove this in the past but it has returned).
2. More importantly I am not able to correctly make a variable product. I cannot get it to work, things seem to change by themselves. There is always either no default selected, or the price doesn’t change from the default, or I get the error message “Sorry, no products matched your selection. Please choose a different combination.” (most common problem)
Please help.
Hello,
I’ve deleted the file variable.php in the directory wp-content/themes/idstore/woocommerce/single-product/add-to-cart. Please check variable products now.
To remove SKU number I’ve added this code in custom.css:
div.product_meta span {
display: none !important;
}
Clear browser cache and check.
Regards,
Eva Kemp.
Hi Eva,
This has now removed all prices from every single product.
Please fix it asap as nobody will be able to buy at the moment unless they select a variable product.
Thanks
Hello,
I’ve replaced code above to this:
div.product_meta .sku_wrapper {
display: none !important;
}
Please check.
Regards,
Robert Hall.
Awesome, thanks for the quick response.
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: products, remove, variable, woocommerce, wordpress
The issue related to '‘How to fix new variable products and remove SKU?’' has been successfully resolved, and the topic is now closed for further responses