Page 2 of 2
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Fri Nov 07, 2008 11:32 pm
by fido-x
Qphoria wrote:
I really was torn on the styling because I was thinking that what if people wanted a different bullet for each level, or different font or something, thats why i made it use a diff style per level.
That can still be done, as long as the padding for each level is the same (ie. leave it up to the margin to determine the amount of indent), eg.:
Code: Select all
<a style="margin-left: <?php echo $category['margin']; ?>px;" class="<?php echo $category['class']; ?>" href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a>
Set up 3 or 4 different styles and use some mathematical function to rotate between them based on the level (eg. odd or even, divisible by 3, etc.).
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Wed Nov 26, 2008 6:19 pm
by mrshabah
how we can add sub categories in the backend??? Am i missing anything?
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Wed Nov 26, 2008 7:36 pm
by jty
mrshabah wrote:
how we can add sub categories in the backend??? Am i missing anything?
In admin category, after you add a category, look on the left for the folder
Click on that folder on the left and then you can add sub cats for that category
The same with options for products and other areas, look for the
folder on the left
It's not intuitive but it becomes natural after awhile
PS. Welcome to Open Cart
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Mon Dec 01, 2008 8:48 am
by mlorac
Thanks for everything!
I found many posts regarding to sub categories and I was really confuse.
But when I downloaded the file here:
http://www.opencart.com/contribution/in ... tion_id/59
it works perfectly fine!
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Wed Dec 10, 2008 1:38 am
by AutoDTS
Hello,
I downloaded V1 of this great thing you did but i have a problem.
The pictures asigned to the sub category are not showing. Please take a look and tell me what can i do about it: Click on "Interfete VAG"
www.autodts.com
Thank you!
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Wed Dec 10, 2008 2:23 am
by Qphoria
I will take a look
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Thu Feb 05, 2009 2:36 am
by wolfsteritory
guys, how does one add a subcategory from the c panel ? coz i dont get anything new ?
id i do something rong ? do i have 2 delete the files & replace? not 2 overwrite ? ..or something ?
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Thu Feb 05, 2009 2:45 am
by Qphoria
Re: [RELEASED] - Cascading Subcategory Listing
Posted: Thu Feb 05, 2009 5:10 am
by wolfsteritory
thank u verry much
any news about how can i make the buy now , singleproduct checkout process?