View Single Post
  #2  
Old 10-13-2009, 07:33 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: List of Smarty Tags?

Hi,
try this
{$order.subtotal|default:0}


Quote:
Originally Posted by mida68
Does anyone know if there is a comprehensive list of smarty tags I can reference? Specifically, I need the tag for an order subtotal.

I am installing a tracking pixel and getting an error:

Error: Smarty error: [in customer/main/order_message.tpl line 43]: syntax error: unrecognized tag: order.subtotal (Smarty_Compiler.class.php, line 446) in /home/smartmot/public_html/store/include/lib/smarty/Smarty.class.php on line 1092

Any help is appreciated.

Thanks!
Reply With Quote