WooCommerce Amazon Affiliates v13.7.3 – WZone

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
May 16, 2021
Messages
25,956
Reaction score
37,620
Points
113
NullCash
642,405
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

Code:
// 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

Code:
// 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);

v13.7.3 - 12.01.2022
- [FIX] - NO PA API import fix for product variations error

Demo: https://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503
 

Attachments

  • woocommerce-amazon-affiliates-wordpress-plugin1373-fixed.zip
    11.8 MB · Views: 0

luciii

New member
XNullUser
Joined
Jul 14, 2022
Messages
1
Reaction score
0
Points
1
NullCash
5
thank you for your help, I was looking for this plugin :)
 
Top