Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Different Link for registered and Non registered users


ryans

Recommended Posts

Posted

I was wondering if someone can help me real quick. I'd like to display one link if a user is logged in and another if they are not logged in. Here is the code i'm working with.

 

<?php if (tep_session_is_registered('customer_id'))?>
	<A href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'SSL'); ?>">
	<?php echo tep_image_button('menu_4.jpg', ''); ?></A><?php { ?>

  <?php (!!tep_session_is_registered('customer_id'))?>
	<A href="<?php echo tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo tep_image_button('menu_4.jpg', ''); ?></A><?php } ?>

 

Thanks in advanced!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...