Açıklama
This plugin provides two main functionalities:
- Allows adding products to the WooCommerce cart using URL parameters and automatically redirects users to the checkout page
- Stores the executionId in the session and sends it back during the order creation event, enabling WhatsApp bot workflow continuation
Features
- Add products to cart via URL
- Automatic redirect to checkout
- WhatsApp bot workflow integration
- Session handling for executionId
- WooCommerce integration
Usage
Add products to cart using URLs in the following format:
https://your-site.com/jelou-cart/productId:quantity,productId:quantity
Example:
https://your-site.com/jelou-cart/123:2,456:1
This will add:
* 2 units of product ID 123
* 1 unit of product ID 456
Privacy
This plugin does not collect, store, or process any personal information from users.
The executionId parameter:
* Is generated by WhatsApp during the bot conversation
* Is only used to track the completion of the checkout process
* Is a temporary identifier that allows the WhatsApp bot to continue its workflow
* Does not contain or relate to any personal information
* Is automatically cleared after the order process is complete
This plugin does not:
* Track users
* Collect personal data
* Store customer information
* Use cookies
* Share any data with third parties
Yükleme
- Upload the plugin files to the
/wp-content/plugins/jelou
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Make sure WooCommerce is installed and activated
SSS
-
Does this plugin require WooCommerce?
-
Yes, this plugin requires WooCommerce to be installed and activated.
-
Can I add multiple products at once?
-
Yes, you can add multiple products by separating them with commas in the URL.
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“Jelou” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“Jelou” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0.0
- Initial release