How to limit Latest Product display to 6 items

LiteCart Fan
Tól től Canada
Tagság ápr. 2025 óta

Hello, I hope I am asking this in the right thread.

I am wanting to reduce the number of "Latest Products" to only show 6 items, instead of the currently uneven number of 7 which currently makes a second row.

Where would I make this change, please?

Thank you,
Rene

LiteCart Fan
Tól től Netherlands
Tagság dec. 2022 óta
<section id="box-latest-products" class="card">

  <div class="card-header">
    <h2 class="card-title"><?php echo language::translate('title_latest_products', 'Latest Products'); ?></h2>
  </div>

  <div class="card-body">
    <div class="listing products columns">

      <?php 
    $i = 0;
    foreach ($products as $product) {    
        $i++;
        if($i < 7) {
            echo functions::draw_listing_product($product);  
        }          
    }
    ?>
    </div>
  </div>

</section>
LiteCart Fan
Tól től Canada
Tagság ápr. 2025 óta

Whew!! Thank you again. I got it working now.

LiteCart Fan
Tól től Thailand
Tagság aug. 2017 óta

?
Admin/Setting?listing/Latest Products Box: Number of Items
and you set the number you want

LiteCart Fan
Tól től Netherlands
Tagság dec. 2022 óta

Oh....it's so easy. I was not aware of that

LiteCart Fan
Tól től Canada
Tagság ápr. 2025 óta

I did not know where to look for it. Thank you to BOTH of you!!

Te
Ez a weboldal nem használ cookie-kat és nem használ harmadik féltől származó nyomkövetési technológiát. Úgy gondoljuk, hogy jobban tudjuk csinálni, mint mások, és tényleg gondolunk az Ön magánéletére.