View Single Post
  #5  
Old 04-20-2005, 10:43 AM
 
macker123 macker123 is offline
 

Advanced Member
  
Join Date: Mar 2004
Posts: 68
 

Default

Quote:
Originally Posted by sportruck
Try this...

Code:
{if $products[product].avail ne 0} {if $product.forsale ne "B"} {include file="buttons/add_to_cart.tpl" style="button" href="javascript:if (FormValidation()) document.orderform.submit()"} {/if} {else} [img]{$ImagesDir}/outofstock.gif[/img] {/if}

I get this error if I try that.

Fatal error: Smarty error: [in customer/main/product.tpl line 11]: syntax error: mismatched tag {/if}. (Smarty_Compiler.class.php, line 2221) in /home/hiphop/public_html/Smarty-2.6.3/Smarty.class.php on line 1082
__________________
Heavily Modified 4.0.8
http://www.hiphopcapital.com
Reply With Quote