View Full Version : Thumbnails in cart not showing
deno1965
04-12-2009, 03:41 AM
Hi,
I went through the ropes with assigning the bindings and putting the proper path for the thumbnail to display in your cart and nothing. Typed in the same path as my Catalog pages which are showing the thumbs perfect. I even recreated the cart page and it's still doing it. The thumbnail thing has me really boggled. I also have a problem with the checkout, its doing nothing when you click the button.
Dean
Ray Borduin
04-13-2009, 07:52 AM
When you view the code on the page where the images should appear but don't... what is the path? What is wrong with it? Perhaps you aren't adding it to the cart properly or perhaps you aren't displaying it properly.
There are several buttons in the checkout process. Which button does nothing?
grantr281040
04-13-2009, 09:16 AM
I had the same issue with the thumbnails in the cart and discovered it was my path. When I selected the images dynamicaly it did not automatically include the images folder as part of my path so I simply added it manually in the properties inspector and now it works great.
images/<?php echo $YourCartName->DisplayInfo("ColumnName"); ?>
Good Luck!
deno1965
04-13-2009, 06:43 PM
Ray, I did'nt assign the bindings for the buttons in my cart, duh, sorry. I figured that out, but as stated above, I did put the path to my thumbnails in front of the dynamic binding for the thumbnail and does'nt seem to get it. It's the same path as the products page which works great. I followed the gsg for ecart and clicked on the image placeholder, choose data sources, expanded my cart and chose thumbnail and typed my path in front of it, clicked ok and saved the document. The info is in the page too, when you view the document, nothing shows.
Dean
Ray Borduin
04-14-2009, 07:58 AM
When the image doesn't show... view the source code and see what is wrong with the path.. That will give you the strongest clue as to where the problem might occur.
deno1965
04-15-2009, 12:30 AM
Your the man Ray,
I viewed the source to find out that it was giving the path twice. When taking it out of the document, it fixed it. Guess it was in the document and server behavior.
Thankyou,
Dean
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.