WooCommerce PayLate Gateway to provide payments via PayLate service. Free version provides Buy Button to…
| Author: | kaggdesign (profile at wordpress.org) |
| WordPress version required: | 5.0 |
| WordPress version tested: | 6.5.5 |
| Plugin version: | 2.1.0 |
| Added to WordPress repository: | 27-02-2018 |
| Last updated: | 09-03-2024
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://wordpress.org/plugins/woo-paylate/ |
| Total downloads: | 3 610 |
![]() Click to start download |
|
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)
