內容簡介
Gateway for PayLate on WooCommerce 是一個 WooCommerce 的付款關口外掛,允許使用者透過 PayLate 服務進行付款。
外掛程式在後台有選項頁,可設定由 PayLate 服務提供的所需連線參數。請參閱截圖。
外掛程式提供以下功能:
與 WooCommerce 完全整合作為付款關口
買家按扭以將訂單傳送至 PayLate
小工具以彈出視窗顯示 PayLate 服務的說明
要建立買家按扭,請使用以下的簡碼:
[paylate_buy_button name=”產品名稱” price=”3000″ count=”1″]
其中
“name” 為產品名稱,“price” 為產品價格,而 “count” 為欲購買該類產品的數量。
以上這些參數都是此簡碼所必要的。此外,也可使用其他額外參數,如:
“category” 為產品類別,“fio” 為買家的全名,“passport” 為買家的護照資料,而 “type” 則為按扭的種類(0-3)。
範例:
[paylate_buy_button name=”產品名稱” price=”5000″ count=”7″ category=”電視” fio=”彼得伊萬諾維奇西杜羅夫” passport=”50 50 123456″ type=”2″]
要建立小工具,請使用以下簡碼:
[paylate_widget]
簡碼有選擇性的參數
[paylate_widget class=”my-class” data-button=”2″]
其中,“class” 為要加入小工具的 CSS 類別,而 “data-button” 則是 PayLate 提供的按扭種類(1-4)。
外掛標籤
開發者團隊
② 後台搜尋「Gateway for PayLate on WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Gateway for PayLate on WooCommerce is a WooCommerce payment gateway, which allows user to make payments via PayLate service.
The plugin has options’ page on the backend, to set up required connection parameters provided by PayLate service. Please see screenshots.
Plugin provides
Full integration with WooCommerce as payment gateway.
Buy Button to send the order to PayLate.
Widget to show a popup window with explanation of PayLate service.
To create a Buy Button, use the following shortcode:
[paylate_buy_button name=”Product name” price=”3000″ count=”1″]
where
“name” is product name, “price” is product price, and “count” is a number of such products to buy.
These parameters are required for shortcode. There are also additional parameters can be used with the shortcode:
“category” as product category, “fio” as full name of the buyer, “passport” as passport data of the buyer, and “type” as button type (0-3).
Example:
[paylate_buy_button name=”Product name” price=”5000″ count=”7″ category=”TV” fio=”Petr Ivanovich Sidorov” passport=”50 50 123456″ type=”2″]
To create a Widget, use the following shortcode:
[paylate_widget]
Shortcode has optional parameters
[paylate_widget class=”my-class” data-button=”2″]
where
“class” is a CSS class to be added to the widget, and “data-button” is type of the button provided by PayLate (1-4)
