Client uses Sage to manage his products.
He enters product images as:
for example.
It is the following that appears in the 'related products' image.
Images in other marketing lists are displayed correctly.
Is there some sort of mod rewrite for the 'related product' javascript or htaccess fix to remove the
and just leave the file name so the image displays correctly?
Thank you!
He enters product images as:
Code:
//AJS-6/SageData/company.000/ACCDATA/IMAGES/HC125M.jpg
It is the following that appears in the 'related products' image.
Code:
<a href="https://www.xxxx-shop.co.uk/cgi-bin/ss000001.pl?PRODREF=HC125M&NOLOGIN=1"><img src="//AJS-6/SageData/company.000/ACCDATA/IMAGES/HC125M.jpg" alt="xxxx" width="75" border="0"></a>
Is there some sort of mod rewrite for the 'related product' javascript or htaccess fix to remove the
Code:
//AJS-6/SageData/company.000/ACCDATA/IMAGES/
Thank you!
Comment