Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch between product count and displayed products if media are missing #43

Open
racke opened this issue Jun 22, 2016 · 0 comments
Open

Comments

@racke
Copy link
Member

racke commented Jun 22, 2016

Basically we determine the number of matches for a search and the products to display on the list view.
After that we pull in the media for the products with:

  $products = $products->with_media;

If the products are lacking images, no products will be displayed at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant