Show Related Product Price rule Products in the Cart Page
I am using this code in the Magento_Catalog (items.phtml. switch ($type = $block->getType()) { case ‘related-rule’: if ($exist = $block->hasItems()) { $type = ‘related’; $class = $type; $image = ‘related_products_list’; $title = __(‘YOU MAY ALSO LIKE’); $items = $block->getAllItems(); $limit… Read More »Show Related Product Price rule Products in the Cart Page