How can we save a subscriber’s email address in a session on Magento 2?
In Magento 1, we were able to access that email through the following:
$email = Mage::getSingleton(‘core/session’)->getInputEmail();
$emailOutput = $this->__($email);
How can we save a subscriber’s email address in a session on Magento 2?
In Magento 1, we were able to access that email through the following:
$email = Mage::getSingleton(‘core/session’)->getInputEmail();
$emailOutput = $this->__($email);
Yes, the title is a bit clickbaity, but lately I’ve been seeing talks and RFCs on the matter, so I started wondering […]
I have been blocked at Quora for a couple of weeks and everytime I load the site I see this warning: I […]
My Motorola smartphone would not boot after an update and then I used Rescue and Smart Assistant Tool of Motorola to reinstall […]
Have this issue all css and js are not loaded on live site. Tried with terminal to do this. php bin/magento setup:static-content:deploy […]