Changeset 2198876
- Timestamp:
- 11/22/2019 01:45:28 PM (6 years ago)
- Location:
- force-default-variant-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.5/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
force-default-variant-for-woocommerce/tags/1.5/readme.txt
r2198872 r2198876 13 13 <blockquote>Please Note - This plugin requires WooCommerce Version 2.4 or greater in order to properly function.</blockquote> 14 14 15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behavio r is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible.15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behaviour is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible. 16 16 17 17 This can cause confusion to customers coming to your site, which as a knock on affect could cause a lower than average conversion rate. … … 21 21 This plugin aims to solve these issues by removing the blank 'Choose an Option' value from the dropdown, removing the link to clear the options and instead listing out only the actual variants, always setting a default. 22 22 23 This default can be configured in one of 3 ways; the shop owner can choose to either list the variant by ID, Price Low -> High and Price High -> Low. This can be changed via the WooCommerce -> Settings -> Product -> Variant menu. If you have already set a default variant for each individual product, then this will still stay as the default. 23 This default can be configured in multiple ways; the shop owner can choose to either list the variant by Position, ID, Price Low -> High and Price High -> Low. If there are multiple variants with the same Initial Sort (Price for example), you can now assign a secondary sort function. These can be Position, ID, Stock Levels or Total Sales. 24 25 This can all be changed via the WooCommerce -> Settings -> Product -> Variant menu. If you have already set a default variant for each individual product, you can decide to keep that, or use this plugin instead. 24 26 25 27 == Installation == -
force-default-variant-for-woocommerce/trunk/readme.txt
r2198872 r2198876 13 13 <blockquote>Please Note - This plugin requires WooCommerce Version 2.4 or greater in order to properly function.</blockquote> 14 14 15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behavio r is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible.15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behaviour is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible. 16 16 17 17 This can cause confusion to customers coming to your site, which as a knock on affect could cause a lower than average conversion rate. … … 21 21 This plugin aims to solve these issues by removing the blank 'Choose an Option' value from the dropdown, removing the link to clear the options and instead listing out only the actual variants, always setting a default. 22 22 23 This default can be configured in one of 3 ways; the shop owner can choose to either list the variant by ID, Price Low -> High and Price High -> Low. This can be changed via the WooCommerce -> Settings -> Product -> Variant menu. If you have already set a default variant for each individual product, then this will still stay as the default. 23 This default can be configured in multiple ways; the shop owner can choose to either list the variant by Position, ID, Price Low -> High and Price High -> Low. If there are multiple variants with the same Initial Sort (Price for example), you can now assign a secondary sort function. These can be Position, ID, Stock Levels or Total Sales. 24 25 This can all be changed via the WooCommerce -> Settings -> Product -> Variant menu. If you have already set a default variant for each individual product, you can decide to keep that, or use this plugin instead. 24 26 25 27 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.