Incompatability between views module and standard product listing

Posts: 50
Joined: 09/09/2007

Hi

Prior to enabling the views module, the standard product list (/shop/products) looks like d1.jpg. After enabling the views module it looks like d2.jpg. Doesn't views module like ubercart?

AttachmentSize
d2.jpg64.73 KB
d1.jpg64.98 KB
Posts: 2102
Joined: 08/07/2007
AdministratoreLiTe!

The product module creates a default view at that URL, which overrides the original page. You can either modify the View or delete it if you would rather use the TAPIr version.

Posts: 50
Joined: 09/09/2007

But it was the other way around. I didn't enable the views module until a couple of days ago, but had the default product view running for a week. Does the view module create another product view, or why does it not look the same when I enable views? Does the enabling of the views module change the way that the default product view is handled by Ubercart?

Posts: 2102
Joined: 08/07/2007
AdministratoreLiTe!

The default view doesn't appear until the Views module is enabled. It was added in with the rest of the Views integration into the product module.

When Views isn't enabled, the product module shows a TAPIr table that lists all of the published products. It's not actually a View. They look different because it's two different functions that generate the list and render the data.