skip to Main Content

Magento category to owl carousel

This code is displaying only one product from each category, however I want it to display all products from each category in its own owl-carousel. How can I fix this? <?php $categoryIds = array("3","5","6","12","7"); foreach($categoryIds as $categoryId){ $carouselcategoryProducts = $block->getCategoryProductsById($categoryId);…

VIEW QUESTION
Back To Top
Search