-
Re: Categories Dressing
these are the codes i have
Code:
<?php
/**
*
* @copyright Copyright 2009 Glenn Herbert
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.gnu.org/licenses/ GNU Public License V3.0
* Categories Dressing v2.7.3 - Glenn Herbert (gjh42) - 20090505
* includes/languages/english/extra_definitions/your_template/categories_dressing_defines.php
*/
define ('CAT_BOX_HEADING_1','1|0|||Tribal Artifacts|1|Shop by Categories|2');
define ('CAT_BOX_HEADING_85','1||||Shop by Tribal Groups|2');
define ('CAT_BOX_HEADING_40','2|0|||Collector Guides|1|Shop by Categories|2');
define ('CAT_BOX_HEADING_46','3|0|||Collectibles|1|0');
?>
how can i assign categories to each?? Thanks!
-
Re: Categories Dressing
trying hard wew! do i need to go to school to study css and php and etc. for me customize this easily :lamo: its been hours yet i cannot get it wooh! :bangin:
here is a website i want to somewhat clone the side box style.
http://www.kirkgateflowers.co.uk/
can you just tell me what code to add and what files to edit.
I want this heading
Code:
define ('CAT_BOX_HEADING_1','1|0|||Tribal Artifacts|1|Shop by Categories|2');
to contain my categories with cpath 1,73,81,82,2, and maybe more but if you go check what i've customized those categories is under this sub-heading.
Code:
define ('CAT_BOX_HEADING_85','1||||Shop by Tribal Groups|2');
i am just editing 2 files. categories_dressing_defines.php and stylesheet_categories_dressing.css. please help. thanks!
-
Re: Categories Dressing
sorry i keep on posting :blush:. you mean i sort the order in its editing page "you mean in catalog/categories/products" set the sort order? (found in this thread page) Ok. i've tried to sort out 2 categories and refreshed my site but the two categories still stayed under the sub-heading Shop by Tribal Groups.
:Flush:
-
Re: Categories Dressing
You need to give all of the categories sort orders, not just a few of them.
Your headings are looking good now.
-
Re: Categories Dressing
Thank you very very much for your time..
Hi! yap all have sort orders but as you can see the others does not belong to the correct heading. sorry for being a pain...:blush:
I am trying to put those categories below "Tribal Artifacts shop by category but the categories stayed under different heading"
i'm experimenting but i can't get it to where i want to. can i edit other files other ategories_dressing_defines.php and stylesheet_categories_dressing.css? thanks
-
Re: Categories Dressing
The sort order is the only thing that will put the categories in the right places. What are the sort orders for the categories now?
-
Re: Categories Dressing
Hello! Thank you very very much for your time and for helping me out on this, much appreciated. its an excellent mod.
Anyway i've already customized the looks to my liking. First i remove the defines. then i created another sort order. 10-20-30 then one by one created a defines for each and look! its looking good! :clap:
check it out.. My site enhance in looks by this great great mod
HERE
again BIG BIG Thanks!
-
Re: Categories Dressing
Looking good! I'm glad to see the capabilities of the mod well used.
-
Re: Categories Dressing
Great mod! Only I can't figure out how to hide empty categories (not subs). I've fiddled around with the defines page forever and can't get it to do what I want. Anything other than 0 in the code hides ALL my categories.
Any thoughts?
-
Re: Categories Dressing
Categories Dressing does not have a way to distinguish whether categories are empty.
You could write a test to hide empty categories if you have category counts turned on.