Good morning, after upgrading magento to version 2.4.3-p1 from 2.4.2-p1 I noticed that prices formatted using javascript priceUtils.formatPrice are 0: that function always returns 0,00 €. The same thing happens in cart page where the prices in the cart summary section are shown as 0.00 €, those in the product […]
Magento
I’m having trouble implementing the deploy strategy described in e.g. https://info2.magento.com/rs/585-GGD-959/images/The%20New%20Magento%202.2%20Deployment%20Capabilities%20%26%20Patterns.pdf I build a docker image ready to be deployed as shown on pages 8 or 9 of the document, using a fresh magento + composer.json + own modules + own themes + env.php + config.php + an initial sql […]
In order to check some details about the data feed, I duplicated the live data feed and generated it after editing the duplicate feed to allow for only one SKU. But it didn’t generate the feed at all. Below is the screenshot of what followed after I clicked generate.
I use Nosto extension to track and update the settings for Store views and recently started getting a serious problem, my Default Store View configuration is a total blank page. Store > Configuration > Scope: Default Store view. I could find this error on log/system.log: nosto.ERROR: NostoRequestHttpExceptionHttpResponseException .. track 1#…#30 […]
I have a custom module called Quicklink it has its own JS files and external JS files too, I’ve added an external JS from a third-party CDN, but when I enable the JS minification in a Magento 2 clean installation, it turns all files into minified, not just my JS […]
I’ve just installed a fresh version of Magento 2.4.3-p1. I can access my website like domain.com Once I’m on the Magento homepage, all other links contain .index.php in the url, such as: https://domaine.com/index.php/search/term/popular/ Or even: https://domain.com/index.php/ if I click on the logo. How can I remove this index.php ? In […]
I am looking to override the default Magento Sales New Credit Memo - Customer email template but I’m looking to have the email show the details for the item which has been refunded, as currently, the email only looks like this for example: But I want it to show the […]
Would like to add a last order date field to a customer collection however not sure how to go about it. I’ve been researching joins to the order table however having a bit of difficulty with this one as can’t get my head around the one to many relationship and […]
It seems that on my Magento 2 instance the controller methods are somehow cached because I am doing changes, compiling the code, but they are not visible when they are called. I even added a die() within the main controller method, but I am getting the same result: the controller […]