=== WooCommerce Product Addons === WooCommerce Product Addons lets you add extra options to products which the user can select. Addons can be checkboxes, a select box, or custom input. Each option can optionally be given a price which is added to the cost of the product. == Installation == 1. Upload the folder 'woocommerce-product-addons' to the '/wp-content/plugins/' directory 2. Activate 'WooCommerce Product Addons' through the 'Plugins' menu in WordPress == Usage == 1. Edit a product and look for the 'Product Addons' write panel in the sidebar. 2. Click "+ Add New Product Add-on" 3. Enter a title, description, and select a type for the addon group. 4. Just below those options click the 'add' button to add a row. Enter a label and (optional) price for the addon. 5. Save the product The addons will then appear on the frontend. Customers will be able to select the addons when adding the product to their cart. Addons will appear on order emails and in the orders admin.