My apologies if that question is already asked – I searched thru all related questions but found a similar not exact match to my problem. What is my set: Magento 2.4.3 running on Ubuntu 22.04 server with Apache 2 Magento is set to production mode What I’ve done to try […]
Magento
I have migrated a Magento site (v 2.4.6-p3) to a another server (same version) and noted two CSS less files are not getting loaded properly. The file urls are invaild.In browser console I see errors similar to follwing. Refused to apply style from ‘https://example.com/static/version1710602546/_cache/hRadios.less’ because its MIME type (‘text/plain’) is […]
I am using the API /rest/V1/orders/create, but when creating an order, the salable quantity does not decrease. (Magento ver. 2.4.6-p3 community) I am using this payload: { "entity": { "customer_group_id": 1, "applied_rule_ids": "2", "base_currency_code": "EUR", "base_discount_amount": 0, "base_grand_total": 96, "base_shipping_amount": 5.575, "base_shipping_incl_tax": 5.575, "base_shipping_tax_amount": 0, "base_shipping_discount_amount": 0, "base_subtotal": 86, "base_subtotal_incl_tax": […]
How can I create and attach images to products in Magento2? I have an Image base64 encoded body, name, extension, and mime type. Basically, all the required info to create an image. Also, note that I want to keep the old images. Thanks!!
I have created a custom module and added pagination in the view file after adding a message from the controller it’s not showing: Controller file <?php namespace GeekayDigitalVendorsControllerIndex; use MagentoFrameworkControllerResultFactory; use MagentoFrameworkMessageManagerInterface; class Generate extends MagentoFrameworkAppActionAction { protected $_customerSession; protected $_validationHelper; protected $_messageManager; protected $request; public function __construct( MagentoFrameworkAppActionContext $context, […]
Configurable product swatch selection – how can we update the simple product MGS_Lookbook block on configurable product page swatch selection?
Can anyone explain how security works on graphql on venia pwa? I don’t see any tokens or sessions or something like this at Venia. So any developer can create a graphql query and get all data from my site?
I want to prevent the decrease product QTY after the shipment generation. Actually my client is using NetSuite and he want to update the QTY from there. They are managing all orders from the NetSuite. So, is there any way to prevent QTY update after shipment generation. Please let me […]
Payment Method for Affirm show as a Guest, however the billing and shipping info show the name of the customer – Payapal and CC payment do not have this issue. Magento ver. 2.4.6-p3. I am using the magento default email template. I did update the guest templet, basically i copied […]