Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

BookBiz

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

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • February 10, 2015 at 11:06 pm in reply to: WP Affiliate – Record Verified Affiliate Clicks Only? #68515
    BookBiz
    Spectator

    I have the same question

    February 10, 2015 at 10:12 pm in reply to: WP Affiliate : Commission Notification Email #51413
    BookBiz
    Spectator

    If we are using the affiliate satellite program, is it possible to also show which website the commission is tied to? I am using a multisite setup.

    December 9, 2014 at 3:46 pm in reply to: Affiliate platform on WordPress multisite? #32082
    BookBiz
    Spectator

    Hello,

    I have responded to your email twice and haven’t heard anything back. I suspect my emails aren’t coming through, so I’ll add my comment here.

    I have a new multisite install, so I’m flexible on how this could be set up. I am using eStore and WP Affiliate. Basically, customers pay to post content to the subsites (pay-per-post). I would like to avoid having multiple WP installations and multiple accounts per affiliate. Referrals could come in through any site in the network (main and subsites) and the affiliate referrals are recorded. I am considering either of the following situations:

      a) Orders Placed Through Main Site – eStore directs customers to a form that is protected by APR. This form could either be on the main site, or the subsites (if possible). If cross-domain APR links are possible on multisite (maybe using subdomain w/o mapping), that would be very helpful. Either way, customers select the subsite where they want their content displayed. Main site uses SSL, allowing for Paypal Pro (?).

      b) Orders Placed Through Subsites – eStore directs customers to a form on subsite where order is purchased, again using APR link. I suspect that it won’t be possible to use SSL and Paypal Pro for these orders, which is fine. However, the affiliate program can still track purchases across entire network of subsites.

    Lastly, I do have a few separate single site installs of WP that use eStore and WP Affiliate. If possible, I would like to migrate the affiliate accounts for one or two of these sites to this network. If I understood previous comments here, this should be possible.

    Which of the above options is possible / easiest to implement?

    Thanks for your help

    December 7, 2014 at 1:59 pm in reply to: Affiliate platform on WordPress multisite? #32080
    BookBiz
    Spectator

    I need the helper plugin. I am emailing you. Is this something that will be made widely available via the forums, along with updates?

    May 19, 2014 at 10:48 am in reply to: Affiliate Statistics Modification #63065
    BookBiz
    Spectator

    #3 should read “FIND the following code (Lines 139)”

    There is nothing to comment out in that step … only find/replace

    May 18, 2014 at 7:32 pm in reply to: Affiliate Statistics Modification #63064
    BookBiz
    Spectator

    For two of my sites, I had hacked together the following solution that adjusts the number of sales and removes the total sales amount. I suspect you’ll want to do something a bit more comprehensive. However, I thought I’d post it in case it helps expedite your modification, or if someone else wants a quick fix:

    File – members_only_view.php

    Line – 99

    1) FIND the following code:


    $query = $wpdb->get_row(“SELECT count(*) as total_record FROM $sales_table WHERE payment > 0 AND refid = ‘”.$_SESSION.”‘ AND date BETWEEN ‘$start_date’ AND ‘$end_date'”, OBJECT);

    $number_of_sales = $query->total_record;

    if (empty($number_of_sales)){

    $number_of_sales = “0”;

    }


    2) REPLACE with the following code


    $query = $wpdb->get_row(“SELECT count(*) as total_record FROM $sales_table WHERE payment > 0 AND refid = ‘”.$_SESSION.”‘ AND date BETWEEN ‘$start_date’ AND ‘$end_date'”, OBJECT);

    $refunds = $wpdb->get_row(“SELECT count(*) as total_refunds FROM $sales_table WHERE payment < 0 AND refid = ‘”.$_SESSION.”‘ AND date BETWEEN ‘$start_date’ AND ‘$end_date'”, OBJECT);

    $number_of_sales = $query->total_record;

    $number_of_refunds = $refunds->total_refunds;

    $net_sales = $number_of_sales – $number_of_refunds;

    if (empty($net_sales))

    {

    $net_sales = “0”;

    }


    3) FIND the following code and comment it out (Lines 139)


    FIND $number_of_sales

    REPLACE with $net_sales


    4) FIND the following code and comment it out (Lines 144 – 147)


    // echo ‘<td>‘.AFF_TOTAL_SALES_AMOUNT.’ : </td>’;

    // echo ‘<td>’.$total_sales.'</td>’;

    // echo ‘<td>’.$currency.'</td>’;


    April 18, 2013 at 10:17 pm in reply to: Approving affiliates manually? #20774
    BookBiz
    Spectator

    Does that leave the affiliate in a ‘pending’ status until I can approve them? Or, are they automatically approved?

    April 17, 2013 at 10:32 pm in reply to: Approving affiliates manually? #20772
    BookBiz
    Spectator

    Has the manual approval feature been added?

    March 27, 2013 at 2:04 pm in reply to: 2nd tier not being awarded commission #27365
    BookBiz
    Spectator

    I am having this same problem. Do you happen to recall the solution?

    March 26, 2013 at 8:11 pm in reply to: Item number not coming back from PayPal redirect #28656
    BookBiz
    Spectator

    I’m also having this problem. There is no item_number and it’s causing problems with the return URL … 403 Forbidden

    I have the same setup described above – WP eStore payment button and the PayPal PDT feature

    If I add a digit at the end, or simply remove &item_number, it works fine. I will check the URL above. Is this a common conflict for people using Paypal and Paypal Pmt Pro?

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ