TheCoachSMB

Archives June 2022

Do not redirect β€œAdd to Wishlist” in Magento 2

Today we are going to learn about How to β€œAdd to Wishlist” Without Redirecting to Wishlist Page in Magento 2. Add to Wishlist provides customers the option to add their…

Magento 2
Do not redirect β€œAdd to Wishlist” in Magento 2

Today we are going to learn about How to β€œAdd to Wishlist” Without Redirecting to Wishlist Page in Magento 2. Add to Wishlist provides customers the option to add their…

Newsletters in Magento2

Newsletters are an essential part of eCommerce marketing. With this you have a list of your customer’s emails, you can easily inform them about new products, specials, promos, with updates…

Magento 2
Newsletters in Magento2

Newsletters are an essential part of eCommerce marketing. With this you have a list of your customer’s emails, you can easily inform them about new products, specials, promos, with updates…

How to call Newsletter in static block Magento2

In this article, we are going to learn about calling the newsletter in the static block of Magento2. First, you need to decide in which static block you need to…

Magento 2
How to call Newsletter in static block Magento2

In this article, we are going to learn about calling the newsletter in the static block of Magento2. First, you need to decide in which static block you need to…

Magento 2 : How to add additional fields to newsletter

The newsletter subscription module in Magento has only one field (email) by default. If you want to addΒ  an extra field to the form (like the name), perform the following…

Magento 2
Magento 2 : How to add additional fields to newsletter

The newsletter subscription module in Magento has only one field (email) by default. If you want to addΒ  an extra field to the form (like the name), perform the following…

How to override a phtml file in a custom module in Magento 2

While development, most of the times, we need to change/add code in the template file (.phtml file). In this case, we can not modify the core template file, so what…

Magento 2
How to override a phtml file in a custom module in Magento 2

While development, most of the times, we need to change/add code in the template file (.phtml file). In this case, we can not modify the core template file, so what…

Solved – Magento 2.4.4 Deprecated Functionality: pathinfo(): Passing null to parameter #1

WElcome to this article, I hope this article will resolve your error. Error: – Deprecated Functionality: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /vendor/magento/framework/View/Asset/PreProcessor/FileNameResolver.php…

Magento 2
Solved – Magento 2.4.4 Deprecated Functionality: pathinfo(): Passing null to parameter #1

WElcome to this article, I hope this article will resolve your error. Error: – Deprecated Functionality: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /vendor/magento/framework/View/Asset/PreProcessor/FileNameResolver.php…