View Single Post
  #10  
Old 03-14-2011, 05:39 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Can't access custom variable

My bad, sorry, the table must be without "xcart_"
Code:
$mintotal = func_query_first_cell("select mintotal from $sql_tbl[shipping_rates] where rate = '0' and shippingid = '173'"); $smary->assign("mintotal",$mintotal);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote