This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
I have a handful of products that will only be sold individually because they require personalization.
When I check the “sold individually” option on the product page, the quantity selection disappears, but the title remains.
I did try deactivating all third-party plugins, but the issue still persists.
(issues highlighted)
Hello,
Thanks for the notice. This will be fixed in next theme update. As a temporary solution, you may add this code in Theme Options > Styling > Custom css:
.sold-individually .qty-span, .sold-individually .quantity {
display: none;
}
and remove the custom code after theme update.
Regards
Perfect! Thank you!
You’re welcome!
Regards
Tagged: quantity, title, visible, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up