Page 1 of 1
[SOLVED] Features Module only allows 9 products
Posted: Fri Jan 16, 2015 10:24 am
by jfer3
Hi all just upgrading an OpenCart site to 2.0.1.1.
When I go to add more than 9 products in the features module, it automatically deletes the top or the last item. Causing it to always have only 9 items in features even though limit is set to 15.
Anyone else having the same problem ? any solutions ?
Re: Features Module only allows 9 products
Posted: Fri Jan 16, 2015 10:37 am
by fido-x
The "limit" sets the number of products to be displayed on the front-end and has no impact on the number of products entered through the admin.
Are you running your site as a multi-store or single store?
If running as a multi-store, you need to ensure that any products entered into the featured products module are from the same store. Featured products displayed on the front-end will only be those that are linked to the store being viewed. If products are from a different store, they will not be displayed unless the customer is viewing that other store.
If operating as a multi-store, you will need to create a new instance of the featured module for each store containing products from that store.
Re: Features Module only allows 9 products
Posted: Fri Jan 16, 2015 10:50 am
by jfer3
Hi there thanks for the quick reply.
Yes I am running a multi-store and I've ensured that products added to the featured module are included in that store. The problem is in the admin part of OpenCart Features module... when i go into it and add products it adds them fine, untill it gets to the 9th product, after that it just deleted product at the start always keeping the limit 9. Even though just below it I've specified the maximum should be 15....
Re: Features Module only allows 9 products
Posted: Fri Jan 16, 2015 10:51 am
by jfer3
Hi I just realised what I was doing wrong. It was not a bug, it was that I was adding a product that was already added to the list.... a mistake on my part.