You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I have 17 items in the Optinal Evaporation Materials Catagory. The system displays 3 per row, but only 10 images total on page 1 and then 7 on page 2. I am trying to make page 1 full with 9 or 12 items. Any help on how to do this is appreciated!
wwwthinfilmsupply.com
Offline
Thanks, that worked for making the page full, but it only gave me increments of 9. I changed it to 18 as there are 17 products in the category. Is there a way to make it 12 if desired?
Offline
Execute this SQL statement in Raw DB Admin, then select the '12' option for the 'Products to Display per Page' setting under Store > Component > Settings > Product Listings.
INSERT INTO core_selectcustom VALUES('ecom.proddisppg.12', 'ecom', 'ecom.proddisppg', '12', '12', '12');
Offline