This topic has 8 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Is there a way to add a dropdown to subscriptions so the user can select product type without seeing the same information twice?
Hello,
You can remove the identical text using this code into custom.css file:
.single-product-page .product-info .single_variation .price {
display: none;
}
If you want to remove quantity box as well you nee add the following code into custom.css:
.single-product-page .product-info .variations_form .quantity-box {
display: none;
}
Regards,
Eva Kemp.
That worked great! Thank you.
Is there a way to add the variations dropdown to the category page so the customer can just sign up from the without viewing the product details page.
Also can you apply the css rules from above to the Quick View popout.
You can remove the identical text using this code into custom.css file:
If you want to remove quantity box as well you nee add the following code into custom.css:
Hello,
Could you please clarify with more details what text you want to remove?
Regards,
Robert Hall.
Hello,
Unfortunately there is no such feature to add variations dropdown to the category page.
Sorry.
Regards,
Eva Kemp.
Trying to remove the duplicate price and quantity fields for the QUICK VIEW popout. I’m assuming we can just add the css classes to the same code you provided before.
You can remove the identical text using this code into custom.css file:
.single-product-page .product-info .single_variation .price {
display: none;
}
If you want to remove quantity box as well you nee add the following code into custom.css:
.single-product-page .product-info .variations_form .quantity-box {
display: none;
}
Hello,
To remove the same text from quick view pop up you need add this code in custom.css:
.quick-view-popup .product-info .variations_form .price, .quick-view-popup .product-info .variations_form .quantity-box {display: none !important;}
Regards,
Eva Kemp.
The issue related to '‘woocommerce subscription dropdown options’' has been successfully resolved, and the topic is now closed for further responses