STEP 1a - In your custom templates on your cart, edit the tpl_header.php file and look for this line.
<?php if (($_SESSION['customer_id']) { ?>
change it to this.
<?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
Help,I cannot find the
<?php if (($_SESSION['customer_id']) { ?>
in the tpl_header.php of my custom template.
Then where is the exact place of the tpl_header.php ?
Thanks in advance




