uget2seconds Posted July 27, 2006 Share Posted July 27, 2006 how do i add text in the Contact_us.php?? i want to put the company's name and address information but im sort of new at this and i dont have the general knowledge of the scripts and codes. -thanks Link to comment Share on other sites More sharing options...
RL2000 Posted July 27, 2006 Share Posted July 27, 2006 Hi In the includes/languages/YOUR_LANGUAGE/ folder there a file with the same name as the one you want to have the text, in this case, contact_us.php. There's lines like: DEFINE('SOME_TITLE','Some title in selected language'); Now, add you own like that if you want something other than just the company name and address, which is already defined as STORE_NAME_ADDRESS. Now, go to the original file in the catalog folder, open it up and add <?PHP // Added Store info to contact page echo STORE_NAME_ADDRESS; ?> Wherever you want it to be shown. Replace STORE_NAME_ADDRESS with you own defined text if you wish something else in that field. Insert clever remark here Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.