View Single Post
  #4  
Old 03-19-2007, 04:48 AM
 
gerrick@ncs-online.com gerrick@ncs-online.com is offline
 

Member
  
Join Date: Sep 2004
Posts: 23
 

Default Re: Smarty Global variables

Very helpful! This worked! I appreciate the help.

However, I've run into another issue. On the search results page when in debug mode it does not show any information about the user. What i'm trying to do is this.


{if $customer_info.membership eq "GSA"}
GSA Price:<br />
{math equation="price*markup" price=$products[product].taxed_price markup=$gsamarkup format="%.2f" assign=gsaprice}

{include file="currency.tpl" value=$gsaprice plain_text_message=true}
__________________
X-Cart version 4.1.6
PHP 5.1.1
MySQL server 5.0.27
MySQL client 4.1.7
Web server Microsoft-IIS/6.0
Operation system Windows
Reply With Quote