Hello,
First of all, let me say that I am very much a novice when it comes to PHP and ZenCart. However, the actions I wish to perform are fairly basic 'tweaks', and so I hope this is something that can be sorted out without too much trouble.
The tweaks are:
- editing/replacing the image in the header (this is a custom image named logo.jpg, not the default ZenCart header image)
- editing the content of the Copyright notice in the footer bar (again, this is a custom notice, and not the default ZenCart one)
I have downloaded the entire site (built using ZenCart v139h) to my computer and am using Dreamweaver (CS6). However, when I use the 'Find' function in the Find and Replace facility to try to locate the name of the header image (logo.jpg), Dreamweaver is unable to locate this file name. I have pored through the files themselves, looking in the commonly suggested locations for the header image. I have also checked the images in Assets (sorted A-Z), but am unable to find the image file (logo.jpg) anywhere.
Likewise, when I try using Find & Replace to look for specific words in the Copyright notice in the footer (e.g. the name of the web development company who created the site), these cannot be found. I have searched both Text and Source code, across the entire site. However, I AM able to locate other elements that sit within the footer bar (such as links to Twitter and Facebook), in the following file: includes\languages\english\extra_definitions\andover_modern\footer_menu_defines. php
These are the settings I am using in Find and Replace to try to locate the above elements:
--------------------
Find In: Entire Current Local Site
Search: Source Code (also tried Text)
Find: logo.jpg (also searched for name of web design company, exactly as it appears in copyright notice)
Options:
Match case: Unchecked
Match whole word: Unchecked
Ignore white space: Unchecked
Use regular expression: Unchecked
Click "Find all" button.
----------------
I would be extremely grateful if somebody here could indicate where I might be going wrong with this. Is the reason that I'm unable to locate these files because they are somehow "hidden"? If so, does this mean that I will be able to "discover" the files once I have set up a PHP testing server?
Thank you for reading my post.


Reply With Quote

