mifzal.mufthi Posted May 3, 2011 Share Posted May 3, 2011 My store is up and running and customers are not able to see my contact details. It only allows them to send e-mails to me. How do I make it visible where they can see my address, phone number etc.? Link to comment Share on other sites More sharing options...
♥14steve14 Posted May 3, 2011 Share Posted May 3, 2011 Ckeck the add ons section. There are contributions that do as you require although they may need modifying if you are using 3.2.1 REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
mifzal.mufthi Posted May 3, 2011 Author Share Posted May 3, 2011 Ckeck the add ons section. There are contributions that do as you require although they may need modifying if you are using 3.2.1 But I am using 2.2 RC2. What do we do? Link to comment Share on other sites More sharing options...
♥14steve14 Posted May 3, 2011 Share Posted May 3, 2011 Check the contributions and find a suitable add on for that version. There are many. I am not going to look for you. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
NodsDorf Posted May 3, 2011 Share Posted May 3, 2011 Version 2.2 If you just want to add your contact information like seen here: Example Open catalog/includes/languages/english/contact_us.php Find define('TEXT_INFORMATION' ' '); Change to: define('TEXT_INFORMATION', ' Direct email: <a href="mailto:[email protected]">[email protected]</a> <br><br> Phone: 555-555-5555<BR> Fax: 555-555-5555<BR> <p> Postal Address:<BR> MyStore<BR> 123 Address Road<BR> City, State<BR> ZipCode<BR> </p> <p> Or you may submit a webmail below:</p>'); Link to comment Share on other sites More sharing options...
mifzal.mufthi Posted May 4, 2011 Author Share Posted May 4, 2011 Version 2.2 If you just want to add your contact information like seen here: Example Open catalog/includes/languages/english/contact_us.php Find define('TEXT_INFORMATION' ' '); Change to: define('TEXT_INFORMATION', ' Direct email: <a href="mailto:[email protected]">[email protected]</a> <br><br> Phone: 555-555-5555<BR> Fax: 555-555-5555<BR> <p> Postal Address:<BR> MyStore<BR> 123 Address Road<BR> City, State<BR> ZipCode<BR> </p> <p> Or you may submit a webmail below:</p>'); Thanks but it doesn't work Link to comment Share on other sites More sharing options...
NodsDorf Posted May 4, 2011 Share Posted May 4, 2011 Thanks but it doesn't work Is your site in English or is there another language? catalog/includes/languages/english/contact_us.php would just need changed to whatever language your browser is viewing. The code I gave you is pretty much a working example from the site I linked. The only reason I can think of it not working is you don't have a TEXT_INFORMATION call on your catalog/contact_us.php or your not using the English language, thus editing the file in the English folder won't do anything. Maybe somebody else has an idea.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.