View Single Post
  #32  
Old 10-27-2005, 06:03 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default

lol, alright, let's get serious about this

So - we can assign variables for sure - that shouldn't be a problem - here is what we should be working with from what I can tell - and I'd like to put this into your auth.php file.

Code:
$membershiplevel=array_pop(func_query_first("select membership from $sql_tbl[customers] where login='$login'")); $smarty->assign("membershiplevel",$membershiplevel);

Now, this really should do the trick I would think - may need some slight tweaking though so lemme know. You can pretty much stick this at the end of the file...

Then your if/then tag would look like:

Code:
{if $membershiplevel eq 'Premium'}Do it!{/if}

Cheers!
__________________
Instinctual
8,000 feet up in the Rocky Mountains of Colorado
X-Cart Versions 3.5.x - 4.0.x

IF you xcart, THEN you prosper, ELSE you fail. ELSEIF xcart fails, THEN you fix it, all the WHILE {loop}\'ing {section}\'s to feed your $smarty mind.
Reply With Quote