It's pretty easy to do. You just need to edit includes/languages/english/extra_definitions/your_template/headermenu.php
Printable View
It's pretty easy to do. You just need to edit includes/languages/english/extra_definitions/your_template/headermenu.php
Oh, and includes/templates/your_template/common/tpl_drop_menu.php
Here is where the Difficulty lies. I changed the main Categories in the Drop Down header to Read Residential. Under Categories are the categories called Construction Products with subs of Commercial Concrete, Home Improvement, Residential Roofing and Storm Shelters.
The customer wants me to add a separate entry tab to the menu called Commercial, but it too will have main categories and subs.
I don't know how to make this work with the way that Zen Cart is setup now. It only has one categories menu to work with, not two.
Any ideas how to fix this? Please keep in mind that the customer only wants Residential Products in Residential and Commercial in Commercial.
Try adding this to includes/templates/your_template/common/tpl_drop_menu.php in the location where you want it to appear:
<li class="submenu"><a href="yournewcommerciamenullink">Commercial</a><ul class="level2">
<li><a href="yournewcommercialsubmenulink1">Sub menu item one</a></li>
<li><a href="yournewcommercialsubmenulink2">Sub menu item two</a></li></ul>
Are all of your products currently organized in separate commercial and residential categories? If not, they should be, for clarity and best functionality. It might be possible to alter the menu so that instead of one tab to hold all categories, you have two tabs, one holding the top "Commercial" category and its subs and one holding the top "Residential" category and its subs.
Hi everyone,
I have this mod working fine and I had ez pages linked under a menu heading but for some reason this is not working anymore, the code in the drop_menu.php for this part is as follows:
</li>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_SPECIALITY_SWEETS; ?></a>
<ul class="level2">
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
Basically whenever I added an ez page it would automatically go under its heading.
Has anyone ideas why this is not working anymore?
Using 1.3.9h. Cheers
HI Guys, I'm quite new here and need some advise regarding this great menu, I just instaled everything and the problem is that the menu showing, things exactly like in php for example instead of "category" I've got header_title_category :oops: any Ideas ? Many Thanks for your help :)
Have look here : http://leoarmah.com/ecommerce
Hi,
Am hoping someone can help. I have installed this latest version onto my V 1.3.9h of zencart, on my dev site, while we play around with it lots. I have changed a couple of things to facilitate certain bits that I want it to do, and my categories menu, after renaming it, now works on how I set it up within ZenCart.
However, My "Our Stationery" menu, has a slight error. The menu has eight items on it, and six of these have sub-menus off them. However, on the two that do not, when selected, they leave a small background coloured bar at the top of the "cell", for want of a better word. I cannot see where or how this is occurring.
On a second note, I made the font a little bigger across the menu bar, however, as it drops down into the relative dropdowns, the font size decreases.
Any ideas, gratefully welcome, especially as my wife really like the way this menu works for her site!!
Hi, I have installed the Drop down menu into Zencart, followed all of the instructions and everything works well.
In terms of customizing the each master drop down header, is it possible to reference other ez pages besides the default setup. For example, I have created EZ pages called Press and Events, but I would like them to be on the dropdown list instead of Contact Us and shipping.
I have gone to the "headermenu>php" to change the header titles, but not sure what code to manipulate in the "tpl_drop_menu.php" file to get these changes to work....
Any ideas?
btw...LOVE LOVE LOVE this horizontal menu :)
Here's an example from my sandbox site:Quote:
but not sure what code to manipulate in the "tpl_drop_menu.php" file to get these changes to work....
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
<ul class="level2">
<li><a href="index.php?main_page=page&id=4">About Us</a></li> <?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
I just hard-coded the link in. Probably not the most elegant solution, but it works fine.
I posted this in a stand alone thread so I apologize mods for the duplicate, but I'm pretty certain I will be able to assistance from this thread - plus my "problem" displays some customization possible with this MOD.
I put my Manufacturers dropdown list in the dropdown menu. But, I'm having issues with the list closing prematurely. You can see an example at www.lindastestsite.com
Any thoughts on why? I'm assuming it is related to how the Manufacturers dropdown is interacting with the CSS Dropdown Menu.
Regards,
lindasdd
Menu has no room to flyout.
Example here: http://dn.astreetweb.com/
I installed and it is working - sort of. It looks like the menus are trying to fly out but there is no room for them - or they are not flying over the content that follows.
I tried changing z-index in stylesheet_header_menu.css. Makes no difference.
Any other ideas?
Second problem, is I tried Turning the EZ-Pages "on" as per instructions and my page stops loading at end of Information UL - missing the closing ul and no more page after that. Very weird.
My example doesn't show that as I thought I'd work on the flyout space problem first.
Thanks in advance for your help. :)
This may be premature, but I think that I solved the problem of drops downs not having enough room to drop. In the stylesheet (stylesheet_header_menu.css), I changed the first item (div#dropMenu ) from
position:relative;
to
position:absolute;
hth helps someone else too.
Hello,
Is it possible to achieve the same dropdown menu as in play dot com using this mod?
We have a lot of categories and need to show some of them along with the main ones.
Thx
This mod could be used as a base for that. The menu you are seeing at that site is more of a customized menu whereas this mod creates a dynamic menu(it automatically populates with your sites data.)
For something similar to what you want the only place I've seen offering it is jsweb.co.uk as a paid for mod. Just visit their site and take a look around.
-lindasdd
I reactivated the sideboxContainer div in the manufacturer file and that did the trick.
-lindasdd
Can anyone tell me how to fix the breadcrumb trail issue? I've scanned through the forum and haven't found a solution. I love the mod but really need the full breadcrumb trail too (it doesn't show parent categories when a subcategory is chosen in the dropdown menu).
I'm using Zen 1.3.9 and mod CSS Horizontal Dropdown Menu With jquery version 2.0.
My shop is here:
http://www.ghostofthedoll.co.uk/powdermonki/handmade/
Thanks in advance,
Sarah
The 'breadcrumb' issue is a bit inherent to Zen Cart. The 'trail' is generated from where you come from rather than the category structure. Why? Because it needs to cover the situation of linked products. So, if the same product appears in two categories then the breadcrumb needs to reflect what category you have arrived from because the category structure alone is ambiguous.
This creates a problem any time you reach a product from outside the normal path. If anyone knows of an existing fix for this I would be really interested in it. Otherwise I am going to have to work on an alternative version of breadcrumbs in the next few days. I can't see how one might both cover linked products and cover the situation where you arrive at a product from outside the normal trail ( any bright ideas would be accepted with thanks) . So I was thinking of a version that covered the second situation but not the first.
This has been asked about and I thought I'd post a link to the solution in case it is needed/asked about.
http://www.zen-cart.com/forum/showpo...&postcount=359
Using hideCategories with CSS Dropdown menu for the header- With Categories
WOW! This thread has been growing just too long!
May I suggest the OP to compile different suggestion/discussion here and correct any errors found and create a new version and then publish the new version?
I believe that can make later reader easier to understand and use the addon.
To myself, I have been lost in the thread and my menu isn't working like I want, not anyone's fault, my own bad, but reading over 200 pages posts is a mission impossible to me. And to many other people, I guess.
The breadcrumb issue is inherent to the case of arriving at a product not through a category, but using the dropdown menu is using the category structure. So this issue is a shortcoming of the menu, and theoretically ought to be fixable.
I was looking for the answer to this issue but couldn't find it. On my site, the sub-category is running into the Parent category. How do I resolve this?
http://www.sunfluersjewelrydesigns.com
Apologies if this is a duplicate post.....
Thanks in advance
Tony
Your stylesheet has
stylesheet_header_menu.css (line 82)
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5, div#dropMenu ul.level6, div#dropMenu ul.level7, div#dropMenu ul.level8 {
background: none repeat scroll 0 0 #4F4F4F;
left: 12em;
top: 0;
}
Change the 12em to 100% and the submenus will move all the way to the right edge of their parent.
That did it...tnx so much.....
Hi
Thank you very much for this great script, i run it and it works fine, however it made my sidebox categories disappear! i was using script for the sidebox categories calls Click-Show-Hide Category Menu.
when i research it, i found out that the issue is coming from file called categories_ul_generator.php as yours override it,
below is that script i had running in that file, is there any way way we can integrate both script in way both works?
Thank you
Adam:blink:
// Showing category counts will use default Zen function, which generates massive
// recusive database queries. Could be improved by instead retrieving in a single
// query all products to categories and then using recursive PHP to fetch counts.
class zen_categories_ul_generator {
var $root_category_id = 0,
$max_level = 6,
$data = array(),
$root_start_string = '',
$root_end_string = '',
$parent_start_string = '',
$parent_end_string = '',
$parent_group_start_string = '%s<ul>',
$parent_group_end_string = '%s</ul>',
$child_start_string = '%s<li>',
$child_end_string = '%s</li>',
$spacer_string = '',
$spacer_multiplier = 1;
var $document_types_list = ' (3) '; // acceptable format example: ' (3, 4, 9, 22, 18) '
function zen_categories_ul_generator() {
global $languages_id, $db, $request_type;
$this->server = ((ENABLE_SSL == true && $request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER);
$this->base_href = ((ENABLE_SSL == true && $request_type == 'SSL') ? DIR_WS_HTTPS_CATALOG : DIR_WS_CATALOG);
$this->data = array();
$categories_query = "select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd " .
"where c.categories_id = cd.categories_id and c.categories_status=1 and cd.language_id = '" . (int)$_SESSION['languages_id'] . "'" .
"order by c.parent_id, c.sort_order, cd.categories_name";
$categories = $db->Execute($categories_query);
while (!$categories->EOF) {
$products_in_category = (SHOW_COUNTS == 'true' ? zen_count_products_in_category($categories->fields['categories_id']) : 0);
$this->data[$categories->fields['parent_id']][$categories->fields['categories_id']] = array('name' => $categories->fields['categories_name'], 'count' => $products_in_category);
$categories->MoveNext();
}
// DEBUG: These lines will dump out the array for display and troubleshooting:
// foreach ($this->data as $pkey=>$pvalue) {
// foreach ($this->data[$pkey] as $key=>$value) { echo '['.$pkey.']'.$key . '=>' . $value['name'] . '<br>'; }
// }
}
function buildBranch($parent_id, $level = 0, $cpath = '') {
global $cPath;
$result = "\n".sprintf($this->parent_group_start_string, str_repeat(' ', $level*4))."\n";
if (isset($this->data[$parent_id])) {
foreach ($this->data[$parent_id] as $category_id => $category) {
$result .= sprintf($this->child_start_string, str_repeat(' ', $level*4+2));
if (isset($this->data[$category_id])) {
$result .= $this->parent_start_string;
}
if ($level == 0) {
$result .= $this->root_start_string;
$new_cpath = $category_id;
} else {
$new_cpath = $cpath."_".$category_id;
}
if ($cPath == $new_cpath) {
$result .= '<a href="javascript:void(0)" class="on">'; // highlight current category & disable link
} else {
$result .= '<a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $new_cpath) . '">';
}
$result .= $category['name'];
if (SHOW_COUNTS == 'true' && ((CATEGORIES_COUNT_ZERO == '1' && $category['count'] == 0) || $category['count'] >= 1)) {
$result .= CATEGORIES_COUNT_PREFIX . $category['count'] . CATEGORIES_COUNT_SUFFIX;
}
$result .= '</a>';
if ($level == 0) {
$result .= $this->root_end_string;
}
if (isset($this->data[$category_id])) {
$result .= $this->parent_end_string;
}
if (isset($this->data[$category_id]) && (($this->max_level == '0') || ($this->max_level > $level+1))) {
$result .= $this->buildBranch($category_id, $level+1, $new_cpath);
$result .= sprintf($this->child_end_string, str_repeat(' ', $level*4+2))."\n";
} else {
$result .= sprintf($this->child_end_string, '')."\n";
}
}
}
$result .= sprintf($this->parent_group_end_string, str_repeat(' ', $level*4))."\n";
return $result;
}
function buildTree() {
return $this->buildBranch($this->root_category_id, 0);
}
}
?>
Apparently both mods have a version of categories_ul_generator.php, so they would somehow need to be merged. Not sure that is even possible; it would take an expert examination of both files to know for sure.
Hi,
I'm trying to target the first and last item in the lower level category submenus (i.e. level2) so i can put a top border on the first item & a bottom border on the last item. Any idea how I can accomplish this?
I know I can use css -- I just don't know how to target the first and last <li>'s in the code.
Does that make sense?
Nevermind! I just put a border around the whole UL & that did what I needed it to. : )
I posted this in reference to the upgrade to v. 1.3.9h that I'm currently trying to install.
I am using this mod. BEAUTIFUL...
Except...
My ZC is installed in a subfolder (on instructions from my server, so as to not interfere with the smooth functioning of my live care),
Anyway the problem is here: http://www.peppermaster.com/peppermaster-shop
As you can see the menus work beautifully... Except that the products are NOT in the subfolder but rather the live site products!
Is there a call to the DB somewhere that needs to be adjusted for the mod so it pulls the products from the subdirectory's db? I can't for the life of me figure out where it is and I don't have time to read through 225 pages of Q&A.
No, this mod and others do not seek out the domain root in preference to the Zen Cart installation root. Your problem has to be somewhere else, maybe in a configure.php file.
Looking through your home page, all links that use the standard Zen Cart dynamic URLs are correct, while all URLs that have been rewritten with CEON are incorrect (in reference to the discussion in your other thread).
Look at the CEON support thread for info and help. You have something set incorrectly in that mod.
hello and thankyou,
I added css flyout to STRYPE and caused minor damage to template.
Viewed at:
www.ligroutcleaners.com/malibududeranch
Please advise, John
pageblair - We can't tell what kind of damage has happened without seeing what it looked like before...
Actually, looking at your HTML source in Firebug, the dropdown <ul> encloses the whole rest of the page. It is not being closed at the proper place.
This line in your source shows that you tried to comment out a <li> but did not close the comment, causing the problem:Add --> to the end of the commented line:HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
</ul>
HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>-->
</ul>
I need to post this for folks following these support threads so they do not get the wrong idea.. The highlighted statement is not completely true.. Ceon does indeed work in a sub directory.. Something in YOUR setup was causing the problem.. It's a waste of time to try and figure out what the issue was though seeing that this is just a test site.. There's no need necessarily to test the URI mod..
I cant find the page this line of code is on?
You won't find this verbatim in the PHP file. Look in whichever file handles the list this <li> belongs to. You might try searching forto narrow the field.Code:<!-- <li>
<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
</ul>
I cant find this piece of code, searching for hours.
But I was able to repair the problem through firebug.
But cant find live code.
Thanks for being patient
As I said, you won't find that code verbatim, because it is composed from bits by the PHP file. You need to look for distinct segments of the code... perhaps <li><a class="noLine"
Actually, according to Conor, the mod writer from CEON, it's designed explicitely to not work in a sub-directory without major configuration. He was quite explicit that if we want to use it for a testing site that we should absolutely create a sub-domain. It was indeed the fact that I have used a subdirectory instead of a subdomain that was the problem. He insinuated that if I used the subdomain, it would have worked just fine. (Easier to just turn it off than start over at this point).
And as you said, there is not need to test the URI mod, I already know that it works. :)
You guys (and gals) who know what you're doing around here, deserve major kudos, regularly, for the help you provide to us noobs. It is absolutely invaluable and I'm sure you don't get thanked or appreciated anywhere near enough.
So... thank you.
Again, like I stated in my last post.. you have misunderstood what Conor stated.. What Conor was EXPLICIT about is that you should not be using a sub-directory inside your LIVE store to create a TEST SITE (and he's right).. You should create test sites using subdomains, this way the code will transfer over quite easily to your live site, and you are less likely to run into issues..
Because you created a development version of your LIVE site inside a sub-directory of your LIVE site THIS is what was being frowned upon..
You certainly can create a store inside a sub directory if the main site is in the root (for example a static HTML main site with the store is in a sub-directory or a WordPress main site with a store in a sub-directory). This is a different configuration than what you did. (creating a Zen Cart store within a sub-directory of a Zen Cart store) I'll be happy to show you an example of a store in a subdirectory using Conor's mod which DID NOT require any "major configuration".. The mod assists you in creating the correct store settings to support this..
Since you do not necessarily need to test the URI mod in your testing, turning it off solved your problem. Going forward when you want to upgrade your store, you should create your parallel store in a subdomain. This way it will act and behave like a top level domain without the conflicts you ran into.
Well I thank you for the input. You're not the first person to say so, actually Conor was.
Frankly, it would have been useful information to have PRIOR to doing this, but whatever. It's almost done now and it't temporary.
You know I speak several languages, but this PHP one I do not speak well at all. I can only follow instructions and hope to get help from folks like you.
Getting berated for doing something the wrong way when I ask for help, especially when as you say it's not really WRONG, just "unprofessional" is really not helpful.
I'm horribly sorry that I created a subdirectory. I'm even sorrier that I am in the position of having to ask for help in here, but maybe I wouldn't be in this position if the LAST guy that created my website hadn't broken your module.
Fwiw, I just hired someone to fix what I hope is the final muck and once I have my translations back there won't be any more "subdirectory" holding my cart.
Would you like a copy of that fix?
**sigh**
Here's the thing.. You are over-reacting to what I said.. I was NOT berating you..:no: If you assumed this, then honestly that's on you if that's what you walked away from our exchange with..
For my part I was simply interested in making sure that accurate information is communicated.. I know that other people read these forum threads and I didn't want anyone walking away with the impression that they cannot install Zen Cart into a sub-directory if they are using the Ceon URI module, because I know that this is not completely true.. 'tis all.. What IS true is that you cannot install Zen Cart into a sub-directory of a Zen Cart site as certain modules will not perform correctly if you do this. (as you discovered)
That said, you are free to decide I meant all kinds of things by my posts, and you are free to walk away thinking I berated you.. I know that wasn't my intent.. **shrugs**
apology accepted.
How can I add an EZpage to the tpl_drop-menu.php
How do I create a new top level drop?
thanks
Does anyone know if it's possible to add manufacturers to this menu?
hi All
I need addons like on http://www.skechers.com
As hover on Men, Wome, Girls Boys.
Plz its urgent
@Pepperfire
Being berated by Conor and Divavocals must have been traumatic. Wow! Kind of like being beaten with candyfloss. Or attacked by an eiderdown quilt. You have my sympathy and admiration for having managed so well even when confronted by those two lovely, generous people trying to help you. I hope you recover from the stress soon. Best wishes
No, not totally..............just working a real job now (since last years' Joplin tornado force our move), and don't have hardly any time to be here. But, I DO still check in every once in a while (although, I usually still don't have time to do much of anything but look), so I still seeeeee you.........................:smile:
Has anyone figured out if this drop down menu works for 1.3.9h? I've tried uploading the files, but it didn't do anything to my site. Thanks!
http://www.zen-cart.com/index.php?ma...roducts_id=479
**deleted**
Of course you are right. I apologise for all my unreasonable comments.
Has anyone got this working in v1.5? I cannot get it!!!:censored:
I should add I have installed successfully on several 1.3.9 sites. ...
That is a good reason lol. I guess I didnt search as much as I should have. Thanks!
I have it installed and it works just fine on v1.5.0. Of course I have the original one installed form Jade True - SageFish
They really aren't different.. The one from Get 'Em Fast enhances the menu and uses some cool javascripting fanciness and and has more (and flexible) options for styling the menu.. I have not tried this yet with v1.5, but based on the files this mod touches, I imagine that the core file merges shouldn't be problematic, and since there's no admin menu, I imagine this would be one of the easier mods to make v1.5 compatible....
From what I can tell, the problem occurs when copying over the new tpl_header.php file. I have tried to manually modify the existing tpl_header.php file but still no luck. I am not sure if it is an over site on my part. Thanks for the feedback guys.
I've installed this add-on and it works great. Thanks for this great add-on.
Before I will ask my question, this is my website: www.indyapparels.com for the forums reference.
In the INFORMATION menu, there is a link called QUICK ORDER FORM.
Now, what I wanted is to SWAP the CONTACT US and QUICK ORDER FORM in their places.
How can I do that?
Thank you.
Just wanted to say thanks for this, I've just installed on 1.5 and it works great. Now I just need to customise the thing... 8)
With regard to your question RJugalbot, you need to edit /includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
The links under Information are defined from line 55 onwards - I'm not sure how your quick order form would be defined but once you've found it it's just a case of swapping this link for the Contact Us box which is line 82:
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
Hope this helps
I've installed this on my site and it works beautifully. Thank you!
I have a question, though.
Let's say I want to split up categories between headers (Like, Header1, Header2, Header3) and so pages on the menu bar display certain categories.
How would I go about this?
One would assume making a new SQL table linking categories to header id's but I've only just started learning PHP so I wouldn't even know how to call those.
OK I've installed this and customised it a bit - it's working really well except for one thing, I have two headers with no sub-menus ('Search' and 'Contact Us') and whenever I click on these the whole page moves a few pixels to the right... and then, when I hover over 'Categories' the page jumps back to the left!
I can't work out if this is to do with the menu or if it's just a general Zen Cart thing that's more noticeable with this addon because of the hover effect. I wondered if it was because there was no style for these two headers in tpl_drop_menu.php, but it still does it even if I style them <li class="submenu"> the same as the other headers.
The site - www. need that gift .co.uk
I've worked it out... it's nothing to do with this addon at all, it's to do with the right-hand scrollbar, which when it's present is shunting everything to the left.
Will have to have a think about how to fix this...
....... (edit) silly question
Sorry,
If I missed this earlier in the thread.
I am very new in the world of websites and html, etc..
I am just wondering if someone can tell me if this is what I am looking for?
This is my shop:http://www.hollycarterart.com/store/.
I would like to have a menu drop down vertically from the horizontal menu on the top of my shop, it currently is too busy with too many categories. I would like to have main categories that have the sub categories drop down below, such as All Jewelry would have sub categories of rings, bracelets, necklaces.
I may not want all of my main categories to have sub categories though.
Is this the the add on that I would want?
Thanks for your help!
This would probably do the job you want. There is at least one other ("Categories Simple Dropdown") that might do what you want, depending on how many kinds of things you want in the menu.
Whether a particular top category has subcats will be irrelevant to the menu.
Hi everyone,
I've been using this mod for a couple of years, now I've also installed the 'Hidden categories' mod, this hides certain categories from the Categories sidebox, but these categories still show up in the dropdown menu,
I'm not a programmer, can anyone help me to out here ?
thanks very much,
Fons
Hello, I have a little problem with this exceptional module, is that when deployed the category menu categories are flying off the screen below, anyone know how I can fix this so that it leaves the drop in blocks of 10 sub-categories?
Thank you very much in advance.
A greeting.
I can't seem to figure out something with the Down arrow and submenu arrow. They show up where they should and thats great. The problem I am having is when I hover over them they disappear. I want them to remain while be hovered over. I added these to stylesheet_header_menu.css:
This has no effect. Not sure what to do. I tried putting a z-index on them and still nothing.Code:div#dropMenu li.submenu:hover {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}
div#dropMenu li.submenu:hover li.submenu:hover {background: url(../images/submenu.gif) 95% 50% no-repeat;}
Any help is appreciated. Thanks
Is it possible to toggle Login/Logoff on the menu ?
Thanks, John
Hello,
I just want to know if this mod is compatible with the latest zencart v 1.5
Your quick response will be highly appreciated
Usman