You can use your own version of the field templates by duplicating files from the plugins template/frontend folder and creating your own product-extras folder...
If you’re using the file upload field type, you can change the permitted file types by updating the ‘File types’...
If you just want to add the prices for extra items in the cart, just target the pewc-cart-item-price class in...
You can filter the class applied to each product extra field, just use the pewc_filter_single_product_classes filter: The filter also passes the...
You can filter product add-ons after you’ve added them in the product or global settings. This is particularly useful if...
If you’re adding extra fields to variable products, you can choose to create different fields for different variations. When you...
You can add negative values in the ‘Field Price’ parameter to create a discount. When the user adds a field...
If you don’t want your parent products to be removed from the cart when child products are deleted, add this...
If you need to get add-ons data from the order, you can use the following function. You’ll see that the...
If you would like to trigger an action, e.g. sending a custom email, depending on the value of a specific...