Jump to content
thirty bees forum
  • 0

Block Cross Selling v2.0.1 - Displays products on frontend that are flagged visibility: nowhere


teleservicecenter

Question

2 answers to this question

Recommended Posts

  • 0

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. :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...