X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Login in Category Description (https://forum.x-cart.com/showthread.php?t=58460)

mizNRG 03-14-2011 08:41 AM

Login in Category Description
 
Does anyone know how I can include the login boxes within a category description?

DrQuietus 05-05-2011 02:35 AM

Re: Login in Category Description
 
on /common_files/customer/main/subcategories.tpl change
Code:

{if $current_category.description ne ""}
<div class="subcategory-descr">
  {$current_category.description|amp}
</div>
{/if}

to:
Code:

{if $current_category.description ne ""}
<div class="subcategory-descr">
  {$current_category.description|amp}
</div>
{include file="customer/main/login_link.tpl"}
{/if}


Styling it different shouldn't be hard either. Just include the parent div class on your style sheet. for example

.subcategory-descr a.whatever {

}


All times are GMT -8. The time now is 11:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.