Lýsing
Allow to display cross sell products on single product page or or anywhere on website (using shortcode).
* Shortcode [wcsp_cross_sell orderby=“rand“ order=“ASC“ product_num=“5″ display_columns=“3″ title=“Some title..“ product_id=“Product ID“ class=“class-1 class-2 class-3″]
Also turn cross sell, woocommerce default upsells and related products sections on single product page into responsive carousel sliders.
Go to plugin settings and enable the sliders.
Uppsetning
If you would prefer to do things manually then follow these instructions:
- Upload the
woocommerce-cross-sell-products-display
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the Settings -> Cross Sell Products Settings and configure according to your need.
- Configure slider options to turn on the carousels for cross-sell products. (If Needed)
Umsagnir
Þátttakendur & höfundar
“Woocommerce Cross Sell Products Display” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.
HöfundarTranslate “Woocommerce Cross Sell Products Display” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Breytingarsaga
15/12/2019
Fixed:
Minor Bugs
Added:
Option to turn the Cross sell section into a carousel slider.
Option to turn woocommerce default Upsells and Related products section into a carousel slider.
25/06/2019
Added:
Shortcode attribute ‘class’ to add classes to main wrapper of cross-sells.
[wcsp_cross_sell orderby=“rand” order=“ASC” product_num=“5” display_columns=“3” title=“Some title..” category=“Category ID” product_id=“Product ID“ class=“class-1 class-2 class-3″]
8/02/2019
Bug Fixes
Added shortcode attribute „product_id“ to display crosssells anywhere on site.
[wcsp_cross_sell orderby=“rand” order=“ASC” product_num=“5” display_columns=“3” title=“Some title..” category=“Category ID” product_id=“Product ID“]
24/11/2015
Fixed:
Fixed php notice errors.
Added gettext() calls to labels for translations.
16/3/2015
Added:
Display cross sell products by category.
* Shortcode [wcsp_cross_sell orderby=“rand” order=“ASC” product_num=“5” display_columns=“3” title=“Some title..” category=“Category ID”]
* Work with shortcode only.
29/12/2015
Fixed:
* Reported bugs.