hurray Posted September 22, 2010 Share Posted September 22, 2010 I am not sure from where this broken image link appeared. But this does not happen on other pages.http://shop.ametibetaine.com/pendentifs-argent-massif/25-pa09-pendentif-argent-massif-om-astamangala-.html Link to comment Share on other sites More sharing options...
rocky Posted September 22, 2010 Share Posted September 22, 2010 The problem is caused by your menu bar module using relative links instead of absolute links. It is trying to find ./modules/categoriesbar/down.gif when it should be looking for {$content_dir}modules/categoriesbar/down.gif Link to comment Share on other sites More sharing options...
hurray Posted September 22, 2010 Author Share Posted September 22, 2010 In fact I am having another problem with product image (see thread http://www.prestashop.com/forums/viewthread/70695/general_discussion/image_mouse_roll_over_problem) and razaro posted a solution by telling me to change the first line from my categoriesbar.tpl src="./modules/categoriesbar/chrome.js" to src="{$modules_dir}categoriesbar/chrome.js" . This is when it went wrong. Now that I put the initial code back, it seems to work. But you say that I need to be doing something else. Can you tell me what??Thanks Link to comment Share on other sites More sharing options...
Recommended Posts