I have some problems with form_key when default FULL PAGE CACHE enabled. And i found out that page-cache.js doesn’t load in head section. And there is no “X-Cache:” headers. I’ve tried everything.. Why can it be? And how it should loading?
Magento1
I’ve got a magento 2 dev installation all setup, I’ve pulled from my repo and setup the site. The frontend seems to be working OK, I can see information being pulled from the database. The issue is when I try and do anything in the admin, it’s just broken, the […]
I’m facing this problem. I have around 70 products in different categories and different attributes sets, but with the same common attribute (SKU). I have 3 catalog price rules which applies different discounts. I want to exclude products by SKU from this discount rules. I have used this method and […]
I’m trying to enable bulk endpoints to upload multiple products at once (The CSV uploader seems to be completely broken, so I’m going this route instead). When I try to enable bulk endpoints (php bin/magento queue:consumers:start async.operations.all), I get a message saying “Unknown connection name amqp”. This seems to be […]
I have already imported 20,000+ products successfully. I moved on to a new category. Everything is importing perfectly except the quantity (I have verified it is in the CSV as qty 1). I am not using Magento to manage stock. Due to the quantity not importing, no items are showing […]
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 […]
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 […]
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? […]
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 […]