![]() |
Rearranging and reconfiguring categories problem
Hi everyone,
This is my first experience with X-cart and its pretty cool. I'm using version 3.5.9 (linix) and am trying to change the way the navigation displays. If you look at http://www.solutionsforliving.biz/index.php you will see that I have the category navigation going across the top horizontally as images. I currently have them in the head.tpl file but believe that I need to change it to the categories.tpl, but I'm not sure. Ideally I would like the category image buttons to have a rollover effect, but I'm not sure where if that is possible. Also, I'm confused as to how I make each category button a functional link. And, since I'm begging for help, where the current categories are listed on the left side I would like to display the subcategories. The subcategories should remain until a new category is clicked on. Is this all possible? Any help and advice you can give me is much appreciated. Thank you in advance. Mike |
this is the code that will give you root categories in a horizontal line
Code:
<table cellpadding="5" cellspacing="0"><tr> |
Thank you Shan! That works great to display the categories horizontally :D . I've put that code into the head.tpl file as can be seen at http://www.solutionsforliving.biz/index.php. What I would like to do is use the images right above the category listings as the actual category links instead of text. Also, in home.tpl I would like to replace the categories.tpl with the subcategories.tpl include but have the subcategories.tpl be reformatted to match the other menus. What should I do next?
|
save your images in skin1/navpics/ folder and name them so that the file name is that same as the category id with the gif extension.
for example your storage category image should be saved as 103.gif Code:
<table cellpadding="5" cellspacing="0"><tr> you should be able to see what is going on from the code ive supplied now. theres a setting in general settings about showing subcategories in the categories menu |
Thank you again Shan! The fixes you stated worked perfectly! :D My categories menu that was showing on the left now reads Sub-Categories (categories.tpl) and displays the sub-categories for whatever category is clicked on at the top of the page.
The weird thing that happens is once you click on a sub-category item, the sub-categories disappear. Is there anyway to keep the sub-categories visible until a new category is clicked on? Thank you again for your help! Mike Once again... the site is located at: http://www.solutionsforliving.biz/index.php |
afraid not, its one of the drawbacks on how the categories are stored in the database in versions before v4.0.0
its because there are no more subcategories that nothing shows |
Hi Shan,
Would upgrading to 4.0 help? Or is there any other way to modify the code to keep the subcategories in place? Thank you, Mike |
Ive had the same problem myself
Ive not tried it in 4 yet but I see the way that categories are handled is better. V4 is not realy ready for production sites yet even though Im developing one myself at the moment. its not due for release for a while though. best way prior to v4 is to get rid of the categories side menu altogether and just use the subcategory links that appear in the center column |
Actually, what I was hoping to do was to keep the subcategories on the left, then in the middle column, display featured products when the main category is clicked on, then product listings when the subcategory is selected. I don't suppose there would be anyway to write a new *.tpl file that would be able to keep the subcategories listed?
Thanks again, Mike |
i gave up in the end when trying it with v3.5.x
|
You should be able to modify categories.php to give you the sub categories of the parent category if no sub-sub categories exist. I hope that makes sense.
It would take quite a bit of work. If I weren't so strapped for time right now, I'd look into it further for you. If I get some spare time, I'll try to figure it out. Nice looking site BTW! :) Carrie |
Thanks BCSE!
I appreciate both yours and Shans help and advice :D . Any help you can give me about modifying the categories.tpl file to keep the sub-categories visible would be invaluable. In its current state, it's not going to work very well without it. Thank you again, Mike |
Well, you're going to have to change the PHP code to do what you want it to do. It's not going to be simple from first glance at categories.php
I have to get a large list of things done today. I'll try to slip it in to see if its possible to do. It should be possible, it's just not going to be easy. Carrie |
Thanks Carrie! :D Just to let you know, this is my first experience in dealing with PHP so any fixes you have to share with me will probably require some patience on your part - but I do catch on to things fairly quickly. I really appreciate your help!
Mike |
No problem. I haven't forgotten about this. I'm just super swamped this week with "emergency" X-cart work. It's on my list of to-do.
Carrie |
Thanks Carrie! I'm anxious to see if this will work. Hope you get your fires put out! :D Say, can you or anyone else guide me to where I can increase the font size used in the product text display area? I'm sure its in the css file somewhere, but I must be missing it.
Thanks again, Mike |
I think I have it! I had a few minutes tonight to take a stab at it and seem to have it. It's not completely tested though, so let me know if you find any problems with it.
Here's how to try it: 1. - BACK UP skin1/customer/categories.tpl - BACK UP include/categories.php 2. Add this code to include/categories.php: Code:
# BCSE BeginAfter: Code:
#3. Add this code to skin1/customer/categories.tpl Code:
{* BCSE Begin *}Before: Code:
{/if}I tested this on 3.5.10. It should work on 3.5.9. Hope this helps! Carrie |
Hi Carrie,
Thank you for the mod, but I can't seem to get it working. Here is the complete code that I currently have for categories.tpl (including your mod): Code:
{* $Id: categories.tpl,v 1.19.2.1 2004/03/16 12:12:16 svowl Exp $ *}And here is the code I have currently for categories.php (including your mod). This was found in htdocs/admin. There wasn't a categories.php in the customer directory so I hope I modified the right one. Code:
#Can you see anything I have done wrong? Thanks again for looking into this :D . Mike |
It's in include directory. So restore your admin/categories.php file and edit the include/categories.php instead. Sorry about that! Not sure why I said customer/categories.php I reflected the changes in my previous post.
Let me know if that doesn't work! Carrie |
Hi Carrie,
I'm not sure if I did something wrong or not but the categories are now kind of screwed up in how they are displaying. You can view what it is doing at http://www.solutionsforliving.biz and clicking on any of the category links across the top portion of the page. I'm posting the code for the 3 files that seem to be affected: include/categories.php: Code:
#catagories.tpl: Code:
{* $Id: categories.tpl,v 1.19.2.1 2004/03/16 12:12:16 svowl Exp $ *}and head.tpl: Code:
{* $Id: head.tpl,v 1.30.2.3 2004/03/09 08:28:25 svowl Exp $ *}I really don't know what to do to fix this at this point so any help you can offer will be much appreciated. Thanks again, Mike |
I see what's going on. You didn't put my code in the right spot. Maybe it would be better explained to say to put it infront of this code:
Code:
#The code depends on the subcategories being created (or not created). So it has to go below the subcategory creation. Otherwise, it looks like you have it if you notice browsing down the categories to say here: http://www.solutionsforliving.biz/customer/home.php?cat=131 you have the parent's subcategories on the left side. Also, since you have the root categories across the top, I have fixed my code to allow for that. So recopy the php code in my original fix so you don't have 2 copies of the root categories at the top. Carrie |
CARRIE YOU'RE A GENIUS!!! :D Everything works perfectly. Thank you so much for taking time out to solve this problem and for your patience in dealing with my lack of php experience. You're very nice to do so.
I don't mean to take advantage of your generosity, but I do have one last issue. When a main category is clicked on across the top, in the center section of the page the subcategories are listed in addition to the subcategories now being listed on the left. What I would like is for featured products to be displayed in the center of the page instead of the subcategory listings. I'm assuming this is an easy fix and I only need to be pointed in the right direction, but what do I know? :wink: Also, I'm thinking that the word "description" that appears at the top of the center section can be changed by editing a file in the languages section. Am I close? I promise I won't take up any more of your time after this. Thanks again for your kindness in helping me out! Mike |
Glad you got it working! :)
I don't know about the genious part! LOL Many would argue on that one! ;) As far as getting rid of the categories in the middle, edit skin1/customer/main/subcategories.tpl and comment out much of the top that displays sub categories. Then it should just show featured products and/or products. You'd want to start the commenting on this line: Code:
{section name=cat_num loop=$subcategories}And would probably want to end the commenting after: Code:
{ if %cat_num.last% }I hope that makes sense! To change the "description" word, try going into your categories and editing them. You will probably see the word "description" in the description section. I hope that makes sense when you look at it. Good luck with the site! I think it looks nice and clean! Carrie |
|
Thank you again Carrie & Shan... you've both been very helpful and without your advice I would never be as far along with this as I am. Thanks again... now I just have to figure out the back end stuff... stay tuned for more posts in the future. :wink:
Mike |
thanks for the code
Carrie,
I second mikea93449's sentiments. Works very nicely. Being able to access sibling categories is key. Thanks |
You can see an example of the mod discussed here on:
http://www.purpleturtlekids.com It's an old site I did a long time ago (2 years?) that I have revisited and made the look a bit fresher (within their budget). If you click on the category tabs you will notice when you get to the end of a category tree branch (where there's no more subcategories) it will still show the previous set of subcategories in the purple bar. Carrie |
only show sub categories
Quote:
The link Shan provided works great for me in 4.0.13 ... however, unlike what is mentioned here it does not discuss showing only the sub categories. |
| All times are GMT -8. The time now is 10:36 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.