Hi there
Currently within my site the user has the following pages to jump through before finalising their transaction...
1) SHOPPING CART
2) BILLING ADDRESS (+ maybe a separate DELIVERY ADDRESS)
3) MARKETING QUESTIONS
4) GETTING READY TO JUMP TO THE PSP
5) CREDIT CARD
6) PAYMENT CONFIRMATION
7) RECEIPT
This is too many and I want to reduce the number of steps.
I understand that Actinic needs these pages in order to work through from each script stage to the next, but is there a way in which some of the transitions can be automated rather than forcing the user to keep clicking NEXT?
The 3 candidates to be automated are 3, 4 & 6. 6 is pretty straightforward (I think) in that I could use a meta refresh with a URL parameter value set to hook back into the correct order record.
Has anyone tried this or got any opinions on whether this is a good idea or bad.
Thanks
Ed
Currently within my site the user has the following pages to jump through before finalising their transaction...
1) SHOPPING CART
2) BILLING ADDRESS (+ maybe a separate DELIVERY ADDRESS)
3) MARKETING QUESTIONS
4) GETTING READY TO JUMP TO THE PSP
5) CREDIT CARD
6) PAYMENT CONFIRMATION
7) RECEIPT
This is too many and I want to reduce the number of steps.
I understand that Actinic needs these pages in order to work through from each script stage to the next, but is there a way in which some of the transitions can be automated rather than forcing the user to keep clicking NEXT?
The 3 candidates to be automated are 3, 4 & 6. 6 is pretty straightforward (I think) in that I could use a meta refresh with a URL parameter value set to hook back into the correct order record.
Has anyone tried this or got any opinions on whether this is a good idea or bad.
Thanks
Ed
Comment