first, you need a class render. here is a sample code.Code path : Vendor/Module/Ui/Component/Listing/Column/Product.php class code : find your grid UI file : it should be in this path : Vendor/Module/view/adminhtml/ui_component/–_listing.xml append this code between columns tag: This column will pass a product id. so you can find the product in your render class.bodyTmpl tag…
Month: August 2023
Enhancing Magento 2 Email Templates with Images
In today’s e-commerce landscape, effective communication with customers is key to building lasting relationships and driving sales. Magento 2, a popular e-commerce platform, offers the capability to send transactional emails to customers. By incorporating images into these emails, you can create visually appealing and engaging content that leaves a lasting impression. This article will guide…