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

André Lundin

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

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 15, 2010 at 2:44 pm in reply to: IE 7 & IE 8 bug, transaction link and paypal completed #17921
    André Lundin
    Member

    Hi!

    I was just roaming around the forum and noticed your post.

    The button can be added as a input or as a specified img, it doesn’t matter, as long as the form knows what to do with it.

    I had a quick look at your page and noticed numerous problems in your code

    (I suggest you do a checkup on http://validator.w3.org/ each time you do updates on your page), however without going into each of them, to solve your “Add to cart” problem:

    If you take a look at your previous form element, which is your search form.

    You’ll notice there is a unclosed end-tag.

    Line 133, Column 7 (unclosed end-tag):

    </form</div>

    Change this to:

    </form></div>

    And you’re good-to-go!

    Cheers & Good luck.

    January 22, 2010 at 4:14 am in reply to: Manual checkout to send-out Purchase Email #17368
    André Lundin
    Member

    Awesome!

    I noticed I only had to add $updatedb2 with $sales_table_name and corresponding values to the loop.

    Seems I got it all figured out now, thanks to you! :)

    I’m sure there are lots of things that still can be tweaked for Manual Checkout, but I’ll let that rest for now.

    Consider this thread closed!

    Cheers

    André Lundin

    January 22, 2010 at 3:42 am in reply to: Manual checkout to send-out Purchase Email #17366
    André Lundin
    Member

    Nevermind that previous post, I looked up the other tags in eStore_payment_submission.php and found them.

    All I am missing now is the $transaction_id, but I guess that’s not being created since I’m using a Manual Checkout? Not that big deal anyway..

    Would there be anyway for the purchases to show up on “Stats” aswell? (guess it’s about the same procedure?)

    Best Regards

    André Lundin

    January 22, 2010 at 3:13 am in reply to: Manual checkout to send-out Purchase Email #17365
    André Lundin
    Member

    Ok, I can manage to get the firstname, lastname, and email by writing:

    global $current_user;

    get_currentuserinfo();

    And pasting:

    $current_user->user_firstname

    $current_user->user_lastname

    $current_user->user_email

    into the corresponding VALUES.

    But I have no idea how to get the: $current_product_id, $transaction_id, $clientdate and $sale_price.

    I tried pasting:

    $cart_item_data_num = $current_cart_item;

    $current_product_id = $cart_item_data_num;

    But that didn’t help :P

    Any thoughts?

    Best Regards

    André Lundin

    January 21, 2010 at 1:45 pm in reply to: Manual checkout to send-out Purchase Email #17363
    André Lundin
    Member

    Hi!

    First of all, thank you for helping me with this problem, as I’m sure you have more “crtitical” matters to attend to. :)

    I looked up the code around line 401 in “paypal.php”, example:

    // Update the Customer table

    $firstname = $this->ipn_data;

    $lastname = $this->ipn_data;

    $emailaddress = $this->ipn_data;

    $sale_price = $current_cart_item;

    and I tried to paste it in “eStore_payment_submission.php” after:

    function submit_to_manual()

    {

    Thought it’d be “that simple”, but alas, no success :/

    I can’t actually say I’m a PHP guru, so I’m not really sure how much code i need to copy&paste to make it work.

    Would you mind being a bit more specific on what code I need to copy and where I need to paste it?

    I’d also gladly let you look at my code, to make this work, if you want and have the time.

    Best Regards

    André Lundin

    January 20, 2010 at 11:27 am in reply to: Manual checkout to send-out Purchase Email #17361
    André Lundin
    Member

    Great! Thank you, it works flawless!

    Now, I’m not sure how the Customer List works? Do we have to add each customer manually?

    Or would there be any way to automatically add the customer to the Customer List?

    So we can Edit/Manage Customers and check their WP eStore Stats to track # of purchases?

    Best Regards

    André Lundin

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 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