nil2567 Posted February 23, 2013 Share Posted February 23, 2013 hello, I'm trying to create a module for prestashop 1.5x and if I add html code I have this error on the login page: TECHINICAL ERROR: unable to load form. the problem is when I add html code, for example, if go to hookRightColumn and add this code I have an error: function hookRightColumn($params) { ?> aaa <?php } Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted February 25, 2013 Share Posted February 25, 2013 Hi, function hookRightColumn($params) { ?> aaa <?php } is not correct. Please follow the guide to figure out how to make it correctly -http://doc.prestashop.com/display/PS15/Developer+tutorials, http://doc.prestashop.com/display/PS14/Developer+tutorials Best regards. Link to comment Share on other sites More sharing options...
Recommended Posts