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

Order Emails are not generated :: SMTP configurations required :: Magento community open source

Magento 2.3.1 order emails are not getting generated after successful order. OS: Ubunut 18.04 Payment Gateway: Fatzebra Used following code to generate emails. https://magecomp.com/blog/send-order-confirmation-email-after-successful-payment-magento-2/ I have also tried to make it work by disabling store->configuration->Sales->Sales Email->Order to No/yes both options…

VIEW QUESTION
Back To Top
Search