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

amin007

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

Forum Replies Created

Viewing 15 posts - 5,101 through 5,115 (of 5,807 total)
← 1 2 3 … 340 341 342 … 386 387 388 →
  • Author
    Posts
  • March 2, 2010 at 6:24 am in reply to: Subscription & Recurring Billing w/Wishlist clairification.. #18472
    amin007
    Participant

    Yeah, as long as you have followed this instructions, you should be fine:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-and-wishlist-plugin-integration-448

    March 2, 2010 at 6:21 am in reply to: Clicks tracked, but not sales… #18441
    amin007
    Participant

    If you look at the following line then you can see that the affiliate ID didn’t get passed:

    “No Referrer Found. This is not an affiliate sale”

    Now that we know what the issue is we can try to identify why isn’t the affiliate ID getting passed thru the payment.

    Have you followed the testing instructions outlined here?

    How to Test the WP Affiliate Platform Plugin

    Please post a link to your landing page (where you have the payment button) so I can check it out.

    March 2, 2010 at 12:01 am in reply to: Tweaking the Affiliate TOS Url to include A Facebox (Similar to Lightbox) #18467
    amin007
    Participant

    No problem :)

    For anyone trying to do this… remember the plugin already has the JQuery library inside the “js” directory (wp-affiliate-platform/affiliates/js)

    You can also get the JQuery library that comes with WordPress.

    March 1, 2010 at 11:55 pm in reply to: Shopping Cart in Sidebar Only on One Page #18429
    amin007
    Participant

    If you can specify a function in that plugin then use the following function which displays the shopping cart:

    <?php echo print_wp_digi_cart(); ?>

    This way you don’t have to add the shopping cart widget from the widgets menu… just use that function where you want to display it.

    March 1, 2010 at 11:52 pm in reply to: WP Cart – PayPal form in new window #17401
    amin007
    Participant

    Search for the following line in the “wp_shopping_cart.php” file:

    <form action=”https://www.paypal.com/us/cgi-bin/webscr&#8221; method=”post”>

    Once you find it change that string to the following:

    <form action=”https://www.paypal.com/us/cgi-bin/webscr&#8221; method=”post” target=”_blank”>

    March 1, 2010 at 10:30 pm in reply to: Tweaking the Affiliate TOS Url to include A Facebox (Similar to Lightbox) #18465
    amin007
    Participant

    Very nice… can you please post a link to your affiliate page so I can check it out?

    If their licensing do not have any restriction then I might add it to the affiliate plugin.

    Thanks for sharing Gymgangsta.

    March 1, 2010 at 9:52 pm in reply to: Simple I am sure … but I don't get it LOL #18463
    amin007
    Participant

    I am guessing you are talking about creating a membership payment button for the eMember plugin. If this is the case then the following link will explain how you can integrate an eStore button (buy now, subscription) with eMember:

    WP eMember and WP eStore Integration for Membership Payment

    Also, the video tutorial on this page may be of some help (Please check out the 5th video on this page):

    WP eMember Quick Setup and Usage Video Tutorial

    Let me know if this answers your question.

    March 1, 2010 at 11:39 am in reply to: Clicks tracked, but not sales… #18437
    amin007
    Participant

    Shouldn’t be too hard to track… can you please run a test transaction with “Debug Enabled” and share the result? It should reveal as to what is going wrong… the following URL will help you with running a test transaction with debug enabled:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

    March 1, 2010 at 11:36 am in reply to: WishList Clarification #18451
    amin007
    Participant

    Hi Brownie, Yes, eStore will use the same settings you specified in the “3rd party integration” but based on the payment button (where you specify the membership level SKU) it will create members with different membership level.

    March 1, 2010 at 7:28 am in reply to: Coupon on multiple items #18430
    amin007
    Participant

    Nope, unfortunately this is not possible.

    March 1, 2010 at 6:34 am in reply to: Discounts on multiple items #18435
    amin007
    Participant

    The simple shopping cart do not have variation control with price brackets.

    March 1, 2010 at 6:32 am in reply to: Shipping charge #18434
    amin007
    Participant

    Looks like you are using the simple shopping cart so I am moving the forum post under the “Simple Shopping cart” forum.

    Please read the “option 2” from the documentation site and it should answer your question:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297

    March 1, 2010 at 3:02 am in reply to: WordPress eStore Plugin – Adding A Password #17987
    amin007
    Participant

    In the “paypal.php” file you will find a line similar to the following (around line 380):

    $tags = array(“{first_name}”,”{last_name}”,”{payer_email}”,”{product_name}”……..

    $vals = array($this->ipn_data,$this->ipn_data,$this->ipn_data………

    And then it does a string replace (it replaces the tags with the values).

    You can add in new tags e.g. ({passwd}) then generate a password using your preferred algorithm and replace the tage {passwd} with the generated value.

    March 1, 2010 at 2:29 am in reply to: Shopping Cart in Sidebar Only on One Page #18427
    amin007
    Participant

    It’s completely upto your theme. Does your theme have different sidebar widget options based on the page you are viewing? (e.g. home page, post page etc).

    The shopping cart just adds the widget to the sidebar but if you theme is designed to display the same sidebar content throughout the then the eStore plugin can’t really do anything about it.

    Let me know if this makes sense.

    February 28, 2010 at 8:00 am in reply to: Quick Question and Might Have Found a Bug #18423
    amin007
    Participant

    Hi Frank, When you find a member to be conducting suspicious activities then all you have to do is select him/her from the “Manage Members” menu and set the account state to “Inactive”. This will make it so that member can’t view the protected content any more.

    Trackbacks should not cause any issues… I will send you an updated version of the plugin to see if upgrading fixes the issue.

  • Author
    Posts
Viewing 15 posts - 5,101 through 5,115 (of 5,807 total)
← 1 2 3 … 340 341 342 … 386 387 388 →

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