Jump to content

How to hide internal order from best seller


sye1993

Recommended Posts

I already changed to not display the product by making it only searchable, but it still shows up on best seller, how can i hide these products.

 

Another problem is my new arrival shows nothing, we have added products recently but nothing shows up.

 

HEEEEELP! Deadline is coming and lottttttttts of buggs

Link to comment
Share on other sites

Try changing lines 125 and 199 of classes/ProductSale.php from:

					AND p.`visibility` != \'none\'';

to:

					AND p.`visibility` != \'none\' AND p.`visibility` != \'search\'';

Regarding the "New arrivals", go to the Preferences > Products tab in the Back Office and check the value of "Number of days for which the product is considered new". By default, products added less than 20 days ago are considered new. Adjust that value as necessary.

Link to comment
Share on other sites

Try changing lines 125 and 199 of classes/ProductSale.php from:

					AND p.`visibility` != \'none\'';

to:

					AND p.`visibility` != \'none\'' AND p.`visibility` != \'search\';

Regarding the "New arrivals", go to the Preferences > Products tab in the Back Office and check the value of "Number of days for which the product is considered new". By default, products added less than 20 days ago are considered new. Adjust that value as necessary.

Hi thank you but after i changed code it did not work.

 

the best seller directs me to an error and cannot open the website.

 

please help me on this.

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