Using the generic module, I have 8 subscriptions. I've changed the menu name from "Product" to "Subscribe". The output of the 8 subscriptions appears on the Subscribe page - which is exactly what I want.

But when you create content -> generic product, each product entry appears as a seperate page. How do I hide these 8 product pages on the menu??

There is probably a simple answer to this, but I can't find it. I've read all the ecommerce book pages and searched and searched. Do I need to create a node.tpl for this? If so, how do I hide the pages using the node.tpl?

Diane
MsDetta, Inc.

Comments

MsDetta’s picture

I tried this from http://drupal.org/node/103350 and it didn't work. I also tried
<?php return user_access("administer nodes"); ?> and selected PHP code equals true, and the product page still appeared in the main menu for anonymous.

Diane "Detta"
MsDetta, Inc.