Tepster Posted December 28, 2013 Share Posted December 28, 2013 Hello, I'd like to ask two questions. First, in which file are used data from invoice address? I found the using $_POST['firstname'] in file AuthController.php but I can't find the using of $_POST['firstname_invoice'] etc. Second, how can I detect the user is logged in in the order-opc-new-account.tpl file? When customer choose the guest account (without registering), type data and send, the addresses will be saved. How can I detect the data is saved in tpl file? Please help me. Thank you. (Sorry for my bad english...) Link to comment Share on other sites More sharing options...
DevNet Posted December 28, 2013 Share Posted December 28, 2013 Hi, You can use the cookie context in php / smarty to test something else. Use in the Debug console : Always open console in Advanced Parameters > Performance Regards Link to comment Share on other sites More sharing options...
Recommended Posts