close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Image thumbnails not showing in cart

Thread began 1/24/2010 12:20 pm by canonman208475 | Last modified 1/26/2010 2:46 pm by Eric Mittman | 1583 views | 4 replies |

canonman208475

Image thumbnails not showing in cart

I am using eCart 4. I got to page 50 in "Getting Started Guide" and tested my work so far. I openned the Music and Gear pages and added items to my "Cart" everything works except the Thumbnails do not show up.
I check the code and everyting looks ok, but no images I can't figure out why.
Please help

Here's the code
<img src="images/thumbs/<?php echo $BlueSkyCart->DisplayInfo['Thumbnail']; ?>" alt="" width="99" height="97" class="eC_ProductThumb" />

Sign in to reply to this post

Jason ByrnesWebAssist

Is the thumbnail name being stored by the add to cart button?

double check the Add to cart button settings, make sure that the thumbnail cart column is properly bound to the database thumbnail column.

Sign in to reply to this post

canonman208475

the button settings look good

Originally Said By: Jason Byrnes
  Is the thumbnail name being stored by the add to cart button?

double check the Add to cart button settings, make sure that the thumbnail cart column is properly bound to the database thumbnail column.  



Where would I look in the cart code to find "thumbnail cart column" and check connection?
:

Sign in to reply to this post

canonman208475

here is code for Repeat Cart Region

I hope this helps but it looks like correct to me..I might be missing something tho.
<?php
while (!$BlueSkyCart->EOF()) {
?>
<tr>
<td><img src="images/thumbs/<?php echo $BlueSkyCart->DisplayInfo['Thumbnail']; ?>" alt="" width="99" height="97" class="eC_ProductThumb" />
<p class="eC_ItemLabel">&nbsp;</p></td>
<td class="eC_PriceItem" >&nbsp;</td>
<td class="eC_FormItem" ><input type="text" name="BlueSkyCart_Quantity_<?php echo $BlueSkyCart->DisplayIndex; ?>" size="3" value="<?php echo $BlueSkyCart->DisplayInfo("Quantity"); ?>" /></td>
<td class="eC_FormItem" ><input type="checkbox" value="<?php echo $BlueSkyCart->DisplayInfo("ID"); ?>" name="BlueSkyCart_Delete_<?php echo $BlueSkyCart->DisplayIndex; ?>" /></td>
<td class="eC_PriceItem" >&nbsp;</td>
</tr>
<?php
$BlueSkyCart->MoveNext();
}
$BlueSkyCart->MoveFirst();
?>

Sign in to reply to this post

Eric Mittman

On this page you will need to edit the add to cart server behavior. In here you will need to look at the thum nail column and make sure to bind it to the recordset value for the thumbnail. When you associate the thumbnail like this you should then have the value present in the cart. If you have any further trouble with this post back with a copy of your page that has the add to cart on it and any other details about the recordset and the column that holds the thumbnail.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...