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

首頁外掛目錄 › Product Category Carousel for WooCommerce
WordPress 外掛 Product Category Carousel for WooCommerce 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
30+
安裝啟用
尚無評分
2275 天前
最後更新
問題解決
WordPress 3.1+ PHP 5.4.0+ v1.0.4 上架:2019-11-19

內容簡介

此 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`。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.4) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Product Category Carousel for WooCommerce」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.

文章
Filter
Mastodon