Hi

Should be easy 

if whatever >0;
{ 
show basket
}
else 
{
print("Your basket is empty or whatever"); 
}

I think it would be the same with the wishlist

if Userinfo > 0;
{
show wishlist
}
else 
{
print("Sorry you have the be logged in to use the wish list");
}

That should be the basic idea.

Best of luck

Tom





----- Original Message ----- 
From: Shawn <[EMAIL PROTECTED]>
To: FreeTrade <[EMAIL PROTECTED]>
Sent: Tuesday, September 19, 2000 7:18 PM
Subject: [FreeTrade] Need help with Changes to Basket


> Hi All;
> 
> I am trying to make changes to the basket so it only show up when an item is
> in it.  And I'm not sure how to do that.  I have been modifying the code
> that blocks the wishlist unless the user is logged in, but that is not
> working.
> Any thoughts on how to do this.
> 
> Shawn
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to