Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

This page is difficult to preview and analyze while styling because it refreshes immediately. If you need to view your in_progress.vm results, add /checkout/inProgressPreview.do?merchantId=YOUR_MID to your StoreFront server name.
For example: http://demo.ultracartstore.com/checkout/inProgressPreview.do?merchantId=DEMO

That will disable the http header causing the refresh. The second thing you'll need to do is comment out the location.reload built into the script.

Code Block
<script type="text/javascript">
//	setTimeout(function () {
//		location.reload(true);
//	}, 10000); // Fall back after 10 seconds.
</script>

After that, your in_progress.vm template will load and remain on the page for you to style.

 

Include Page
Screen Interface Intro
Screen Interface Intro

...