WordPress Affiliate Manager

Affiliates Management Plugin for WordPress

  • Home
  • Features
    • Screen Shots
  • Download
  • Documentation
  • Addons
  • Support
    • Support Forum
    • Forum Login
    • Forum Registration
    • Contact
    • Premium Addon/Plugin Support
You are here: Home

Shadow Labs

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 1,498 total)
← 1 2 3 … 24 25 26 … 98 99 100 →
  • Author
    Posts
  • 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 #7094
    Shadow 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.

    November 24, 2020 at 4:23 am in reply to: Reoccuring payments with paid membership pro plugin #7078
    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) #7076
    Shadow Labs
    Keymaster

    @likame, This is not possible at the moment. You will need to add custom code to do it.

    November 20, 2020 at 5:17 am in reply to: Get current logged in affiliate.id #7066
    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
        )
    );
    
    November 19, 2020 at 4:07 am in reply to: New Affiliate Registration Fails #7063
    Shadow Labs
    Keymaster

    @Foerd, Please use our contact form to get in touch so we can investigate this issue: https://wpaffiliatemanager.com/contact/

    November 19, 2020 at 4:05 am in reply to: Can Use Elementor? #7062
    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? #7051
    Shadow 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? #7049
    Shadow Labs
    Keymaster

    @cousinisaac, Currently our plugin can only reward a commission if you use one of our supported integration options: https://wpaffiliatemanager.com/documentation/

    November 13, 2020 at 4:21 am in reply to: User specific commision #7048
    Shadow Labs
    Keymaster

    @raj, Unfortunately this is not possible at the moment.

    November 11, 2020 at 6:28 am in reply to: How can I link the commission to the order status? #7044
    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.

    November 10, 2020 at 6:02 am in reply to: Affiliate Registration/Payout Details #7041
    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).

    November 8, 2020 at 4:05 am in reply to: How can I link the commission to the order status? #7039
    Shadow Labs
    Keymaster

    @nseratc, Which integration are you using?

    Documentation

    November 7, 2020 at 6:08 am in reply to: The e mail sent to affiliate is broken #7037
    Shadow Labs
    Keymaster

    @Bamboosquaresadmin, Can you please provide the content of the email? Have you customized any of the email templates in the plugin?

    November 4, 2020 at 6:08 am in reply to: How can I set up the password? #7035
    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.

  • Author
    Posts
Viewing 15 posts - 361 through 375 (of 1,498 total)
← 1 2 3 … 24 25 26 … 98 99 100 →
« Previous Page

Featured Addons

  • WooCommerce Coupon Tracking
  • WooCommerce Product Specific Commission

Copyright © 2026 | WordPress Affiliate Manager | Privacy Policy