Hi,
My 1st store is working but nowhere near live yet. I'm just getting the feel for the template system and understand that there is PHP coding within the HTML and that CSS and HTML can be modified just like any other web site.
My question; is how to change some of the PHP (and Smarty?) coding? Really, how to even find it? I'm
not talking about programing in PHP, simply changing some simple wording.
Specifically:
In top_menu.tpl, line 23 is this:
Code:
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2} {$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if} </td>
That adds the "
CALL US: 555.555.5555" to the header. We want to reword that to something like:
If you need assitance call us at: 555.555.5555
The change has
nothing to do with functionality, just verbiage, so where/how do I make that change (and similar types of changes)?
Thanks guys!
