Skip to main content
Reference

in_progress.vm

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

](http://demo.ultracartstore.com/checkout/inProgressPreview.do?merchantId=DEMO&foo)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.

// setTimeout(function () { // location.reload(true); // }, 10000); // Fall back after 10 seconds. ]]>

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

info

Transcluded from Screen Interface Intro.

$form variables for template in_progress.vm

NameTypeFormal SyntaxForm Data?Required on Post?Comments/Sample Usage
errors[Error](../storefront-object-model/error-sfo.md)[]$form.errors
infoMessagesstring[]$form.infoMessages
lastRefreshstring$form.lastRefresh
merchantIdstring$form.merchantId
refreshUrlstring$form.refreshUrl

Flow

flow_in_progress.vm.png

Was this page helpful?