MarketInSG wrote:most of the data from all the steps for checkout reaches the confirm.php file, and it calls the addOrder function in catalog/model/checkout/order.php
Damn didn't get it to work. I have more info how my setup is.
I have removed the "fax" field in guest checkout and added it on shipping method with the new name "mobile" ($mobile).
I also changed the fax to mobile in database. In the addOrder I changed fax to mobile so add addOrder will insert mobile variable into mySQL.
It must be something in the shipping_method.php under controller? I have also changed the fax to mobile in confirm.php.
Please let me know if you need any more information. Really want this to work
Thanks for helping me out!