My question might not be magento specific, but I’m curious, as I couldn’t find the answer elsewhere (or failed to find the correct terms). When I use Google Pagespeed on a magento 2 website with a template based on the basic one (or Luma), it says : Remove unused CSS […]
Magento1
I am new to Magento 2 and I am wondering why discount attribute is not visible in the store -> Attribute set -> Default -> Groups. I checked that the discount attribute is present in the Database. What can I do? How can I show it also on the frontend? […]
We are running Magento 2 for quite some time now and all was fine for a long time. Some time ago (we can’t really pinpoint when this happened) all the thumbnails on the product page went blurry. It seems like the images are resized incorrectly and stretched a lot to […]
Currently working adding US State and City Tax for US Store. Each state in America has different Tax amounts that must be added to sales, but within those States there can also be City tac which must also be added on top of. For example, Washington has a State tax […]
I know it may be asked before that for Magento 1 and I remember that I had this problem and fixed it by below config in php.ini session.gc_probability = 1 session.gc_divisor = 1000 session.gc_maxlifetime = 1440 after many times I am facing a similar issue. I change session config like […]
I’m facing a problem with setting a zero tax rate for some countries. Regardless that the catalogue prices are set to show including tax, whenever a quote is for 0% tax countries, grand total excluding and including tax are exactly the same and includes tax. Someone has already similar issue […]
I have a module with a Ui Component that is part of a magento widget (based on the Magento chooser widget). At one point, the widget makes an AJAX call that pulls in a view (a .phtml file), which is where I want to initialize the Ui Component. However, if […]
I have tracked this down to Firefox. I have an attribute: video_link that I fill out with a YouTube video embed link: If I try to have the video display in a product tab in a phtml, the video will not display and there are no errors. < ?php $_product […]
I’ve recently set my site up with Varnish full_page cache, and I have one specific URL that seems to be “stuck” and I can’t clear it from the cache. Last night I went into maintenance mode to do some updates, and this morning one URL is still showing the maintenance […]