google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

rewrite Product Categories page to make it possible to sort Products #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is desirable to be able to order products in a category, then display that 
category in a page.

At the moment, this can only be done through convoluted means: create an 
"order" field in a products type, then manually set numbers in the products, 
etc.
  This is not good enough, as 1) it's manual, and 2) it makes it impractical to have products listed in one order in one category, and in another order in another category.

Instead, the Categories page should be re-written so that a categories products 
are in a list that can be ordered by dragging.

Original issue reported on code.google.com by kae.verens@gmail.com on 17 Jul 2012 at 12:12