View Single Post
  #6  
Old 10-29-2007, 07:30 AM
 
dpm dpm is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 43
 

Default Re: Check for url paramater existance

Hi Phil...

Thanks for your quick response... I should have been a little more clear... I have 2 options:

1. cart.php?mode=checkout
2. cart.php?mode=checkout&signup=1

If the signup=1 is present then I show the user a hidden div tag where they can signup for a membership.

I tried this but it didnt work.

{if $signup eq "1"} ... {/if}
Any ideas?

Many Thanks,
-dpm
__________________
x-cart-4.1.8gold
Reply With Quote