Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

thumbnail upload!!

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-10-2003, 08:28 AM
 
ciava ciava is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: UK
Posts: 56
 

Default thumbnail upload!!

Hi All

I'm having a problem with the product.tpl ? i want to be able to upload the thumbnail image if it's available but if not replace it with a custom noimage.tpl here is the code i have tried below. At the moment it will uploas the noimage.tpl when the thumbnail is available and will load up nothing at all when it isn't

any help would be great!!

{section name=image loop=$images} {if $images[image].avail eq ""} [img]../product_image.php?imageid={$images[image].imageid}[/img]
{else}{include file="customer/main/noimage.tpl" }{/if} {/section}

regards

jon
Reply With Quote
  #2  
Old 02-10-2003, 11:30 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Well, at first glance it looks like you are asking it to see if a deteail image is available rather than a thumbnail.

{if $images[image].avail eq ""}

is checking the _images table and that is used for the detail images. _thumbnails is used for the thumbs. However, there is no 'avail' feild in that table.

Since X-CART in its default config will already get you 3/4 of the way to what you want (displaying a "no image" image when there is no tumb), I would look into the "image.php" file to see if you can edit that code to do what you want. image.php is what controls the displaying of the thumbs.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:01 PM.

   

 
X-Cart forums © 2001-2020