Tags/topics: 
2
Answers
Vote up!
0
Vote down!

Product Display order

Hi. We have drupal 7 Commerce.

My questions is how can you change the order of the product display.

Currently it displays in the order you create the products which looks a bit odd . Our client wants the ability to be able to sort the order of display for all products in all categories. We thought a number system would work for each category

http://waterblastersauckland.co.nz/

How would we do this please

Asked by: touch
on July 9, 2012

2 Answers

Vote up!
1
Vote down!

Hi,

If you want to sort the nodes (product displays) within a category, I would suggest those options :

  • Create a view which list the product displays of a specific category, and sort them by created dates, names...
  • Use the Node Queue module to manually sort the product displays.

Hope this help !

Augustin Delaporte
Posted: Aug 6, 2012
Vote up!
0
Vote down!

As far as I know, you can't use Nodequeue with a View based on 'Product Display' because you won't be able to access the Nodequeue as a Relation. Instead, you have to build your view based on the product 'Content' (hat, mug, etc) and only then will you be able to find a Nodequeue option in the Advanced > Relationships area in Views. You can then use that as sorting criteria.

Answer by: Raj
Posted: May 22, 2014