[WordPress] 外掛分享: Product Category Carousel for WooCommerce

WordPress 外掛 Product Category Carousel for WooCommerce 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Product Category Carousel for WooCommerce」是 2019-11-19 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 30 個安裝啟用數。
  • 上一次更新是 2019-12-26,距離現在已有 1956 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.4.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

gandhihitesh9 |

外掛標籤

autoplay slider | woocommerce addons | multiple product slider | woocommerce slider addons | Recently Sold products in woocommerce slider |

內容簡介

此 WordPress 外掛為 WooCommerece 產品類別輪播外掛,使用 WooCommerce 原始迴圈並顯示您的產品設計樣式及佈局,您可以透過快速建立器選擇分類 ID 作為 shortcode 參數以依類別排序產品。此外掛可讓您以美觀的輪播方式來展示產品,支援 WooCommerce 產品和產品名稱、說明、價格、圖片等等。最近新增的功能為最近售出產品輪播,透過此 shortcode 您可以顯示最近 7 天內售出的 WooCommerce 產品。此外掛支援 Gutenberg,提供產品類別輪播、熱銷產品和推薦產品三種 shortcode 區塊供使用。此外掛含有 5 種 shortcode:

1. `[product_catgory_carousel]`:顯示 WooCommerce 產品類別的產品於輪播或滑動視圖,以下是可用的參數:

- `cats`:以分號分割的分類 ID,當作產品篩選條件。
- `limit`:可選擇要顯示的產品數量,預設為 `-1`(全部)。
- `slide_to_show`:輪播中顯示的產品數量。
- `slide_to_scroll`:輪播中一次捲動的產品數量。
- `dots`:是否顯示分頁點,預設為 `true`。
- `arrows`:是否顯示箭頭按鈕,預設為 `true`。
- `autoplay`:是否啟用自動播放,預設為 `false`。
- `autoplay_speed`:自動播放輪播速度,單位為毫秒,預設為 `3000`。

2. `[pcc_bestselling_products_slider]`:以輪播或滑動方式顯示 WooCommerce 熱銷產品,以下是可用的參數:

- `cats`:以分號分割的分類 ID,當作產品篩選條件。
- `limit`:可選擇要顯示的產品數量,預設為 `-1`(全部)。
- `slide_to_show`:輪播中顯示的產品數量。
- `slide_to_scroll`:輪播中一次捲動的產品數量。
- `dots`:是否顯示分頁點,預設為 `true`。
- `arrows`:是否顯示箭頭按鈕,預設為 `true`。
- `autoplay`:是否啟用自動播放,預設為 `false`。
- `autoplay_speed`:自動播放輪播速度,單位為毫秒,預設為 `3000`。

3. `[pcc_featured_products_slider]`:以輪播或滑動方式顯示 WooCommerce 推薦產品,以下是可用的參數:

- `cats`:以分號分割的分類 ID,當作產品篩選條件。
- `limit`:可選擇要顯示的產品數量,預設為 `-1`(全部)。
- `slide_to_show`:輪播中顯示的產品數量。
- `slide_to_scroll`:輪播中一次捲動的產品數量。
- `dots`:是否顯示分頁點,預設為 `true`。
- `arrows`:是否顯示箭頭按鈕,預設為 `true`。
- `autoplay`:是否啟用自動播放,預設為 `false`。
- `autoplay_speed`:自動播放輪播速度,單位為毫秒,預設為 `3000`。

原文外掛簡介

Product Category Carousel for WooCommerce using the original loop form WooCommerce that’s means it will display your product design from your theme plus style.
You can sort product by category by Selecting categories ID from shortcode generator selectbox as a shortcode parameter.
Product Category Carousel for WooCommerce allows you to showcase your products in a nice sliding manner.
This Plugin works with WooCommerce Products where you can add Product Name, Product Description, Price, Image etc.
— New feature added Recently Sold Products Carousel. Using this shortcode you can display Recently Sold WooCommerce Products from last 7 days.
Check FREE DEMO
Gutenberg Support

Gutenberg Product Category Carousel Shortcode Block
Gutenberg Best Selling Products Shortcode Block
Gutenberg Featured Products Shortcode Block

This plugin contain 5 shortcode:
1) Display WooCommerce category products in slider / carousel view
[product_catgory_carousel]

You can use Following parameters with shortcode

Display Product by category:
cats=”category-ID”
Display Product by multiple categories:
cats=”category-ID, category-ID, category-ID”
limit:
limit=”10″ ( i.e. Display 10 product at time. By defoult value is -1 ie all )
Display number of products at time:
slide_to_show=”3″ (Display no of products in a slider )
Number of products slides at a time:
slide_to_scroll=”3″ (Controls number of products rotate at a time)
Pagination:
dots=”true” (Hide/Show pagination. By defoult value is “true”. Values are true OR false)
Arrows:
arrows=”true” (Hide/Show arrows. By defoult value is “true”. Values are true OR false)
Autoplay and Autoplay Speed:
autoplay=”true” autoplay_speed=”3000″

2) Display WooCommerce Best Sellings products in slider / carousel view
[pcc_bestselling_products_slider]

You can use Following parameters with shortcode

Display Product by category:
cats=”category-ID”
Display Product by multiple categories:
cats=”category-ID, category-ID, category-ID”
limit:
limit=”10″ ( i.e. Display 10 product at time. By defoult value is -1 ie all )
Display number of products at time:
slide_to_show=”3″ (Display no of products in a slider )
Number of products slides at a time:
slide_to_scroll=”3″ (Controls number of products rotate at a time)
Pagination:
dots=”true” (Hide/Show pagination. By defoult value is “true”. Values are true OR false)
Arrows:
arrows=”true” (Hide/Show arrows. By defoult value is “true”. Values are true OR false)
Autoplay and Autoplay Speed:
autoplay=”true” autoplay_speed=”3000″

3) Display WooCommerce Featured Products in slider / carousel view
[pcc_featured_products_slider]

You can use Following parameters with shortcode

Display Product by category:
cats=”category-ID”
Display Product by multiple categories:
cats=”category-ID, category-ID, category-ID”
limit:
limit=”10″ ( i.e. Display 10 product at time. By defoult value is -1 ie all )
Display number of products at time:
slide_to_show=”3″ (Display no of products in a slider )
Number of products slides at a time:
slide_to_scroll=”3″ (Controls number of products rotate at a time)
Pagination:
dots=”true” (Hide/Show pagination. By defoult value is “true”. Values are true OR false)
Arrows:
arrows=”true” (Hide/Show arrows. By defoult value is “true”. Values are true OR false)
Autoplay and Autoplay Speed:
autoplay=”true” autoplay_speed=”3000″

4) Display WooCommerce Products in Masonry effects view
[pcc_masonry_grid]

You can use Following parameters with shortcode

Display Product by category:
cats=”category-ID”
Display Product by multiple categories:
cats=”category-ID, category-ID, category-ID”

5) Display WooCommerce Recently Sold products in slider / carousel view One of my Favourite
[pcc_recently_sold_products_slider]
[pcc_recently_sold_products_slider_three_d] For 3D Effect

— 3D Effect view need full page width. So if you have full section then you can use this 3D shortcode Effect.
It will display last 7 days recently sold products.
For customization of recently sold products period please feel free to contact me.
You can use Following parameters with shortcode

limit:
limit=”10″ ( i.e. Display 10 product at time. By defoult value is -1 ie all )
Display number of products at time:
slide_to_show=”3″ (Display no of products in a slider )
Number of products slides at a time:
slide_to_scroll=”3″ (Controls number of products rotate at a time)
Pagination:
dots=”true” (Hide/Show pagination. By defoult value is “true”. Values are true OR false)
Arrows:
arrows=”true” (Hide/Show arrows. By defoult value is “true”. Values are true OR false)
Autoplay and Autoplay Speed:
autoplay=”true” autoplay_speed=”3000″

Stunning Features:

Select Product Categories
100% Mobile & Tablet Responsive
Translation Ready
Work in any WordPress Theme
Lightweight, Fast & Powerful
Set Number of Columns you want to show
Slider AutoPlay on/off
Navigation show/hide options
Pagination show/hide options
Unlimited slider anywhere
Feature requests

How to install :

Upload the ‘product-cat-carousel’ folder to the ‘/wp-content/plugins/’ directory.
Activate the “Product Category Carousel for WooCommerce” list plugin through the ‘Plugins’ menu in WordPress.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Product Category Carousel for WooCommerce」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.0.1 | 1.0.3 |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon