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

Manual Payment checkout flow adjustments

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Manual Payment checkout flow adjustments

Tagged: checkout, manual payment, return, url

  • This topic has 5 replies, 5 voices, and was last updated 11 years, 8 months ago by amin007.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • March 14, 2010 at 2:09 pm #920
    tyrus
    Member

    When you do a manual payment and enter details on eStore_shipping_details_view.php and click “confirm purchase”. This green box appears indicating you have success, then you have to click the little link to navigate to the return URL I specified (i.e. Thank You).

    How do I make it just go to the landing page specified without forcing the user to have to click “continue shopping”?

    March 14, 2010 at 9:43 pm #18816
    amin007
    Participant

    Find the following bit of code in the “eStore_payment_submission.php” file:

    echo '<div id="success">';
    echo "".ESTORE_ORDER_COMPLETE;
    echo 'Please click here to return to the Store.';
    echo "</div>";
    exit;

    Once you find it replace it with the following:

    $return = get_option('cart_return_from_paypal_url');
    $redirection_parameter = 'Location: '.$return;
    header($redirection_parameter);
    exit;

    This will automatically redirect the customer to the “Return URL” that you have specified in the settings menu of the plugin after the form submission.

    July 21, 2010 at 7:52 pm #18817
    MikeD
    Member

    I am using manual checkout. The code shown on this post is not in my version of the “eStore_payment_submission.php” file in eStore v3.8.1.

    Please give me updated instructions on how to automatically redirect the customer to the “Return URL” in the settings menu after manual form submission.

    July 22, 2010 at 12:15 am #18818
    Ivy
    Member

    Hi, I Believe you need an update. The following post will explain how updates work:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-do-you-get-an-update

    August 2, 2011 at 11:49 pm #18819
    JulesD
    Member

    In the manual checkout how do I add ” Name on Credit Card” “Credit Card Number” “Expiry Date” “card verification number”

    So I can then process it offline with a manula eftpos machine?

    Thanks

    August 3, 2011 at 4:39 am #18820
    amin007
    Participant

    You can instruct your customers to leave those details in the “Additional Comments” field in the manual checkout form.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • 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
  • WP PDF Stamper Documentation
  • WP Photo Seller 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
  • WP Photo Seller Video Tutorial

Our Other Plugins

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

Copyright © 2023 | Tips and Tricks HQ