View Single Post
  #19  
Old 07-21-2010, 02:08 PM
 
Tdeviant Tdeviant is offline
 

Member
  
Join Date: Jul 2010
Posts: 25
 

Default Re: custom add to cart button

I kinda understand,

This would be normal code:

<div class="nav_bottom">&nbsp;</div>
</div>

<div id="login">
<div class="nav">
<div class="nav_main" style="min-height:35px;">
{if $login eq "" }
{include file="customer/auth.tpl" }
{else}
{include file="customer/authbox.tpl" }
{/if}
{include file="customer/news.tpl" }
{if $active_modules.XAffiliate && $config.XAffiliate.partner_register eq 'Y' && $config.XAffiliate.display_backoffice_link eq 'Y'}
{include file="partner/menu_affiliate.tpl" }
{/if}
{if $active_modules.Interneka}
{include file="modules/Interneka/menu_interneka.tpl" }
{/if}
{include file="poweredby.tpl" }
</div>
</div>



There would be nothing for error_message.php?need_login

Gonna have to play with it tomorrow now, been at it 15 hours today

Thanks for your help!!
__________________
Helping the world turn
X-Cart version 4.3.2
Reply With Quote