charliep
Newbie - One Blade
Joined: 01 Dec 2004
Posts: 17
|
 RE: Picture not showing up in cart display
No, I don't think it's that complicated. Actually, I already figured our a brute force solution to it that I decided not to implement because I was too lazy and didn't want to do this for EVERY single category in the database.
You can do this very easily in ONE entry in the database by replacing userFieldOne which is right now:
%%IMG%%imagename.gif
with
<img src="./images/imagename.gif" Alt="Product Name" Title="Product Name">
Unfortunately,
<img src="./images/imagename.gif" Alt="%%name%%" Title="%%name%%">
Does not work. The trick would be to make this work.
|