How to change base URLs in Magento 2

Using Command line NOTE: Only use this method if you know the command line and MySQL queries. NOTE: Angled brackets (<>) indicate placeholder information. Replace the brackets and everything between…

0 Comments

How to Delete Cookies in Magento 2?

In Magento 2, cookies are deleted using Magento\Framework\Stdlib\CookieManagerInterface interface class. A cookie is deleted using the deleteCookie() function from CookieManagerInterface Interface Class in Magento 2 If you have set the…

0 Comments