Redirect to a form prior to checkout?

  • Posts: 7
  • Thank you received: 0
13 years 1 week ago #51685

Hello,

would just like to redirect to a site URL before checkout in paypal, any advice?

Last edit: 13 years 1 week ago by Nigel123.

Please Log in or Create an account to join the conversation.

  • Posts: 83935
  • Thank you received: 13591
  • MODERATOR
13 years 1 week ago #51786

Hi,

You would have to edit the file "show" of the view "product" via the menu Display>Views and change the line:
<input type="hidden" name="return_url" value="<?php echo urlencode(base64_encode(urldecode($this->redirect_url)));?>"/>

to:
<input type="hidden" name="return_url" value="<?php echo urlencode(base64_encode(urldecode(' mywebsite.com/mypage.html ')));?>"/>

and turn off the option "Use AJAX when possible for add to cart buttons" in the Checkout tab of the configuration.

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
13 years 1 week ago #51819

Thank you I am going to try this solution today.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum