View Single Post
  #1  
Old 07-16-2008, 06:54 PM
 
spia spia is offline
 

Member
  
Join Date: Jul 2008
Posts: 21
 

Arrow PHP and Smarty coding mods for newbie???

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}&nbsp;&nbsp;&nbsp;{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}&nbsp;&nbsp;</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!
__________________
Gold 4.1.10
Reply With Quote