Paper911.com

Wednesday, November 16, 2005

Make Account Features visible on login

/includes/header.php

// HWR: show my account on login
if (tep_session_is_registered('customer_id') ) {
...
//HWR: show shopping cart if you are logged in
...
//HWR: shows checkout upon login

0 Comments:

Post a Comment

<< Home