MikeMc68 Posted February 3, 2012 Share Posted February 3, 2012 I have a small number of items in my store that are offered as add-ons for an order. However, they consistently show up as top sellers in the Top Seller block. Is there any way I can make these products not show up in that block at all no matter how many are sold? Link to comment Share on other sites More sharing options...
MikeMc68 Posted February 8, 2012 Author Share Posted February 8, 2012 Anyone? Link to comment Share on other sites More sharing options...
bellini13 Posted February 8, 2012 Share Posted February 8, 2012 you would have to filter them out by overriding the code. you can either alter the ProductSale class, and change the query so that they are not retrieved from the database. Or you could alter the BestSalesController so that they are filtered out. either way, how do you identify that they are 'add-ons'? are they in a certain category, do they have 'addon' in the product name. you will need to identify these products somehow so they can be filtered out. if you are not familiar with this type coding, i can offer my services to you. send me a PM and we can discuss the details. Link to comment Share on other sites More sharing options...
MikeMc68 Posted February 22, 2012 Author Share Posted February 22, 2012 I'm a merchant, not a PHP developer. Can anyone help with this problem please? Link to comment Share on other sites More sharing options...
bellini13 Posted February 23, 2012 Share Posted February 23, 2012 i offered to help you, send me a PM and we can discuss the details Link to comment Share on other sites More sharing options...
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