I've been using my own V9 type checkout progress indicator for a couple of months now, sure it must have helped some customers.
Please feel free to use the images or email me for the PSD file to create your own, richard dot dackombe at btinternet dot com
This is the code I use, works on my site, not sure if it's 100% correct....
Prog1
Prog2
Prog3
Richard
www.landscaping-store.com
Please feel free to use the images or email me for the PSD file to create your own, richard dot dackombe at btinternet dot com
This is the code I use, works on my site, not sure if it's 100% correct....
Code:
<!-- Hidden field when in trial mode --> <input type="hidden" name="SHOP" value="<actinic:variable name="HiddenFields" />" /> </actinic:block> <br> Progress : <br> <br> <center><img src="Prog1.jpg"/></center> <br> <actinic:variable formatting="font(Color|ffffff)" name="Error" /> <actinic:variable name="RefPage" /> <actinic:variable value="Checkout Shopping Cart Grid" name="ShoppingCartGrid" />
Prog2
Prog3
Richard
www.landscaping-store.com
Comment