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
It's odd to see a product tag count of 4 when only 3 of those products are visible individually. That means you click the tag that says 4 and only 3 products appear.
The text was updated successfully, but these errors were encountered:
From ProductTagService:
ProductTagService
where (!p.LimitedToStores || storeId == sm.StoreId) && !p.Deleted && p.Published && p.VisibleIndividually
From the very lonely SP [dbo].[ProductTagCountLoadAll]:
[dbo].[ProductTagCountLoadAll]
WHERE p.[Deleted] = 0 AND p.Published = 1 AND p.VisibleIndividually = 1
Sorry, something went wrong.
b5afa3f
When working with 4.x update-database -TargetMigration Merge5 must be executed to take effect.
update-database -TargetMigration Merge5
mgesing
No branches or pull requests
altmoola commentedOct 22, 2019
It's odd to see a product tag count of 4 when only 3 of those products are visible individually. That means you click the tag that says 4 and only 3 products appear.
The text was updated successfully, but these errors were encountered: