solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 8 Aug. 2025 15:53 Hi What are the ways I can change the "Home page" to display only 3 active products? I can obviously switch off all products apart from x3 I can delete allot of the menu functions. But if I only wanted the home page to display x3 products one on top of each other, then click to view item page. I want to change the way the website works by only offering special offers only available from our website, that will change every month or so. And not offer our whole catalogue I am looking for ways of displaying this. Thanks in advance
vilaiporn LiteCart Fan Von Thailand Mitglied seit Aug. 2017 vilaiporn 9 Aug. 2025 02:54 in includes\templates\default.catalog\pages\index.inc.php remove <?php include vmod::check(FS_DIR_APP . 'includes/boxes/box_popular_products.inc.php'); ?> <?php include vmod::check(FS_DIR_APP . 'includes/boxes/box_latest_products.inc.php'); ?> Then create the campaigns for the 3 products you like in Prices/Campaigns
tim Founder Von Sweden Mitglied seit Mai 2013 tim 11 Aug. 2025 03:56 You can also grab the Featured Products add-on. https://www.litecart.net/en/addons/72/featured-products
solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 11 Aug. 2025 11:10 Thanks for the replies. How can I force the displayed list to be shows as table view (One item on top of each other) rather than say 3 item pictures side by side, like this .. (See pic)
vilaiporn LiteCart Fan Von Thailand Mitglied seit Aug. 2017 vilaiporn 11 Aug. 2025 11:25 Do you mean rows instead of column? Inside the category (in General/List Style) you can choose betweens rows or columns.
solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 11 Aug. 2025 12:34 Do you mean rows instead of column? Inside the category (in General/List Style) you can choose betweens rows or columns. Yes, this is possible in product view, but not on the home page, in say "latest products" view, they are listed side by side images to a max per line settable in the options. I need to have the other option available on the home page as the only option eg"Sales items" as the only option and no other. Regards
tim Founder Von Sweden Mitglied seit Mai 2013 tim 11 Aug. 2025 17:31 To display products in row format rather than columns: Change class="listing products columns" to class="listing products rows"
solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 11 Aug. 2025 17:36 Thanks
solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 12 Aug. 2025 13:31 Change class="listing products columns" to class="listing products rows" Where do I do this ? Which file ? Regards
solarsurfer Merchant Von United Kingdom Mitglied seit März 2021 solarsurfer 12 Aug. 2025 17:46 Found it, duh ! includes/templates/default.catalog/views/box_campaign_products.inc.php