Changeset 909597
- Timestamp:
- 05/07/2014 10:21:28 AM (12 years ago)
- Location:
- woocommerce-compare-list
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-compare-list/tags/1.0.0/readme.txt
r909582 r909597 9 9 License URI: http://www.opensource.org/licenses/gpl-license.php 10 10 11 WooCommerce Compare List plugin adds ability to compare some products of your WooCommerce driven shop.11 WooCommerce Compare List plugin adds ability to easily compare products of your WooCommerce driven shop. 12 12 13 13 == Description == 14 14 15 WooCommerce Compare List plugin adds ability to compare some products of your WooCommerce driven shop. Compared products are shown on a page (defined in the settings) as an aggregate table of all products attributes. The plugin builds SEO friendly URLs for compare page, which could be shared by users. 15 ### WooCommerce Compare List Plugin ### 16 17 The plugin adds a simple and easy to use and setup products compare feature. Compared products are shown on front end as an aggregate table of all products attributes. Users will easily compare products and make their choice. 18 19 ### SEO friendly ### 20 21 The plugin uses endpoints technique to build SEO friendly URLs for compare page. The compare page will have following URL: 22 23 > 24 > **http://{yourdomain.name}/{compare-page-slug}/{endpoint-slug}/{product_id}-{product_id}-{product_id}-{etc}/** 25 > 26 27 This approach allows users to share their compare lists between their friends to help them choose a product. 28 29 ### Configuration ### 30 31 After you install the plugin, you need to go to WooCommerce settings page. The new tab **Compare List** will appear there. That tab contains following settings: 32 33 **Compare page** - this is required option and you should select a page which will be used to display compare tables. 34 35 **Show in catalog** - this option allows you to enable or disable compare buttons rendering at products catalog page. If you uncheck this option, then no buttons will appear at product catalog pages. 36 37 **Show in product page** - this option is responsible for rendering compare buttons at single product page. If you uncheck this option, then no buttons will appear at single product pages. 38 39 **Endpoint slug** - this option responsible for endpoint slug, which is used in the compare page URL building. 40 41 **Compare button text** - use this option to override compare button text. 42 43 **Remove button text** - use this option to override remove compare button text. 16 44 17 45 == Installation == -
woocommerce-compare-list/trunk/readme.txt
r909582 r909597 9 9 License URI: http://www.opensource.org/licenses/gpl-license.php 10 10 11 WooCommerce Compare List plugin adds ability to compare some products of your WooCommerce driven shop.11 WooCommerce Compare List plugin adds ability to easily compare products of your WooCommerce driven shop. 12 12 13 13 == Description == 14 14 15 WooCommerce Compare List plugin adds ability to compare some products of your WooCommerce driven shop. Compared products are shown on a page (defined in the settings) as an aggregate table of all products attributes. The plugin builds SEO friendly URLs for compare page, which could be shared by users. 15 ### WooCommerce Compare List Plugin ### 16 17 The plugin adds a simple and easy to use and setup products compare feature. Compared products are shown on front end as an aggregate table of all products attributes. Users will easily compare products and make their choice. 18 19 ### SEO friendly ### 20 21 The plugin uses endpoints technique to build SEO friendly URLs for compare page. The compare page will have following URL: 22 23 > 24 > **http://{yourdomain.name}/{compare-page-slug}/{endpoint-slug}/{product_id}-{product_id}-{product_id}-{etc}/** 25 > 26 27 This approach allows users to share their compare lists between their friends to help them choose a product. 28 29 ### Configuration ### 30 31 After you install the plugin, you need to go to WooCommerce settings page. The new tab **Compare List** will appear there. That tab contains following settings: 32 33 **Compare page** - this is required option and you should select a page which will be used to display compare tables. 34 35 **Show in catalog** - this option allows you to enable or disable compare buttons rendering at products catalog page. If you uncheck this option, then no buttons will appear at product catalog pages. 36 37 **Show in product page** - this option is responsible for rendering compare buttons at single product page. If you uncheck this option, then no buttons will appear at single product pages. 38 39 **Endpoint slug** - this option responsible for endpoint slug, which is used in the compare page URL building. 40 41 **Compare button text** - use this option to override compare button text. 42 43 **Remove button text** - use this option to override remove compare button text. 16 44 17 45 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.