Plugin Directory

Changeset 2198876


Ignore:
Timestamp:
11/22/2019 01:45:28 PM (6 years ago)
Author:
HappyKite
Message:

Readme Update - Version 1.5

Location:
force-default-variant-for-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • force-default-variant-for-woocommerce/tags/1.5/readme.txt

    r2198872 r2198876  
    1313<blockquote>Please Note - This plugin requires WooCommerce Version 2.4 or greater in order to properly function.</blockquote>
    1414
    15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behavior is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible.
     15All 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.
    1616
    1717This can cause confusion to customers coming to your site, which as a knock on affect could cause a lower than average conversion rate.
     
    2121This 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.
    2222
    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.
     23This 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
     25This 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.
    2426
    2527== Installation ==
  • force-default-variant-for-woocommerce/trunk/readme.txt

    r2198872 r2198876  
    1313<blockquote>Please Note - This plugin requires WooCommerce Version 2.4 or greater in order to properly function.</blockquote>
    1414
    15 All WooCommerce variable products have a dropdown to select which variant the customer wants to add to cart. The standard behavior is to not set a default and until a variant is chosen the 'Add to Cart' button is not visible.
     15All 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.
    1616
    1717This can cause confusion to customers coming to your site, which as a knock on affect could cause a lower than average conversion rate.
     
    2121This 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.
    2222
    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.
     23This 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
     25This 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.
    2426
    2527== Installation ==
Note: See TracChangeset for help on using the changeset viewer.