Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password?

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum » WP eStore Tweaks

Manual Payment checkout flow adjustments

(6 posts) (5 voices)
  • Started 1 year ago by tyrus
  • Latest reply from amin007
  • Related Topics:
    1. Empty Shopping Cart Error When Checking Out with PayPal
    2. Bank Transfer
    3. Email to specify that buyer has used manual payment
    4. Manual Payment / Collect Details page
    5. removing unwanted fields in collect details form - manual payment gateway

Tags:

  • checkout
  • manual payment
  • return
  • url
  1. 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"?

    Posted 1 year ago #
  2. amin007
    Key Master

    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.

    Posted 1 year ago #
  3. 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.

    Posted 1 year ago #
  4. Ivy
    Administrator

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

    http://www.tipsandtricks-hq.com/forum/topic/how-and-when-do-you-get-an-update

    Posted 1 year ago #
  5. 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

    Posted 6 months ago #
  6. amin007
    Key Master

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

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ Forum is proudly powered by bbPress

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin