Monday 01 January 2007 8:02:07 pm
Pat, If there isn't a class <i>attribute-billboard</i>, you could add one in <b>classes-colors.css</b>. Use view source to find the file and edit it directly. The template language is quite different from X-Cart (which uses Smarty). The operations are piped. Ideas: Use the template debug options on the right column in the admin console. Set the view to your site view, clear the caches, and refresh the page. You will see the names of all the templates in use. Use the filter on the template list. Often, choosing a word such as <i>user</i> for the filter will help you find the templates you need. If you are comfortable using SSH/command-line, you can use <b>grep</b> to search for the template you need (<b>grep -r attribute-billboard *</b>). Strive to use the default eZ templates as much as possible, and use CSS to manage the interface. You will save a tremendous amount of time. Good luck!
|