Product Icon

Product Add-Ons for WooCommerce

Offer add-ons like gift wrapping, special messages or other special options for your products.

Remove list of selections from product page

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?

Author

rrichker

Current Status

Closed

Last updated: April 8, 2023

1 comment

Log in to comment on this feature request.

  1. jaskyt8 says:
    Product developer May 31, 2024 10:30 am

    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/.