Developer forum

Forum » Development » Custom customer fields

Custom customer fields


Reply

When submitting user information in the shipping cart module, it's only possible to submit data from the second step in the form(Customer.html).

 

I want to submit custom data from the third step (Method.html) - because the costumer has to select a shop where he's supposed to pick up the products (if he chooses to pick up products). I've implemented the Dealer Search module fine, and I get the data posted correctly in step 2; but as I mentioned - I want this to work in step 3 aswell.

 

Do you have any suggestions to solve this issue?

 

Sincerly,

Kevin Andersson

e-mergency


Replies

 
Reply

Nothing?

 
Reply

I don't think you can hook in to that state, but you could make a custom module and attach it to the same page as you basket and then and have it react in the desired step by measuring the the step parameter in query string.

 

You must be logged in to post in the forum