I am adding product images for configurable and simple product in admin catalog. Simple products having swatches like red, blue and green. By default, magento2 will display the images from configurable and simple while selecting the swatches. My question is, while selecting the simple product swatches like red/green/blue , i […]
Magento
We are planning to migrate data from M1 to M2 and for that we are planning to write custom script because there are lot of customisation done on M1. We have lot of stores available in M1, We are planning store wise migration, so for that we have a doubts. […]
I have configured https://devdocs.magento.com/guides/v2.4/config-guide/remote-storage/config-remote-storage-aws-s3.html now I want to get the upload file URL in my custom module. from admin files etc are properly uploaded at aws-s3 server but, when I try to get the same using media URL I am getting 404 URL. So does anyone have an idea how […]
Hello after reading many threads i read that following are the steps in order to update magento with composer composer require magento/product-community-edition=2.4.4 –no-update composer update As result i got following error: https://ibb.co/Mnw4p0H In order to fix i tried auth.json with repo username/password composer.json with following: https://github.com/magento/magento2/blob/2.4.4/composer.json added into composer.json following […]
On my cart, do you know why my tax calculation is not “calculated yet”? I used to see the tax value but now I see “Not calculated yet” do you know what do I need to change to see the calculated value? Thank you for your help
I am working with some product collection join with custom table, I’ve a custom product attribute, need to add a join condition with the product custom attribute with the custom table attribute. The custom table is agreements and in product we’re also has a custom attribute called agreement, when i […]
I have installed magento2.4.4 and php8.1 and when trying to access rest api using bearer token it is giving error for all the routes. { "message": "The consumer isn't authorized to access %resources.", "parameters": { "resources": "Magento_Catalog::products" } }