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

MikeM

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

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 41 total)
← 1 2 3 →
  • Author
    Posts
  • April 20, 2010 at 12:57 pm in reply to: iDev Affiliate and WP eStore Integration #19801
    MikeM
    Member

    Would you put the customer name code in the $prepared_url string or in the line above it? Or both?

    Thanks.

    MikeM

    April 19, 2010 at 11:42 pm in reply to: Some problems using emember for product delivery #19834
    MikeM
    Member

    “”When a customer buys product 1, I want them to be returned to the registration page” – Did you use the URL of registration page in the eStore’s “Return URL” settings field?””

    Yes I tried it on one, but it only had the Free in the membership box, so this won’t work. I’m looking for a way to let the customer know what is happening next. I just created a page now telling them to check their email and respond to the link in there, BUT what happens if they don’t get the email? How can they register themselves? Or can they?

    I’ll respond to your email.

    Thanks.

    Mike Murphy

    April 19, 2010 at 12:58 pm in reply to: How to upload a product to the directory #19826
    MikeM
    Member

    “but we recommend uploading them to the downloads directory of the eStore plugin”

    Is there some reason you recommend uploading to that directory as opposed to any other?

    Thanks.

    Mike Murphy

    April 19, 2010 at 1:58 am in reply to: iDev Affiliate and WP eStore Integration #19799
    MikeM
    Member

    OK, I think it seems to be working :-) Thanks. Now of course I am going to ask for more :-)

    Any way to get the customer name and the product name that they ordered? I know in DLGuard iDev added:

    &idev_option_1=%%customername%%&idev_option_3=%%productname%%

    So would replacing the %%customername%% and %%productname%% variables with yours send back that information?

    Thanks for all this help by the way, I really appreciate it.

    MikeM

    April 18, 2010 at 2:24 pm in reply to: Will WP Affiliate Platform do cross domain tracking? #19613
    MikeM
    Member

    I’ll send them a support request, but in the other post I indicated I had found a custom cart integration page at the link below. Don’t know if that helps or not.:

    http://www.idevkb.com/questions/12/Custom+Cart+Integration

    there is a pdf document at the bottom of the page. Section 2 talks about creating an API call:

    ____________________________________

    If you would prefer to call our commission processing file from an API file or backend processing file of some sort, you can do so using a CURL snippet. The only difference is you will also need to pass in the customer’s IP address.

    <?PHP

    $ch = curl_init();

    curl_setopt($ch, CURLOPT_URL, “http://www.site.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=YYY&ip_address=IPA&#8221;);

    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

    curl_exec($ch);

    curl_close($ch);

    ?>

    As you can see, the URL being called is constructed the same as a generic tracking pixel only we’re adding the ip_address variable as well. Replace the following in this string.

    – XXX needs replaced with the actual variable that contains the sub/total amount.

    – YYY needs replaced with the actual variable that contains the order number.

    – IPA needs replaced with the customer’s IP address.

    __________________________________________________________________

    April 17, 2010 at 1:42 pm in reply to: Will WP Affiliate Platform do cross domain tracking? #19611
    MikeM
    Member

    Or Pixel tracking:

    Pay-Per-Sale (Percentage) Processing Note:

    In order for iDevAffiliate to calculate the payout, you’ll need to have the sale amount present on your sale confirmation page. This is the minimum requirement. All the other variables including the order number are optional. This can come from your merchant account, shopping cart or any other custom setup. You can usually find these variable names in the support forum of the product you’re integrating with.

    Choose one of the following options and place your code. You must alter all =XXX entries with the actual variable name your cart or merchant account uses. Example: =${variable_name} This will look different for all carts and merchant accounts. Check their support forums for proper syntax.

    Code:

    <img border=”0″ src=”http://secured-links.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=XXX&#8221; width=”1″ height=”1″>

    April 17, 2010 at 1:39 pm in reply to: Will WP Affiliate Platform do cross domain tracking? #19610
    MikeM
    Member

    I found a custom cart integration page at:

    [http://www.idevkb.com/questions/12/Custom+Cart+Integration]

    there is a pdf document at the bottom of the page. It even gives you an email address to submit your customization to them if you would like them to add your cart into their built in integration. Could get you more sales :-)

    __________________________________________________

    They have a knowledge base but all their instructions are moved right into the program. Here is what they say about wp ecommerce:

    1. Edit this file: /wp-content/plugins/wp-e-commerce/transaction_result_functions.php.

    2. Find the following code which already exists in the file.

    if(isset($_GET)) {

    3. Cut/Paste the following code into the file (above the code above).

    //


    // START IDEVAFFILIATE CODE

    //


    $idev_saleamt = $total – $total_shipping;

    $idev_saleamt = number_format($idev_saleamt, 2, ‘.’, ”);

    $idev_ordernum = $purchase_log;

    ?>

    <img border=”0″ src=”http://secured-links.com/idevaffiliate/sale.php?profile=56&idev_saleamt=&lt;?PHP echo $idev_saleamt; ?>&idev_ordernum=<?PHP echo $idev_ordernum; ?>” width=”1″ height=”1″>

    <?PHP

    //


    // END IDEVAFFILIATE CODE

    //


    April 16, 2010 at 11:54 am in reply to: Will WP Affiliate Platform do cross domain tracking? #19608
    MikeM
    Member

    “WP eStore can be integrated with iDev Affiliate but it requires manual tweak.”

    Any chance you could give me the code to do this?

    Thanks.

    MikeM

    April 15, 2010 at 12:52 pm in reply to: Will WP Affiliate Platform do cross domain tracking? #19607
    MikeM
    Member

    It is a complete separate domain and ONLY used as a squeeze page. When the customer signs up to the autoresponder, the confirmation page is on the 2nd domain where they get their free software with an upgrade option to the full version. So I don’t think the affiliate plugin would work, because the only thing they do on the 1st domain is sign up.

    Could you give me the manual tweak for iDev Affiliate, because if your plugin won’t work, I will probably purchase it for this. Either iDev Affiliate or Post Affiliate Pro. They both seem good, but iDev is a bit cheaper for the base model.

    Thanks for all the help.

    Mike Murphy

    April 14, 2010 at 2:17 pm in reply to: Will WP Affiliate Platform do cross domain tracking? #19604
    MikeM
    Member

    1 domain will be a squeeze page where they sign up to the list, then they are directed to the 2nd domain to download. Emails will go out on a schedule promoting the more robust product from the 2nd domain. The theory is that affiliates send people to get the free software and then can earn commission if they buy the more full featured product from 2nd domain.

    Will wp estore work with the iDev Affiliate program?

    April 13, 2010 at 12:42 am in reply to: Will WP Affiliate Platform do cross domain tracking? #19602
    MikeM
    Member

    What if I used a redirect link to drop the cookie and then they go to the other site and then back again to make a purchase?

    April 8, 2010 at 2:14 am in reply to: Integration with AutoResponse Plus #18973
    MikeM
    Member

    OK, thanks for the effort. I can always make individual download pages and add the form code there and tell them if they want updates to subscribe. Other wise if 1 autoresponder will work for the complete site, I can use this method.

    Thanks again.

    MikeM

    April 7, 2010 at 8:53 pm in reply to: Integration with AutoResponse Plus #18971
    MikeM
    Member

    After having thought about this for a while, it would be nice to create a list per product, because sometimes I sell numerous products from 1 site, and if there is an update, then I could notify only the purchasers of that product. I don’t know how hard this would be to accomplish, but for autoresponder plus, the product would need to send an email to the list in the Autoresponder settings as if it came from the buyer, using their email and their name. EG: product 1 list is setup as product1@mydomain.com. So when the product is purchased by Jane with email jane@jane.com, a blank email from Jane with email jane@jane.com would be sent to product1@mydomain.com and the email autoresponder script does the rest.

    Is this at all possible?

    Thanks.

    MikeM

    April 7, 2010 at 2:16 pm in reply to: Integration with AutoResponse Plus #18970
    MikeM
    Member

    Seems to work. I had to change:

    $autoresponderID = $retrieved_product->aweber_list;

    To:

    $autoresponderID = 24; (or whatever list ID I am signing them up to)

    And I had to add the email address of the list in the product settings – Autoresponder Settings.

    Thanks.

    MikeM

    April 7, 2010 at 1:10 pm in reply to: Integration with AutoResponse Plus #18969
    MikeM
    Member

    Thanks. I’ll give this a try tonight. The arp3-formcapture.pl is a part of their script used to capture info from the sign in form so it is already on the server.

    MikeM

  • Author
    Posts
Viewing 15 posts - 16 through 30 (of 41 total)
← 1 2 3 →

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