You'll need to merge in the modified sections into the v1.5 version of the file.. I find that Beyond Compare is a better tool for this.. It's not free (and NOT expensive either), but it works WAY better than Winmerge..
Printable View
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