Popis
This plugin stores affiliate transaction IDs from query parameters and fires a configurable postback URL when WooCommerce orders reach the processing status. It supports triggering by stored transaction ID or by specific coupon codes.
Features
- Stores
transaction_idfor 60 days via IP and browser fingerprint fallbacks - Logs activity to
wp-content/plugins/circular-wealth-partners-postback/debug_log.txt - Sends postback with order amount, discount percent, and promo code
- Admin settings for Advertiser ID and Offer ID
Inštalácia
- Upload the plugin folder to
/wp-content/plugins/ - Activate the plugin through the ‚Plugins‘ screen in WordPress
- Go to Settings Circular Wealth to configure Advertiser ID and Offer ID
Časté otázky
-
Where is the log file?
-
In the plugin directory:
wp-content/plugins/circular-wealth-partners-postback/debug_log.txt. -
Which order status triggers the postback?
-
Orders transitioning to Processing.
-
Which coupon codes trigger the postback if no transaction ID is present?
-
Currently
cw10andcircle10(case-insensitive).
Recenzie
Pre tento plugin nie sú žiadne recenzie.
Prispievatelia a vývojári
“Circular Wealth Partners Postback” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „Circular Wealth Partners Postback“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.0.2
- Moved logging to uploads directory
- Prefixed all functions, options and transients with
circwepa_ - Sanitized/validated server input usage
- Renamed main plugin file to match slug
1.0
- Initial release