ZestMedia / basic_ubercart

A basic Ubercart installation profile.
0 stars 0 forks source link

Catalog page (categories) #16

Open leex opened 10 years ago

leex commented 10 years ago

Catalog is a default part of ubercart and works well. Make sure we have a menu which lists all terms like a standard ecommerce site.

Tasks:

T1) Provide a menu block which lists all category terms and links to their respective pages.

T2) Insert a link into the main menu which links to /catalog

T3) Investigate ways to make the UI easier to add/remove categories.

leex commented 10 years ago

T1 Done - this is the 'Products' menu, it doesn't yet include the top level but it will.

T2 Done - links to new url /categories - there is an issue with the breadcrumb doubling up on all product pages.

leex commented 10 years ago

T2 - Breadcrumb issue is fixed.