I am having this issue after updating Magento from 2.3 to 2.3.2 Fatal error: Declaration of MagentoQuoteGraphQlModelCartSetShippingAddressOnCart::execute(MagentoFrameworkGraphQlQueryResolverContextInterface $context, MagentoQuoteApiDataCartInterface $cart, array $shippingAddresses): void must be compatible with MagentoQuoteGraphQlModelCartSetShippingAddressesOnCartInterface::execute(MagentoGraphQlModelQueryContextInterface $context, MagentoQuoteApiDataCartInterface $cart, array $shippingAddressesInput): void in /my/folder/public_html/app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressOnCart.php on line 20 I can’t figure out even what it mean. Is from third-party […]
Magento2
I need to customize the addtocart.phtml in order to add an extra field for decimal qty. I want to use the actual input text for quantities in order to use ONLY unit and I need to create another drop down in order to select half quantity. (See picture) Here is […]
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?
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 […]
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? […]