teleservicecenter Posted August 24, 2018 Posted August 24, 2018 So, we have this product, "Aanmaken of configureren account", this is marked as visible nowhere. In catalog or search the product really isn't visible, but the block cross selling product does show this product in frontend. The product configuration: Block Cross Selling:
0 doclucas Posted September 14, 2018 Posted September 14, 2018 To fix this, open /modules/crossselling/crossselling.php Change: AND product_shop.active = 1 '.(Group::isFeatureActive() ? $sql_groups_where : '').' To: AND product_shop.active = 1 AND p.visibility IN ("both", "catalog") '.(Group::isFeatureActive() ? $sql_groups_where : '').' Make sure you clear cache in the BO performance page, then test. Hope this helps. :)
0 doclucas Posted September 14, 2018 Posted September 14, 2018 GitHub pull request: https://github.com/thirtybees/crossselling/pull/1
Question
teleservicecenter
So, we have this product, "Aanmaken of configureren account", this is marked as visible nowhere. In catalog or search the product really isn't visible, but the block cross selling product does show this product in frontend.
The product configuration:
Block Cross Selling:
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now