![]() |
Busy upgrading to 3.5.3, but thanks.
Will test it when I am done :) |
Quote:
Strangely this code perfectly on my local pc but when I upload to server It doesn't select the "curent category" !!! what could be the wrong ? here is my code Code:
{* $Id: categories.tpl,v 1.19 2003/11/11 14:02:32 svowl Exp $ *} |
^BUMP^
Any one ? |
Code:
<form name="form_cat" method="get" action="home.php"> |
Thanks a lot Boomer...it's working now :)
Here is my code of categories.tpl if one want to use it. Code:
{* $Id: categories.tpl,v 1.19 2003/11/11 14:02:32 svowl Exp $ *} Just one more question this mode is not useful in html catalog as it doesn't generate the HTML links for categories in catalog pages & still generate the .php pages links :( .....is there any way to correct this bug ? |
I'm using this mod on 3.5.11 and it works perfectly, but I'm developing a store using 4.0.3 and have been unable to get it to work successfully. Does anyone know how to get this working with 4.x.x series because this is a great mod and I would love to continue using it.
|
This mod is working fine. Thanks to Boomer.
I am wondering what it would take to build it to the next level and include the subcategories indented under each of the main categories and separate each main category with a blank line (to make reading this list a little easier on the eyes.) I am not sure I understand the reason for the HTML build ?? If someone can explain. Thanks again to "Master" Boomer for its continuing effort in helping others build a better x-cart. Philippe |
When trying this in v4.0.4, the drop down box shows up, but appears to be empty. However, you can click on one of the "BlankSpaces" and you will be taken to the catagory.
Just fails to actually print the catagory name Any suggestions? Heres the code I am using: Code:
{* $Id: categories.tpl,v 1.19 2003/11/11 14:02:32 svowl Exp $ *} |
<form name="form_cat" method="get" action="home.php">
<td> <select name="cat" onChange="document.form_cat.submit()"> <option value="0">Select...</option> {section name=cat_num loop=$categories} <option class=CategoriesList value="{$categories[cat_num].categoryid}" {if $cat eq $categories[cat_num].categoryid}selected{/if}>{$categories[cat_num].category}</option> {/section} </select> </td> </form> |
Category Search Drop Down (v4.x)
Code:
<form name="form_cat" method="get" action="home.php"> Manufacturer Search Drop Down Code:
<form name="form_manuf" method="get" action="manufacturers.php"> Static Pages Drop Down Code:
<form name="form_info" method="get" action="pages.php"> :wink: |
All times are GMT -8. The time now is 09:37 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.