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

Smarty code to check file exstention

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-18-2008, 01:04 PM
 
pixelposh pixelposh is offline
 

Member
  
Join Date: May 2008
Posts: 19
 

Question Smarty code to check file exstention

Hi All, Hope the Xcart pro's can help me out here. Been battling on this one.

Is there a way i can check what the product image file extension is using smarty code?

i want to replace the main product image with a swf file, but I want the smarty code to first check if the product image is an image or flash file. so something like this

if {product extention is .swf}
include product_thumnail_flash.tpl
elseif {product extention is jpg}
include product_thumnail.tpl
/if

hope this makes sense.

Thanks
__________________
4.1.10
Reply With Quote
  #2  
Old 08-19-2008, 11:19 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Smarty code to check file exstention

Assuming you are doing this in product.tpl, try:

{if $product.tmbn_url|substr:-3 eq "swf"}
include ...
{else}
include ...
{/if}

If you are doing this in product_thumbnail.tpl use $tmbn_url instead of $product.tmbn_url
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote
  #3  
Old 08-19-2008, 09:15 PM
 
pixelposh pixelposh is offline
 

Member
  
Join Date: May 2008
Posts: 19
 

Default Re: Smarty code to check file exstention

Hi Ralph, Thats perfect , exactly what i was looking for. Thanks for your help.
__________________
4.1.10
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 08:25 AM.

   

 
X-Cart forums © 2001-2020