Try this code in "skin1/customer/home_main.tpl":
Code:
{else}
{if $main eq "register"}
{include file="customer/main/register.tpl"}
{elseif $main eq "help" and $help_section eq "Password_Recovery"}
{include file="customer/help/Password_Recovery.tpl"}
{else}
<div align="center"><br /><br /><br />You must be logged in to your wholesale account to access the store. <br /><br />Dont have an account? Register Here<br /><br />{include file="customer/main/login_form.tpl"}</div>
{/if}
{/if}
instead of:
Code:
{else}
<div align="center"><br /><br /><br />You must be logged in to your wholesale account to access the store. <br /><br />Dont have an account? Register Here<br /><br />{include file="customer/main/login_form.tpl"}</div>
{/if]