WebSite X5Help Center

 
Juergen S.
Juergen S.
User

Picture is lost in the shopping basket  en

Author: Juergen S.
Visited 1684, Followers 1, Shared 0  

It took me some time to integrate an image-tag with a table for Prices into the advertisment, but if cou click the buy-option, the Picture will be lost in the Shopping basket. Looking at the code there's no sign why, but - and maybe that's the reason - there are " (quotes) now in the code. Please solve. 8:o(

Posted on the
2 ANSWERS - 1 USEFUL - 1 CORRECT
Juergen S.
Juergen S.
User
Author

I just copied the missing pics from images directory to the directory  http://127.0.0.1:8080/cart/images/by hand. It works.

But cannot be the solution, I hope?   8;o(

Read more
Posted on the from Juergen S.
Incomedia
Claudio D.
Incomedia

Hello Juergen,

If you add custom html code and this refers to a subfolder the browser will always search the image in a subfolder. If the code is automatically created by the program then it will adjust automatically but since it's written by you you will need to check the image is always reachable also from another directory and in this case I wouls suggest you to add as source not the relative path files/image.jpg but the absolute path http://www.yourwebsite.com/files/image.jpg so it will always be visible also if you are in /cart/

Many thanks!

Read more
Posted on the from Claudio D.