WooCommerce Amazon Affiliates v13.7.4 – WZone

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
May 16, 2021
Messages
25,956
Reaction score
36,852
Points
113
NullCash
637,081
WooCommerce-Amazon-Affiliates-Wordpress-Plugin.jpg
An Amazon Associates Report Module is a new module that comes with WZone.

You can now see how your conversions are doing, how many clicks, shipped items, and how much revenue you are producing as an affiliate right in WZone’s interface by using the Amazon Associates Reports!

Reports are a great tool that you may utilize to boost your revenues in your Amazon Associates account, as you may have seen.

As an Amazon Associates Program associate, you get access to a variety of reports.

These provide not only a real-time update on the status of any orders placed through one of your Affiliate links, but also a thorough breakdown of your revenue.

You can look at reports from today, yesterday, the last seven days, the last thirty days, the last sixty days, and the last ninety days.

Download-WooCommerce-Amazon-Affiliates-WordPress-Plugin-1.jpg
How to activate:

This file modification will allow you to activate the addon using any Item Purchase Code. I have not checked to for any other callbacks/protections.

Edit File…

<YOUR WORDPRESS ROOT DIR>/wp-content/plugins/woozone/validation.php


Find Line 37-44

// validation link
$input = wp_remote_request( 'http://cc.aa-team.com/validation/validate.php?ipc=' .
(urlencode($_REQUEST['ipc'])) .
'&email=' . (urlencode($_REQUEST['email'])) .
'&app=' . self::ALIAS );

// try to access the envato returns
$aaTeamServer_return = json_decode($input['body'] ,true);

Replace with

// validation link
$input = '{"status":"valid","envato_obj":{"item-name":"WooCommerce Amazon Affiliates - Wordpress Plugin","item-id":"3057503","created-at":"Sat Nov 01 10:16:37 +1100 2000","buyer":"PyR8zdl","licence":"Regular License","supported-until":"Wed Mar 02 03:00:00 +1100 2222"},"html":"<h1>Hi PyR8zdl,<\/h1>\n<p>Thank you for buying and validate: <strong>WooCommerce Amazon Affiliates - Wordpress Plugin<\/strong> @date: <i>Sat Nov 01 10:16:37 +1100 2000<\/i><\/p>\n<p> You bought my item as: <a href=\"http:\/\/codecanyon.net\/licenses\/regular_extended\" target=\"_blank\">Regular License<\/a>.<\/p>\n<p> Happy using, <br \/> AA-Team<\/p>"}';

// try to access the envato returns
$aaTeamServer_return = json_decode($input ,true);

## [13.7.4] - 02.05.2022
- [FIX] - NO PA API import fix for simple product and variations
Demo: https://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503
 

Attachments

  • woozone-13.7.4.zip
    11.3 MB · Views: 0
Top