Hi
How can we skip the Method (Levering) page in the ecom cart process ?
By just blanking the template field we just get a blank page.
This is not unexpected, but we want it to skip that page entirely as this information is not an option..
/Lars
Developer forum
E-mail notifications
How to skip steps in the Cart process
Posted on 06/02/2007 16:34:27
Replies
Posted on 12/02/2007 16:18:02
lb wrote:
Hi
How can we skip the Method (Levering) page in the ecom cart process ?
By just blanking the template field we just get a blank page.
This is not unexpected, but we want it to skip that page entirely as this information is not an option..
/Lars
I found it out by myself....
Javascript !!!!!
/Lars
Posted on 25/07/2007 13:45:49
Very helpful reply ;-)
I also need to skip steps in the Cart process - can you please elaborate?
Posted on 22/08/2007 21:07:59
Hi
sorry... ;o)
This is to skip the Method Step:
script type="text/javascript" language="JavaScript">
function submitForm() {
document.submitMethodData.submit();
}
Posted on 29/08/2007 14:56:59
Hey
I dont get it to work - I only get a blank page - Can you tell me what I do wrong?
You must be logged in to post in the forum