Redirect to a form prior to checkout?

  • Posts: 7
  • Thank you received: 0
12 years 5 months ago #51685

Hello,

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

Last edit: 12 years 5 months ago by Nigel123.

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 5 months 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
12 years 5 months 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.057 seconds
Powered by Kunena Forum