Zen Cart Logo

hideCategories

Views: 104,788

Results 261 to 280 of 487
05 Aug 2010, 22:18
#261
rmjr avatar

rmjr

New Zenner

Join Date:
May 2005
Posts:
48
Plugin Contributions:
0

hideCategories

Willing to test and sent you a PM. Thanks!

06 Aug 2010, 22:23
#262
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: hideCategories

Interested in testing the mod.
Regards

06 Aug 2010, 23:45
#263
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

........

If you are interested in testing, please PM and I'll get you a copy of the new fileset.

04 Sep 2010, 21:28
#264
jkwalz avatar

jkwalz

New Zenner

Join Date:
Sep 2010
Posts:
2
Plugin Contributions:
0

Re: hideCategories

Alright, I hate to ask this because it has probably already been asked but I can't find the answer.

Here is goes:

I will have only hidden products at my store. How do I figure out what the URL is for the hidden product so I can sent it to the customer?

I've set up one hidden category and one product but I can't for the life of me figure out how to compose a simple URL for the product.

Thanks,

Jason

05 Sep 2010, 15:53
#265
s_mack avatar

s_mack

Totally Zenned

Join Date:
Jun 2005
Location:
Kelowna, BC Canada
Posts:
1,033
Plugin Contributions:
4

Re: hideCategories

make a non-hidden one for testing purposes, then navigate to that product in your browser. Look up at your address bar and you'll see the format for how a product URL looks and in that will be an identifier with that product's ID. So that's the format, and then you just have to change the ID to suit the other products. Their ID numbers can be seen in your admin. If you just came to your store, however, keep in mind that a session ID will be tagged on.. be sure not to use that. For example, here's a url from a real store:

&zenid=cfb4a133ac5e3192da149ac987953fa3

The grey part is the session ID that you want to delete. It may or may not be in your address bar but if it is, do NOT include it in your links.

The red part is the product ID. That's what you change depending on the product.

Hope that helps. I can't really think of a situation where you'd want a completely hidden shop! And because that is your situation, I have to say that using this mod probably isn't the best way to go about it... but if you find it useful then I wish you the best!

  • Steven
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

<rant>Unfortunately most of the folks who've downloaded this new version have not provided ANY feedback (which I NEED to troubleshoot problems before submitting this to the Zen Cart downloads).. The closest thing I've gotten to feedback is the proverbial "it didn't work" sigh:no:</rant>

That said, I wanted to publicly thank X@vier for REALLY testing the new version of hideCategories.. He will be along to post his feedback soon I hope..:smile:

So if you are interested in trying out the updated version of hideCategories, PM me and I will guide you through where to get it..

PLEASE POST FEEDBACK (positive or negative) here.. I need to hear from folks to KNOW if there are any issues..:smile:

DivaVocals:

So I've compiled a new version of hideCategories. Here's the changelog:

  • updated files to reflect changes in Zen release 1.3.9d.
  • Incorporated the following posted modifications in to the codebase:
  • Add Hidden Categories code to What's New sidebox
  • Add Hidden Categories code to Site Map & Customers Who Bought center box
  • Add Hidden Categories code to Categories Tab
  • Included a modified includes/templates/YOUR_TEMPLATE/templates/tpl_document_product_info_display.php template specifically for hidden products. This template removes the top and bottom "Next" and "Previous" navigation buttons as well as the category link/image without compromising regular products. Requires using "document-product" product type to create your hidden categories.

I've tested it on my own site and it works great, but I'd like other folks to test it before I submit it to the downloads section.. If you are interested in testing, please PM and I'll get you a copy of the new fileset. I may also include files and/or instructions for using hideCategories with the Improved Sitemap module..

29 Oct 2010, 13:03
#267
x_vier avatar

x_vier

New Zenner

Join Date:
Oct 2006
Location:
Belgium
Posts:
39
Plugin Contributions:
0

Re: hideCategories

Thank you, DivaVocals, for the compliment.

Hereby my report:

  • installed it on zc 1.3.9d (PHP5). the final installation will be on 1.3.9g. I don't know if that makes a big difference?
  • this installation http://www.collectors.room.eu/zc is already very much customized. It's a dev and testing site;
  • The installation goes very well. The two parts are clear in use;
  • The readme file is clear and better than the original one;
  • After the installation none of the categories in the top navigation bar where visible.
  • They are only visible after you resave the existing categories;
  • on this site I've also installed a module products in columns. Here's a conflict. The file was overwriten. Need to be merged;
  • changed the document type to product - hidden;
  • created category and hide it (http://collectors-room.eu/zc/index.php?main_page=index&cPath=4);
  • added product to category;
  • the category and product aren't visible in sitemap, new product, all products, featured products.
  • The base template I use is ZJ-Template-pack. A special feature is the box with the tabs at the right hand site. There is a tab called "new". There the hidden product is visible.

It's a great module. You have done a great job. Thank you very much.
The next great feature would be that the hidden category should only be visible for registered users....

Greetings,
xavier

29 Oct 2010, 16:45
#268
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

X@vier:

Thank you, DivaVocals, for the compliment.....

It's a great module. You have done a great job. Thank you very much.You are very welcome.. Thank you for posting your feedback.. VERY helpful!!!

X@vier:

  • installed it on zc 1.3.9d (PHP5). the final installation will be on 1.3.9g. I don't know if that makes a big difference?You'll just need to compare your store files to the 1.3.9g files and incorporate any changes between the two..

X@vier:

  • After the installation none of the categories in the top navigation bar where visible.
  • They are only visible after you resave the existing categories;This is required for stores with existing categories to add the correct flags that identify a category as hidden or visible.... on a fresh install where you've not yet created categories the mod should have the right flags in place which identify them as visible or hidden categories.. I'll have a looksee at the readme.. I thought I made this clear in the instructions..

X@vier:

*** on this site I've also installed a module products in columns. Here's a conflict. The file was overwriten. Need to be merged;**

X@vier:

  • The base template I use is ZJ-Template-pack.** A special feature is the box with the tabs at the right hand site. There is a tab called "new". There the hidden product is visible.**Suggest looking at the sideboxes included in the hideCategories package for guidance on the changes needed for your template's sidebox..

X@vier:

The next great feature would be that the hidden category should only be visible for registered users....This is probably very doable.. Just a little over MY paygrade to make happen..:laugh:

29 Oct 2010, 18:08
#269
s_mack avatar

s_mack

Totally Zenned

Join Date:
Jun 2005
Location:
Kelowna, BC Canada
Posts:
1,033
Plugin Contributions:
4

Re: hideCategories

Actually, its not that tough to make it visible only to registered AND LOGGED IN users. Registered but not logged in would be impossible. I don't recall specifics, as its been a long time since i've done any work on Zen, but there is a very simple check to see if the current customer is logged.

29 Oct 2010, 19:44
#270
x_vier avatar

x_vier

New Zenner

Join Date:
Oct 2006
Location:
Belgium
Posts:
39
Plugin Contributions:
0

Re: hideCategories

That would be a great marketing tool...

29 Oct 2010, 21:51
#271
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

s_mack:

Actually, its not that tough to make it visible only to registered AND LOGGED IN users. Registered but not logged in would be impossible. I don't recall specifics, as its been a long time since i've done any work on Zen, but there is a very simple check to see if the current customer is logged.Still over my paygrade/abilities to implement.. :laugh::laugh: I'm sure if I did some digging I could figure it out, but I've got way too much on my plate at the moment to pursue it..

01 Nov 2010, 10:04
#272
naturesartandgifts avatar

naturesartandgifts

New Zenner

Join Date:
Nov 2008
Posts:
4
Plugin Contributions:
0

Re: hideCategories

First of all, my apologies for not posting this feedback sooner. I was too busy with other projects to work on the one that uses hideCategories. That being said, the new version appears to be working fine for me. I am using it in combination with the Categories Center Box Module from Numinix. This allows me to feature certain items of the month or staff picks for the month. If I create categories for the features and then set the categories to"Hidden (direct link only)", I am able to have them visible only in the center box. This is exactly what I was looking for. Thank you for the mod.

02 Mar 2011, 09:01
#273
ellepi avatar

ellepi

New Zenner

Join Date:
Feb 2011
Posts:
2
Plugin Contributions:
0

Re: hideCategories

I am interested in testing mod. Is it possible? Thanks

02 Mar 2011, 16:26
#274
s_mack avatar

s_mack

Totally Zenned

Join Date:
Jun 2005
Location:
Kelowna, BC Canada
Posts:
1,033
Plugin Contributions:
4

Re: hideCategories

Sure, go ahead.

02 Mar 2011, 16:51
#275
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

ellepi:

I am interested in testing mod. Is it possible? ThanksSend me a PM.. Truthfully I already have the test feedback I needed.. I have been busy and kinda forgot that I needed to submit the updated version to the Zen Cart downloads..:blush: Gonna update the readme and do that this weekend..

Nevertheless PM me and I'll be happy to share where you can get the updated version from in the meantime..:smile:

02 Mar 2011, 16:55
#276
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

naturesartandgifts:

First of all, my apologies for not posting this feedback sooner. I was too busy with other projects to work on the one that uses hideCategories. That being said, the new version appears to be working fine for me. I am using it in combination with the Categories Center Box Module from Numinix. This allows me to feature certain items of the month or staff picks for the month. If I create categories for the features and then set the categories to"Hidden (direct link only)", I am able to have them visible only in the center box. This is exactly what I was looking for. Thank you for the mod.Goodness.. My apologies for not responding to this sooner!!! :blush: Thanks for testing the updated version for me.. Truly appreciate the feedback!! (Now I just have to get it submitted..:laugh:)

07 Mar 2011, 08:29
#277
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: hideCategories

1st - Very cool mod :smile:

Works like a charm on the categories sidebox,

I inserted the following 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'" .

to disable same categories for my category tabs.

when:

cde.visibility_status='0'

I get no categories

when:

cde.visibility_status='1'

I get the hidden categories

when:

cde.visibility_status='2'

I get the (direct link only) categories

But at no time do I see the categories I want displayed, does the above code work for category tabs?

07 Mar 2011, 14:46
#278
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

Solution for how to add this to category tabs is posted in this thread (a few times actually)

See link in my siggy... latest version of this mod is there.. Will try to find time to update the readme and submit it to the downloads this week..

rbarbour:

1st - Very cool mod :smile:

Works like a charm on the categories sidebox,

I inserted the following 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'" .

> 
> when:
> ```
cde.visibility_status='0'
```I get no categories
> 
> when:
> ```
cde.visibility_status='1'
```I get the hidden categories
> 
> when:
> ```
cde.visibility_status='2'
```I get the (direct link only) categories
> 
> But at no time do I see the categories I want displayed, does the above code work for category tabs?
07 Mar 2011, 15:25
#279
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: hideCategories

I read all 28 pages. thanks, the code I posted was from post 195. doesn't work. I decided to go a different route. Thanks anyways!

07 Mar 2011, 16:15
#280
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: hideCategories

rbarbour:

I read all 28 pages. thanks, the code I posted was from post 195. doesn't work. I decided to go a different route. Thanks anyways!Well it's works in the version I put together.. Did you try downloading that one??