Linux 软件免费装
Banner图

Free Woocommerce Products Slider/Carousel Pro

开发者 sajjad67
更新时间 2024年9月15日 00:12
PHP版本: 5.6 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

product carousel slick slider responsive product slider advanced slider woo product carousel

下载

1.0.9 1.0.7 1.0.2 1.0.4 1.1.2 1.1.3 1.1.4 1.0.8 1.0.3 1.0.1 1.0.5 1.0.6 1.1.0 1.1.1

详情介绍:

WooCommerce Product Carousel / Slider Pro comes with all Pro Features and is one of the best product slider to put your WooCommerce Products listing in a carousal. Choose products from Top Rated Category, Best Selling Category, ON Sale Category, Featured Category Products With Custom Category Filter enabled. You can easily display this product slider anywhere using shortcode. You can sort product by category, tag, sku or attributes by adding category ID / tag ID / sku / attribute term in the shortcode as a shortcode parameter. Plugin add a sub tab under "Products --> Product Slider Pro where you can generate your shortcode putting inputs values. This plugin using the original loop form of WooCommerce that means it will display your product design from your theme's style. Also work with Gutenberg shortcode block. This plugin contain 6 shortcodes:
  1. Display any WooCommerce products filtered by category / tag / sku / attribute in carousel view [woopspro_products_slider] OR [woopspro_products_slider cats="CATEGORY-ID" tags="TAG-ID" skus="SKU-VALUE" attribute_color="blue,green,red" attribute_size="medium,big"]
  2. Display WooCommerce Best Selling Products in carousel view
[woopspro_bestselling_products_slider] OR [woopspro_bestselling_products_slider cats="CATEGORY-ID"]
  1. Display WooCommerce Featured Products in slider / carousel view
[woopspro_featured_products_slider] OR [woopspro_featured_products_slider cats="CATEGORY-ID"]
  1. Display WooCommerce ON Sale Products in slider / carousel view
[woopspro_on_sale_products_slider] OR [woopspro_on_sale_products_slider cats="CATEGORY-ID"]
  1. Display WooCommerce Top Rated Products in slider / carousel view
[woopspro_top_rated_products_slider] OR [woopspro_top_rated_products_slider cats="CATEGORY-ID"]
  1. Display WooCommerce Recently Viewed Products in slider / carousel view
[woopspro_recently_viewed_products] Ordering Products in your slider: Plugin shortcodes also has ordering arguments. [woopspro_products_slider order='ASC' orderby='ID'] [woopspro_products_slider order='ASC' orderby='meta_value_num' meta_key='your_custom_key'] Powerfull Pro Features: You can use Following parameters with shortcode

安装:

  1. Upload the 'woo-products-slider-pro' folder to the '/wp-content/plugins/' directory.
  2. Activate the "woo-products-slider-pro" list plugin through the 'Plugins' menu in WordPress.

屏幕截图:

  • Shortcode Generator
  • WooCommerce Best Selling Products in carousel view
  • WooCommerce Featured Products in carousel view
  • WooCommerce ON Sale Products in carousel view
  • WooCommerce Top Rated Products in carousel view
  • WooCommerce Most Recent Products in carousel view

常见问题:

My Slider is not working

We have targeted

    as you can check WooCommerce default class for product looping BUT in your theme i think you have changed the class name from
      to
        File under templates-->loop--> loop-start.php There are simple solution with shortcode parameter
        • slider_cls: slider_cls="products" (This parameter target the wooCommerce default class for product looping. If your slider is not working please check your theme product looping class and add that class in this parameter)