Blog
As much as I enjoy the dynamic aspect of arrays, there are times where I want my arrays to be strictly of a certain type without having to worry about iterating and type checking that data as I insert or select said values. submitted by /u/SaltTM [link] [comments]
I have managed to set up Varnish for magento 2 using nginx to handle SSL. However if I try to use the vcl file provided by magento varnish stops working with the usual “Error 503 Backend fetch failed Backend fetch failed” error. There is nothing in the logs nothing shows […]
My Contact Us page, Password Reset, Forgotten password and possibly a few other pages are having their page title overriten to say “Customer Login”. I have a feeling that the culprit is located here,… vendormagentomodule-customerBlockFormLogin.php protected function _prepareLayout() { $this->pageConfig->getTitle()->set(__('Customer Login')); return parent::_prepareLayout(); } My layout files seem to be […]
I’m currently working with url rewrites and I’m looking for a way to get the frontname of a route from a module. This is for module that I’m customizing, not a new module. I don’t want to have to change the id as I would probably need to change quite […]
What would be the best way to display a cached temporary customer price for products? Where to edit it? Magento 2.3.3 Win 10 Xampp
MagentoQuoteModelQuoteAddress validate() function is missing in Magento 2.3.3 I’m trying to remove billing address validation from checkout. I’ve removed it from frontend, but still getting errors Please check the billing address information.”street” is required.”city” is required, etc. In previous versions of Magento we could do like this Magento 2.3.2 Address […]