I love your product. But, why does it have to show a separate list of all the selections made…. on the product page? Why can’t one just make your selections and then add the product (along with options) to the shopping cart?
Can I email you a screenshot?
Closed
Last updated: April 8, 2023
Log in to comment on this feature request.
Hey there,
Thank you for getting in touch!
To remove the add-ons subtotals element that shows up in the single product page and displays a summary of the selected add-ons along with their price, you can use a CSS snippet like this one:
.product-addon-totals {
display:none;
}
To install CSS snippets like the above, please have a look at this guide: https://woocommerce.com/document/customizing-woocommerce-best-practices/.