Hi,
I want change the content of the 'top contact strip' on the site - just the telephone number.
http://www.nemavision-ipc.com/
I'm a guy that knows a little about maintaining our site through the Admin Panel and have rudimentary grasp on HTML etc. The site was built for us under Community v1.6.2.0 and uses templates for the main layout - needless to say the site developer does not seem to be interested in helping us.
Can anyone point me in the right direction on this?
Many thanks for any help..
David
Solved! Go to Solution.
Hi @hixpix,
If this has been set up as a Static Block you will find it in the Magento admin under CMS > Static Blocks.
My guess is that it isn't and has been hard coded, if so you will need access to the file structure of Magento and need to look in the following path:
app > design > frontend > *THEME PACKAGE* > *THEME* > template > page > html > header.phtml
Good luck!
Rebecca Troth
Hi @hixpix,
If this has been set up as a Static Block you will find it in the Magento admin under CMS > Static Blocks.
My guess is that it isn't and has been hard coded, if so you will need access to the file structure of Magento and need to look in the following path:
app > design > frontend > *THEME PACKAGE* > *THEME* > template > page > html > header.phtml
Good luck!
Rebecca Troth
Hi David.
Is it just the telephone number you want to change? If so, providing your developer has used the variable stored in the configuration you can change it in the admin area under system -> configuration -> general -> general and then under the store information tab is where you will find the telephone number.
Regards,
Andy
Hi Rebecca,
Many thanks, trolled through the many redundant directories (thank goodness for FileZilla) and found what I was looking for in:
/httpdocs/app/design/frontend/default/theme029k/template/page/html
Quick change to the HTML and Job done!
Thank you very much.
Vbr
David
Many thanks Andy, looked down your route first, but it turned out to be as Rebecca suggested.
Many thanks for the quick call to arms
Vbr
David
No problem, happy to help
Rebecca Troth