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.
Pages: 1
I've recieved a few PM's asking how to adjust the way featured products are handled on the homepage. You can customize the number and display of featured products on the splash page by doing the following.
1) Set the number of produts per row. This can be done by going into your settings.
Cart > Component > Settings > Catalog Global Displays > Featured Products: Products per Row
2) You can adjust how many products show up by adjusting
Cart > Component > Settings > Catalog Global Displays > Splash Page: Number of Featured Products to Display*
2a) If you'd like to show 6 rather than the default options, you can use the following SQL query to enter that option. The same logic can be applied to adjust any other number.
INSERT INTO `core_selectcustom` (`id`, `app`, `selectid`, `selectname`, `selectvalue`, `selectorder`) VALUES
('ecom.prodfeature.6', 'ecom', 'ecom.prodfeature', 'Six', '6', 6);
Offline
Pages: 1