Fixing broken images on advance_search page
Please follow these steps:
- Go to your server files. You can connect via FTP.
- Navigate to /smartway/conf/lang/YOUR LANGUAGE/text.advance_search.php
- Scroll to the bottom of the page, and find this code:
... 'zip_radius' => '<img src="images/text_zip_radius.gif" alt="Zip Code Radius">', 'zip' => '<img src="images/text_zipcode_txt.gif" alt="Zip Code">',
...replace it with:
... 'zip_radius' => 'Zip Code Radius', 'zip' => 'Zip Code',