If you see this page no categories are shown any more in the product listing view. All products are now in a flat list without any grouping.

Before the upgrade the visitor could click on anchors to take them to the desired category, exactly as in the CK demo store.

Thanks in advance

Comments

marktheshark’s picture

Issue summary: View changes
marktheshark’s picture

Issue summary: View changes
jack clark’s picture

Same issue https://drupal.org/node/2179751

The demo store is not working either http://demo.commerceguys.com/ck/collection/wear

I think we'll both be thrown to the dogs as it seems we've both ended up using more features from the demo store than we should have. Hindsight is a wonderful thing.

marktheshark’s picture

Perhaps the old functionality can be re-created manually.

Will give it a try this weekend.

LucaBellavita’s picture

Same problem,

Love that functions and would really welcome a solution guys,

Yam’s picture

It looks like a major problem to me as I tried to re-create this feature manually and I found that the value of "Taxonomy term: Name" was missing (the field was there but no value at run-time).

marktheshark’s picture

I compared exports of the view before and after the update.

They are identical, thus I suppose the issue is indeed with the Taxonomy Term: Name not having any values.

marktheshark’s picture

Cleared the Search API index in case it had anything to do with it, but made no difference.

hollismurphy’s picture

Don't know if this helps - but I found that reverting to the previous version of Entity API fixed the problem. When I updated Entity API to the latest release, it took the anchors out of the product collection views. By switching back, the anchors appeared again correctly.

marktheshark’s picture

Can you specify the version of Entity API you went back to?

hollismurphy’s picture

When Entity API was updated to 7.x-1.3, Product Category views were no longer showing sub categories in header and in list below(anchors).
When reverted Entity API to 7.x-1.2, product sub categories are now showing (along with anchors in header)

marktheshark’s picture

I'm a bit worried about the DB update hooks when reverting back to 1.2...

Salif’s picture

I have the same problem missing functionalities after upgrading to 7.12.
More, I've even lost the quick view functionality I've built on top of products list page using colorbox module.
Maybe it's possible to use the Commerce features module that allows to export Drupal Commerce functionality into Features modules; before upgrading.
I haven't try it as I have never use it before.

marktheshark’s picture

We need to get some feedback from the Commerce Kickstart team.

bengt’s picture

Same problem after upgrading from 7.x-2.9 to 7.x-2.12. Is #9 and #11 the way to go for now? Any problems with this reverting back to Entity API 7.x-1.2 as a temporary solution?

marktheshark’s picture

I will too try the rollback in the weekend.

I opened an issue against Entity API related to this one, in case the problem lies in that area.

Salif’s picture

I have built a similar view to collection products using terms of a custom taxonomy vocabulary. And everything works perfectly.
For Collection and Category vocabularies, It works also with:
taxonomy term (ID) and taxonomy term (count) as fields for example.
But when I try to use taxonomy terms (name) from collection and category vocabularies in my view, it return empty fields.

alexp999’s picture

This seems to have broken the breadcrumb on collection pages on our site too.

Also broken the page title, as I was using the taxonomy term description field, which now returns empty.

Would be great to have this fixed, or have a workaround as it will be hurting our SEO at the moment, with me using the taxonomy term name now, which we have duplicates of in different hierarchy, hence using the description to differentiate the pages.

marktheshark’s picture

Gave up on this view and created my own taxonomy view with the Taxonomy Display module.

Will try to emulate per product category jump menu...

kurtb’s picture

Updating the the latest dev release of entity API (entity-7.x-1.x-dev) also fixes the probem. Don't forget to update the database (drush updb) since there's one additonal table required for this dev release.

alexp999’s picture

Any idea which fix pushed to dev of Entity API solved this?

Also I assume there are no patches to Entity API by CK?

alexp999’s picture

I can confirm that latest dev (21st Jan 14) fixes the issue I was having with term description going missing.

Still find the breadcrumbs are not always appearing, but I have a feeling that may be due to a caching problem, not specifically CK or Entity API.

Hopefully Entity API will roll a new version ready for the next version of CK, or CK can implement the dev in the next release.

alexp999’s picture

Surprised Entity API isn't listed as being updated in the latest release of Commerce Kickstart (7.x-2.13)?

I assume if I upgrade, I will need to overwrite Entity API again?

bojanz’s picture

Status: Active » Fixed

This is definitely an Entity API bug.
Overwrite Entity API with the -dev version. The regression was fixed there.

I've updated Entity API in Kickstart, the next version will be fine.

Salif’s picture

I've set comment to "open" on product display type, but comment form or add new comments are not showing on product page.
after Update from Commerce Kickstart 7.x-2.12 to 7.x-2.13 and override entity API in kickstart, as this issue fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.