內容簡介
在您的 Woocommerce 商店上顯示使用者最近查看的產品
(i) 在產品頁面 (ii) 在商店頁面 (iii) 在購物車頁面
產品可以包裝在推薦瀏覽清單裡 (slick slider)
如果使用者已登入,則會為該特定使用者 ID 建立一個輸入,並可檢索使用者查看過的所有產品
如果使用者未登入,則會建立一個 Cookie 來存儲所查看產品的 ID
可使用短碼:
[rvp_show no_products=”4″ slider_use=”true”]
其中 no_products 是視圖中滑片的數量。將 4 替換為所需滑片/產品的數量。
您可以在 "slider_use=”true”" 或 "slider_use=” false”" 中設置 slider_use。
亦可使用短碼:
[rvp_show]
此短碼將從設定頁面中獲取設置,例如:
1) 是否使用滑片。
2) 顯示多少產品。
外掛標籤
開發者團隊
原文外掛簡介
Shows recently viewed products by user on your Woocommerce store
(i) on product page (ii) on shop page (iii) on cart page
Products can be wrapped in a slider(slick slider)
If the user is logged in then it will create an entry for that particular user_id
and can retrieve all the products viewed by that user.
If however user is not logged in it would create a COOKIE to store ids of the viewed products.
You can use
[rvp_show no_products=”4″ slider_use=”true”]
In this case no_products is the the no of slides in view.
Replace 4 with the number of slides/products required in view.
You can set slider_use=”true” or slider_use=”false”
Also you can use the shortcode
[rvp_show]
In this case the shortcode takes settings from the Settings Page i.e.
1)Slider is to be used or not
2)How many slides to view etc.
