Forum Replies Created
-
AuthorPosts
-
Shadow Labs
KeymasterHi, Please follow these instructions and see how it goes: https://wpaffiliatemanager.com/recreating-required-pages-affiliates-manager-plugin/
Shadow Labs
Keymaster@Hornet25, The integration is working fine. The affiliate account in question was not active. That’s why no commission was rewarded for the purchase. Please send us the log file via contact form once you have run a test transaction.
Shadow Labs
Keymaster@Hornet25, Do you have the debug option enabled in the affiliates manager settings? If not please enable debug and do a test affiliate transaction afterward so we can check the log file.
Shadow Labs
KeymasterHi, There might be an error while inserting a record into the database. Please use the contact form to get in touch so we can investigate this issue:
Shadow Labs
KeymasterCommissionTracking.php is fine. You actually need to retrieve the value of the cookie into an array element before passing it to the function:
$args = array(); $args['txn_id'] = $booking_data['booking_no']; $args['amount'] = $booking_data['total_price']; $args['aff_id'] = $_COOKIE['wpam_id']; //not $aff_id = $_COOKIE['wpam_id']; do_action('wpam_process_affiliate_commission', $args);Shadow Labs
KeymasterHi, It’s PHP code. You can’t trigger it on an HTML page directly. Does your plugin trigger any action hook or some code once the payment is completed? if so you need to add this code after that.
Shadow Labs
KeymasterPlease send a link to your log file via contact form so we can take a look.
Shadow Labs
KeymasterHi, Please use this contact form to get in touch:
Shadow Labs
KeymasterHi, Do you have a different setup on your server where a user can only login from the wp-admin/wp-login.php page? The whole login process in our plugin is controlled by WordPress (since each affiliate is actually WordPress user). So the plugin is not really responsible for any type of login/authentication error.
Shadow Labs
KeymasterHi, Unfortunately, that’s not possible at the moment.
Shadow Labs
KeymasterYou either need to create a page with this slug “affiliates-terms-and-conditions” or a different one and update it in the settings. Otherwise, this auto redirect on your site will keep redirecting to the homepage.
Shadow Labs
KeymasterThanks. It looks like the link is working fine:
https://www.starstorytelling.com/affiliates-terms-and-conditions. But as soon as it starts to load the page something on your site automatically redirects to this URL:https://www.starstorytelling.com/. Have you set up some type of redirection somewhere?Shadow Labs
KeymasterHi, This is a WordPress plugin. So it can only function on a site running on WordPress. All of our currently available integration options are listed here:
If you need to manually track commission from your custom solution you can use this action hook:
Shadow Labs
KeymasterCurrently, it simply links to the page instead of the popup. Please provide a link to your registration page so I can check it.
Shadow Labs
Keymaster@fuzzytake, Please follow this method and see how it goes:
-
AuthorPosts