Forum Replies Created
-
AuthorPosts
-
December 7, 2020 at 3:11 am in reply to: Show woocommerce product commission in the shop and product page #7100
Shadow Labs
Keymaster@brandsload, our plugin doesn’t have an option to do this at the moment.
December 4, 2020 at 5:16 am in reply to: automatically signup your affiliates to a specific list in Your MailChimp accoun #7094Shadow Labs
Keymaster@jvr968, Please enable debug in the affiliates manager settings and sign up for a test account. The log will show if the integration is working.
Shadow Labs
Keymaster@c7borg, A commission should be rewarded for the first payment as well as future recurring payments.
November 22, 2020 at 4:18 am in reply to: Number of users registered but not converted (referral) #7076Shadow Labs
Keymaster@likame, This is not possible at the moment. You will need to add custom code to do it.
Shadow Labs
Keymaster@nightfreak, You can try this:
$user_id = get_current_user_id(); global $wpdb; $affiliate_id = $wpdb->get_var( $wpdb->prepare( " SELECT affiliateId FROM ".WPAM_AFFILIATES_TBL." WHERE userId = %d AND status = 'active' ", $user_id ) );Shadow Labs
Keymaster@Foerd, Please use our contact form to get in touch so we can investigate this issue: https://wpaffiliatemanager.com/contact/
Shadow Labs
Keymaster@jamarchi, Feel free to install and see if it works: https://wordpress.org/plugins/affiliates-manager/
November 15, 2020 at 4:26 am in reply to: Click Tracking shows blank URLs: how to track when user clicks to another page? #7051Shadow Labs
Keymaster@cousinisaac, The Referring URL can only shown if it’s available to the plugin via the global $_SERVER variable. This requires that the visitor’s browser sends an HTTP referer header when they follow a link to come to your site. It may not always be present.
November 13, 2020 at 5:15 am in reply to: Click Tracking shows blank URLs: how to track when user clicks to another page? #7049Shadow Labs
Keymaster@cousinisaac, Currently our plugin can only reward a commission if you use one of our supported integration options: https://wpaffiliatemanager.com/documentation/
Shadow Labs
Keymaster@raj, Unfortunately this is not possible at the moment.
Shadow Labs
Keymaster@anantaramdas, Thanks. Our WooCommerce integration only rewards a commission if the order status is “processing” or “completed”. If the order is “pending” no commission is rewarded at that state.
Shadow Labs
Keymaster@tlyannick, The password is first automatically generated by WordPress. However, they will be able to change it from their affiliate dashboard.
In order to offer a custom payout method, you can add custom fields to the form (Affiliates > Settings > Affiliate Registration > Affiliate Register Fields).
Shadow Labs
Keymaster@nseratc, Which integration are you using?
Shadow Labs
Keymaster@Bamboosquaresadmin, Can you please provide the content of the email? Have you customized any of the email templates in the plugin?
Shadow Labs
Keymaster@DIDSALES, For a new account, WordPress automatically generates a random password and sends to the user via email. If you keep the debug option enabled to see if the email is being sent by WordPress.
-
AuthorPosts