Skip to content

Magento 2 render custom template same as Magento_CatalogWidget::product/widget/content/grid.phtml by from ajax controller

I’m trying to render products the same as Magento_CatalogWidget::product/widget/content/grid.phtml displaying. I have created a custom ajax controller. $productCollection->addAttributeToSelect(‘*’); $productCollection->setPageSize(10); $productCollection->load(); $block = $layout->createBlock(‘VendorModuleBlockProductProductsList’)->setTemplate(‘Vendor_Module::product/widget/content/grid.phtml’) ->setProductCollection($productCollection); $html = $block->toHtml(); $result = $this->resultFactory->create(MagentoFrameworkControllerResultFactory::TYPE_RAW); $result->setContents($html); return $result; In Ajax response, I get the below… Read More »Magento 2 render custom template same as Magento_CatalogWidget::product/widget/content/grid.phtml by from ajax controller

WHM DNS Related Issue

Hello Friends. I am having an issue with my whm/cpanel. How do I correct this? The domain is hosted on another server but the subdoma… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1918911&goto=newpost