Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Category Display

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-01-2015, 11:06 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 898
 

Default Category Display

Is there any mod out there that will allow a custom css file to load depending on the category chosen? I'm not looking for a whole different skin, just want to change some colors for just one category.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #2  
Old 07-01-2015, 11:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Category Display

There is no need of any module. In home.tpl in <head> section

{if $current_category.categoryid eq "xx"}
load yyy.css
{else}
load zzz.css
{/if}

or just the first portion of the {if} if you are looking to just load css file on specific category and everything else stays the same.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
Dougrun (07-01-2015)
  #3  
Old 07-07-2015, 06:06 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 898
 

Default Re: Category Display

How about adding an "or current manufactuer eq "xx"?? so the products of those vendors use the same css.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #4  
Old 07-10-2015, 08:38 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 898
 

Default Re: Category Display

nevermind, i got it,
added
or $product.manufacturerid eq "9"
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:19 PM.

   

 
X-Cart forums © 2001-2020