Tepster Posted October 30, 2013 Share Posted October 30, 2013 (edited) Hello, I need to change style of displaying error messages in creating new account in order (order-opc-new-account.tpl). I mean the messages like "1. Firstname is required." etc... Please, where is this defined? Thank you Edited October 31, 2013 by Tepster (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 31, 2013 Share Posted October 31, 2013 you want to change css styles for message? .error { margin: 0 0 10px 0; padding: 10px; border: 1px solid #990000; font-size: 13px; background: #ffcccc; } global.css line 110 Link to comment Share on other sites More sharing options...
Tepster Posted October 31, 2013 Author Share Posted October 31, 2013 No, I want to change text in message. I think, this is in some php file. Link to comment Share on other sites More sharing options...
vekia Posted October 31, 2013 Share Posted October 31, 2013 messages are based on field names, Link to comment Share on other sites More sharing options...
Tepster Posted November 27, 2013 Author Share Posted November 27, 2013 I need the PHP file, which is called by AJAX from order-opc.tpl (line 559) and which return JSON object which is displayed by javascript a few rows under the AJAX call. Link to comment Share on other sites More sharing options...
Recommended Posts