View Single Post
  #4  
Old 01-20-2011, 05:18 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Login to view store

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]
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote