[SOLVED] How to forward to another web page

  • Posts: 40
  • Thank you received: 0
13 years 3 months ago #4698

After the entire checkout process is complete and payment has been confirmed how do I have HikaShop rfoward the user to a new wab page?

I would like the
"Your order is now complete.
The amount of $25.00 will be collected upon delivery of your order (D3)
Thank you for your purchase."

to appear and then after a certain period of time the form needs to foward to another page in the site.

Last edit: 13 years 3 months ago by DShapiroNaples.

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

  • Posts: 81622
  • Thank you received: 13084
  • MODERATOR
13 years 3 months ago #4703

You can go in the menu Display->Views. There, edit the file end of the view checkout. There, you can add some javascript to redirect after some time.
For example, the code:
<script type="text/javascript">
setTimeout( "window.location='http://www.my_website.com/my_redirect_page.html'", 5000 );
</script>

will redirect your user to the URL http://www.my_website.com/my_redirect_page.html after 5 seconds.

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

Time to create page: 0.059 seconds
Powered by Kunena Forum