Hi,
How do i change the redirect URL for "Log in with paypal" module after a successful login? Currently it redirects a user to the account page after a login but i would like to redirect them to the checkout page after login since my button is only on my checkout page.
Thank you.
Check the payment controller where the form is called on, I think it is
paypal.php
Look for this line:
<input type="hidden" name="return" value="http://awsomestore.sv/store/index.php?rou ... ut/success">
Change that return value to whatever fits your needs.
paypal.php
Look for this line:
<input type="hidden" name="return" value="http://awsomestore.sv/store/index.php?rou ... ut/success">
Change that return value to whatever fits your needs.
A2 Hosting features: Shared Turbo Boost, Managed Warp 1, Unmanaged Hyper 1, and Warp 2 Turbo
Thanks rjcalifornia. Found it at echo '<script type="text/javascript">window.opener.location = "' . $this->url->link and change account/account to checkout/checkout
Who is online
Users browsing this forum: No registered users and 4 guests