PDA

View Full Version : showing the steps in the order pages


bangers
11-Aug-2003, 11:57 AM
I'd like to show customers when they go to the checkout how many steps (pages) they have to complete and show how far they've got. A nice user freindly feature.
The way I thought I could do this was to add some simple graphics at the top of the page which would be highlighted or not depending on the page the customer was on.
However because the pages are generated throught the cgi-bin and are not individual html pages I assume I cannot do this. Can anyone prove me wrong?

chrisbrown
11-Aug-2003, 02:08 PM
This probably requires some tricky changes to OrderScript.pl - not for the faint hearted... :(

But what a good idea! :)

Could it be added to the wishlist?

cdicken
11-Aug-2003, 02:29 PM
Alternatively, couldn't you just add different images at the top of Act_Order00.html, Act_Order01.html, Act_Order02.html and Act_Order04.html?

These are the html templates that are used for the different stages of the checkout - and they can be found within your Site1 folder (and accessed via 'Advanced | Template Manager')

bangers
12-Aug-2003, 09:07 AM
Chris,
Makes perfect sense, I'm just being a little blonde.
One more question. What code would I need to make these images into links to the appropriate page?
This could replace the back link so users can return to the page they wish with a single click rather than clicking the back button a couple of times.

chrisbrown
12-Aug-2003, 10:02 AM
I still think that it is a good idea to generate/display the step number as this can vary.