by Jim » Fri May 16, 2008 6:33 pm
For those that might be experiencing this problem here is how to fix it until the version of ShopSite with the fix in the template is released.
The offending code in Clean.sst is the following:
<img src="[-- OUTPUT_DIRECTORY_URL --]/media/[-- STORE.ViewCart --]" border="0">
For an in-field fix, do a find-and-replace for the previous line in Clean.sst (3 instances) and Clean-MoreInfoPage.sst (3 instances), with the following replacement:
<img [-- ViewImage --] border="0">
Those templates will be found in the sc/templates/pages -for Clean.sst and sc/templates/includes for the Clean-MoreInfoPage.sst.
Hope this helps.