Tag archives for magento 2 help
Magento 2 – How to get the product type on PDP and PLP pages
How to get the product type like configurable on PDP and PLP pages in Magento 2? In PLP and PDP page, use the $product object to get the product type.…
Warning: ltrim() expects parameter 1 to be string error in Magento 2
Title: Warning: ltrim() expects parameter 1 to be string, object given in vendor\magento\framework\Code\Generator\ on line 152 To fix this issue. There are three steps to resolve this issue: 01 Step:…
How to add phtml file or dynamic content in Magento 2 Bluefoot template?
This is the tutorial to help; how to add dynamic content in Magento Bluefoot page/template. In this tutorial, follow these steps to add dynamic content in Magento Bluefoot page or…