Developer forum

Forum » Development » How to skip steps in the Cart process

How to skip steps in the Cart process


Reply
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

Replies

 
Reply
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

 
Reply

Very helpful reply ;-)


I also need to skip steps in the Cart process - can you please elaborate?

 
Reply

Hi


sorry... ;o)


This is to skip the Method Step:


script type="text/javascript" language="JavaScript">

function submitForm() {

   document.submitMethodData.submit();

}











 
Reply

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