Results 1 to 10 of 47

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    Very nice, installed and tested in few minutes.

    Schoolboy links to a site above. Site has more categories down left column than in drop down header. Is it possible to define what categories you want in the header drop down, if one has alot of categories and too many to go across top?

    sph
    www.prommart.com
    www.fashion-mart.biz (new, candidate for drop down of some kind in near future.)

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    Many things can be adjusted, but the link schoolboy posted is an example of the older version which does not validate.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    Do you know how to code so only certain categories will appear in the top drop down, if you have many more running down the left column?

    Anyway, I briefly installed the mod on my new Fashion Mart site. Made a quick drop down background color change to read link. Really looked nice! And it is simple. I now turned it off via .bak on the two files.

    I have some experience with the drop down mods and forsee one on my newest site, but still wrestling with the general purpose.

    1. SEO: to have all subcategories always "open" to the search engines. (Same with side fly-outs.) But I've noticed no problem with google reaching my "closed" subcategories and products.

    2. Customer navigation ease. This may be the more questionable reason, and I've read pros & cons. But right now my new site isn't large enough to hardly warrant a drop down. Don't know. Looks nice, though.

    sph
    www.prommart.com
    www.fashion-mart.biz (up and coming)

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    sph,
    Glad it worked and, yes, it's simple.
    The only file included with this mod is the one for the includes/templates/CUSTOM/templates/tpl_modules_categories_tabs.php.
    It contains the query
    $categories_tab_query = "SELECT c.categories_id, cd.categories_name FROM ".TABLE_CATEGORIES." c, ".TABLE_CATEGORIES_DESCRIPTION . " cd WHERE c.categories_id=cd.categories_id AND c.parent_id= '0' AND cd.language_id='" . (int)$_SESSION['languages_id'] . "' AND c.categories_status='1' ORDER BY c.sort_order, cd.categories_name;";
    $categories_tab = $db->Execute($categories_tab_query);
    The while following the query is what populates the menu with the categories selected.
    You will need to "massage" that query in order to change the selection process.
    I hope you will understand that this is not a thread to discuss SEO or other items other than problems with the mod or it's installation.
    Also, it could muddy the waters if we begin discussing the many ways the mod can be the basis for something way bigger and better.
    The mod says Simple and I think this thread should stay simple.
    Perhaps someone will PM you with a quote or you can search the Add Ons for more powerful menu mods. Perhaps when 1.5.0 is finalized, someone will make this a more powerful "select your category" option at that time.
    I am not the author nor a user of the mod, but modified it to make it validate and operate as the original author intended. With that, I committed to assist with installation and operation problems. We have already seen that template choices even from Zen Cart add ons can effect the operation of this mod. Be sure that any template chosen for your site(s) follow standard Zen Cart process and validate before going further.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    Thanks, it is simple. And the best looking out-of-the-box menu I've tested.

 

 

Similar Threads

  1. Category Tab Simple Dropdown Menu
    By hem in forum All Other Contributions/Addons
    Replies: 85
    Last Post: 26 Jun 2015, 02:06 PM
  2. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  3. Problem with Sort Order and Category Tab Simple Dropdown Menu Mod
    By dbltoe in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 15 Jun 2011, 07:08 PM
  4. Replies: 1
    Last Post: 12 Mar 2011, 07:18 AM
  5. Category Tab Simple Dropdown menu
    By marshanite in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 16 Mar 2010, 04:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg