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,326 through 5,340 (of 5,807 total)
← 1 2 3 … 355 356 357 … 386 387 388 →
  • Author
    Posts
  • January 23, 2010 at 6:50 am in reply to: A few questions #17424
    amin007
    Participant

    Hi valerie, please post a link to this page so I can see the issue and see what can be done.

    January 23, 2010 at 1:00 am in reply to: Paypal Link 404s #17414
    amin007
    Participant

    If you go to the link that you are specifying in the “Return URL” field you will see it’s giving a 404.

    http://www.motorhome-books.com/thank/

    That means the URL you are specifying is wrong. How is paypal going to redirect to a page that you have specified incorrectly?

    January 23, 2010 at 12:55 am in reply to: The plugin does not have a valid header #17463
    amin007
    Participant

    This usually happens when you unzip the plugin folder and it has another directory inside the directory.

    Step 1. Delete anything that you manually uploaded (make sure no eStore plugin is on your server).

    Step 2. Follow the installation video on this page

    WP eStore Quick Setup and Usage Video Tutorial

    Let me know how it goes.

    January 23, 2010 at 12:46 am in reply to: I want to write my own wordpress plugin #17449
    amin007
    Participant

    The plugin resources page on WordPress Codex is a good starting point:

    http://codex.wordpress.org/Plugin_Resources

    January 23, 2010 at 12:44 am in reply to: Hooks #17450
    amin007
    Participant

    Hooks for WordPress or the simple shopping cart plugin?

    January 23, 2010 at 12:42 am in reply to: User Authtentication -> Digital Codes #17446
    amin007
    Participant

    Giving your customers a Unique code and displaying a set of products based on the code can stay outside the plugin. So you can have another script that takes this code and displays a set of products to the customers (eStore doesn’t need to know this logic).

    You can specify a number for “Available Quantity” for each product and when it runs out eStore will automatically make it unavailable to buy. The main part that I don’t know how to handle is the sending of unique codes per product.

    January 23, 2010 at 12:19 am in reply to: Won't save cats or new products #16315
    amin007
    Participant

    Would be good if I could take a look at your system. will send you an email.

    January 23, 2010 at 12:08 am in reply to: Internationalization / Other languages #17428
    amin007
    Participant

    Yep language option for eMember is coming (It’s 80% complete) so I should be able to give you something in a few days. Hit me up if I forget to send you a copy.

    January 22, 2010 at 6:49 am in reply to: A few questions #17421
    amin007
    Participant

    1. Fields on what page?

    2. Please state which ones and I will give you guidance

    3. There is no option for a profile pic but sounds like a good idea (I will add it)

    4. Nope this is not possible.

    January 22, 2010 at 3:57 am in reply to: Manual checkout to send-out Purchase Email #17367
    amin007
    Participant

    You will need to go through the other file that I mentioned earlier and add whatever post payment stuff you want to do in your manual checkout case.

    January 22, 2010 at 3:52 am in reply to: Drop shipping #16993
    amin007
    Participant

    Yes you can put a log file in the downloads directory but since the plugin is installed on a different domain it won’t have permission to write to that file.

    It should be very easy to notify the seller of his product sales. All you need to do is add a bit of code in the post payment handling script that emails to the email address where the money went to (the money obviously will go to the sellers account).

    The affiliate plugin also tracks the product ID of the product that generated that commission (this information is only availabe through the admin dashboard though)

    January 22, 2010 at 2:36 am in reply to: Manual checkout to send-out Purchase Email #17364
    amin007
    Participant

    Exact copy and paste is not going to work here as you will need to populate the values of the variable.

    For example this piece of code inserts the data into the database but you will need to fill in the values (eg. $firstname, $lastname):

    global $wpdb;

    $customer_table_name = $wpdb->prefix . “wp_eStore_customer_tbl”;

    $updatedb = “INSERT INTO $customer_table_name (first_name, last_name, email_address, purchased_product_id,txn_id,date,sale_amount) VALUES (‘$firstname’, ‘$lastname’,’$emailaddress’,’$current_product_id’,’$transaction_id’,’$clientdate’,’$sale_price’)”;

    $results = $wpdb->query($updatedb);

    So basically you need to see what that script does then use the same logic to achieve what you want in your scenario.

    January 22, 2010 at 2:31 am in reply to: WP Cart – PayPal form in new window #17397
    amin007
    Participant

    Just add target=”_blank” property in the form action and it will open it in a new window.

    January 22, 2010 at 2:29 am in reply to: Won't save cats or new products #16312
    amin007
    Participant

    You can see how the plugin creates the database tables in the “eStore_installer.php” file.

    In the other user’s case, the problem went away as soon as he installed it on the live server (initially he was testing it on his local PC and wasn’t sure if all the server setup was correct)

    January 21, 2010 at 10:24 pm in reply to: Paypal Link 404s #17412
    amin007
    Participant

    Please post the URL that you are using in the “Return URL” field in the settings menu.

  • Author
    Posts
Viewing 15 posts - 5,326 through 5,340 (of 5,807 total)
← 1 2 3 … 355 356 357 … 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