Acquia Prosper and Ubercart : theming my product list

Please register or log in to post to the forums
3 replies [Last post]
Sophie
Sophie's picture
Offline
Joined: 2010-08-09
Posts: 2
Acquia Prosper and Ubercart : theming my product list

Hi everyone,

I'd like to display my products exactly how it is made on the demo site for Acquia Prosper :
- on the front page, when i click on the shopping tab, i get the store view with some thumbs representing the big sections of my shop (apparel, Art prints...) : this one i know that it is the default ubercart with some theming
- When i click on Apprel : some products sample of all the categories below it (shoes, teens...) : it is exactly what i'd like to do, how did you achieve this ? With a view ? It does not seem so, so please help me !

Thank you so much

Regards

Sophie

jeremy
jeremy's picture
Offline
Joined: 2009-06-09
Posts: 740

Hi Sophie, hopefully I can answer your questions below.

1. The products page is generated by Views and set to display in a grid. This is the page I am referring to: http://acquiaprosper.fusiondrupalthemes.com

2. Yes it's a View as well.

You might want to check out the Ubercart Views module (http://drupal.org/project/uc_views) as it turns the output from Ubercart into Views so you have full control over it.

Sophie
Sophie's picture
Offline
Joined: 2010-08-09
Posts: 2

thanks Jeremy for this fast reply.
I understand how the page http://acquiaprosper.fusiondrupalthemes.com/ is done, it is a view listing all the products with exposed filter.
My question is more about how can you get this page : http://acquiaprosper.fusiondrupalthemes.com/catalog/apparel

Thanks

Sophie

jeremy
jeremy's picture
Offline
Joined: 2009-06-09
Posts: 740

Gotcha, that's a default Product catalog type layout provided by Ubercart so no Views going on there. It's showing everything under the Apparel taxonomy term/category.

The settings can be configured on the store's Catalog page (/admin/store/settings/catalog) and it's set to show 6 items per page then show the pager.