
內容簡介
將快速購買按鈕添加到產品頁面,當使用者點擊快速購買按鈕時,會立即重定向到結帳/購物車頁面。
當使用者點擊此按鈕時,當前產品會被加入購物車,使用者會被重定向到購物車頁面。
支援和測試的產品類型
WC簡單產品
WC組合產品
WC變體/變體產品
WooCommerce產品加價購
WooCommerce產品包裝
Woocommerce變體/簡單訂閱
YITH產品包裝
YITH WooCommerce產品加價購
YITH WooCommerce訂閱
WooCommerce已添加到購物車彈出 (Ajax)
可用設置
WooCommerce設置==>產品==>WC快速購買
短碼
[wc_quick_buy]
此短碼可在網站任何位置使用
產品:生成快速購買按鈕的產品ID,例如:[wc_quick_buy product=”22″]
標籤:自定義生成按鈕的文本,例如:[wc_quick_buy label=”Hurry Up!!”]
hide_in_cart:如果相同產品已經在購物車中,請輸入“是”來隱藏按鈕,或輸入“否”。
css_class:您可以在短碼中給定自定義CSS類名,以添加到按鈕中。
qty:輸入HTML按鈕/連結的自定義數量[wc_quick_buy qty=”10″]
[wc_quick_buy_link]
此短碼可用於生成可共享的鏈接
產品:生成快速購買按鈕的產品ID,例如:[wc_quick_buy_link product=”22″]
qty:輸入HTML按鈕/連結的自定義數量[wc_quick_buy_link qty=”10″]
示例短碼以獲取可點擊按鈕
[wc_quick_buy product=”33″ label=”Hurry UP!!” qty=”100″]
示例短碼以獲取產品的快速購買URL
[wc_quick_buy_link product=”33″ qty=”100″]
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button.
When User Clicks This Button. The Current product Will Be Added To Cart And The User Will Be Redirected To Cart Page
Supported & Tested Product Types
WC Simple Product
WC Grouped Product
WC Variable / Variation Product
WooCommerce Product Add-Ons
WooCommerce Product Bundles
Woocommerce Variable / Simple Subscriptions
YITH Product Bundles
YITH WooCommerce Product Add-Ons
YITH WooCommerce Subscription
WooCommerce added to cart popup (Ajax)
Settings Available Under
Woocommerce Settings ==> Products ==> WC Quick Buy
Shortcodes
[wc_quick_buy]
This can be used anywhere inside the website
product : product id to generate quick buy button Eg : [wc_quick_buy product=”22″]
label : custom text for generated button Eg : [wc_quick_buy label=”Hurry Up!!”]
hide_in_cart : Enter “yes” to hide the button if the same product already in cart or enter “no”
css_class : You can give your custom css class name in shortcode to add it in button.
qty : Enter custom qty for a html button / link [wc_quick_buy qty=”10″]
[wc_quick_buy_link]
This can be used to generate sharable link
product : product id to generate quick buy button Eg : [wc_quick_buy_link product=”22″]
qty : Enter custom qty for a html button / link [wc_quick_buy_link qty=”10″]
Example Shortcode To Get Clickable Button
[wc_quick_buy product=”33″ label=”Hurry UP!!” qty=”100″]
Example Shortcode To Get Product’s Quick Buy URL
[wc_quick_buy_link product=”33″ qty=”100″]
