
Using the plugin we picked in the previous video, we walk through installation and setup and look at the overview of how to use the plugin to customize the emails. Link to plugin is below video.
To change the “Sign-Up” fee label in any WooSubscription Product, simply copy/paste the following code into your theme’s functions.php file and change the text ‘EDIT THIS TEXT’ to whatever you want the new label to be. Watch the video below for a screencast tutorial.
By default, WooCommerce sets the cart quantity to 1. You can easily update this by appending: &quantity=XX to the end of the add-to-cart variable in the URL. Short video below demonstrates how to do this. Note: please make sure you clearly communicate to the customer that multiple items are being adding to the cart when …
Once a customer has already registered on your site, there is often no need to display or collect their billing details on subsequent transactions, as they will auto-populate. In addition, if a customer is purchasing a virtual product that does not require shipping information, it can discourage a sale if they have to input too much information. This tutorial video will show you how to remove the customer billing details for virtual products which will speed up the checkout process and hopefully increase your conversion rate.