2 replies [Last post]
lockwould's picture
Offline
Joined: 08/10/2011
Juice: 15
Was this information Helpful?

Hello all,

I'm relatively new to Drupal, and even more green when it comes to Ubercart. It seems like an amazing module, and is more or less meeting my every need at the moment.
My issue is something I would consider very simple, but I can't find any documentation on it.

I'm setting up a store for a client, who is selling a limited supply of books, and fine art prints. Like 2 dozen or so in each section. The store is part of a larger site, describing his business's services. So ultimately I only need 2 categories: books and prints

What I'm trying to do is:

-Assign the category layout of a single category to the 'store' item in the main navigation. As opposed to it linking to a list of categories.

-On top of this, I need to assign a different theme to the store layout and all items included in it.

For the life of me I can't find any documentation on how to get this done. Any help would be much appreciated.

thanks

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 533
Re: Assigning specific category view to main navigation

"On top of this, I need to assign a different theme to the store layout and all items included in it"

This is a general Drupal question, and you might ask there. I have not done this, but I imagine that some sort of conditional theme chooser based on path or something exists. It MIGHT even make sense to have your store be a separate Drupal installation. Might.

As to the category layout, why not just direct your customers to the specific category you want. THen you need not worry about the top level layout.

lockwould's picture
Offline
Joined: 08/10/2011
Juice: 15
Re: Re: Assigning specific category view to main navigation

Thank you for your suggestions. I may have to do just that. I was hoping there was a simpler way around it though.