Thread: hideCategories

Page 20 of 49 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 487
  1. #191
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: hideCategories

    Steven,

    Just to let you know thank you so much for creating this mod. This mod is what exactly what my client need for his store. I installed and everything is great, works great.

    For those who had sidebox mess up... try to look for the answer in the coding.

    Because I figured out myself.

  2. #192
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: hideCategories

    does anyone know how to make this mod work properly when working along side the "categories Dressing" mod?

    All files merged with winmerge and site functioning properly. I have the hide options in admin category edit, but they still appear in the category tree menu.

  3. #193
    Join Date
    Dec 2007
    Location
    Dothan, Alabama
    Posts
    14
    Plugin Contributions
    0

    Default Re: hideCategories

    I'm using the latest version of Zen Cart with several addons. This hidden category with products accessible only by password should work with any version.

    I have come up with a pretty simple answer to something that may be of interest to several of you out there. I have set up an “Invisaible” category with “invisible” products (invisible to the casual visitor/customer). I can e-mail a password and/or user name to any number of individuals giving them access to the hidden product or products. They have access to the normal checkout procedures. The method also uses “cookies” so they don’t have to log in again if going from page to page. They will have to log in to your store site in order to check out, however.

    Not sure this is what a number of you are looking for, but if you are interested (my information is free!), e-mail me at [email protected] and I’ll send you my instructions (14 steps) and supporting info.

  4. #194
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: hideCategories

    Nice! Curious though... did you modify my contrib or you came up with a new one entirely?

  5. #195
    Join Date
    Dec 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: hideCategories

    Love this mod Steven. This is exactly what I needed for my site.

    Like a couple others on this thread, I use the top category tab and wanted a way to hide the categories there as well. I came up with this solution that is working for me....

    copy: /includes/modules/categories_tab.php
    to: /includes/modules/YOURTEMPLATE/categories_tab.php

    around line 31, replace the code:
    PHP Code:
    $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'" 

    with new code:
    PHP Code:
    $categories_tab_query "select c.categories_id, cd.categories_name from " .

    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd," TABLE_HIDE_CATEGORIES " cde

                              where c.categories_id=cd.categories_id and c.categories_id=cde.categories_id and c.parent_id= '0' and cd.language_id='" 
    . (int)$_SESSION['languages_id'] . "' and c.categories_status='1' and cde.visibility_status='0'" 
    This adds an argument to the query to check the visibility status and hide any category that is not set to normal.

    As with another post I read in this thread, this does require that all of your categories have a hide_categories value in the database. The other post noted this could be done through editing the database to add the value. Being a novice, I don't like to directly edit the database and found a different solution. For new categories, or categories that were created before installing the hide mod, edit the category to be hidden, save, then re-edit to normal. This creates the record needed in the database.

    Hope this helps.

  6. #196
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: hideCategories

    Great addition! Thanks Bumpspt.

  7. #197
    Join Date
    Feb 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: hideCategories

    This is the mod I have been looking for! I have installed (run the scripts and copied the files to the server) it but there is a little problem. After I edited the category to be "Hidden", in the admin panel the folder icon changes to a lighter colour, however, in the storefront the category is not hidden. I am using v1.3.8.

    Appreciate your help

  8. #198
    Join Date
    Feb 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: hideCategories

    ./includes/templates/YOUR_TEMPLATE/templates/tpl_products_all_default.php


    does YOUR_TEMPLATE means the name of my template? does it need to be changed for the mod to work?

    Thanks

  9. #199
    Join Date
    Feb 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: hideCategories

    yes! that was my problem!

    After pulling hair for 2 days, self-resolved

  10. #200
    Join Date
    Dec 2007
    Location
    Dothan, Alabama
    Posts
    14
    Plugin Contributions
    0

    Default Re: hideCategories

    Nope. This is something I came up with. I didn't realize anyone else had made any inroads on the problem until I logged on to post my update. I use two freeware downloadable scripts and made them work. Don't have to do anything at all to any of the Zen Cart files.
    Keep up the good work, all!
    Ron

 

 
Page 20 of 49 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. how to get hidecategories an dual pricing to work
    By davidweaver88 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Jun 2012, 03:35 PM
  2. anyone using HideCategories in 1.3.9d??
    By redheads in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Jun 2010, 06:54 AM
  3. HideCategories problem...
    By ShadowAngel in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2009, 10:17 PM
  4. hideCategories Module
    By marcusimages in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Aug 2009, 06:31 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR