Please help i have created the delivery comment module Magento2 : How to save chosen dropdown list from template to the database which suppose to save that comment in sales_order table into delivery_comment column but the module does not save the information. Please help me in modifying the codes or […]
Magento
This form appears after selecting any payment method for the first time Even if I click on cash on delivery in the payment method, it shows the form to enter the credit card number. Is this a virus? And if I reload checkout page, this form automatically goes away how […]
I have following code to automatically create products in magento 2.4.5-p1. <?php /** * Copyright © All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace VendorModuleModel; use MagentoCatalogModelProduct; use MagentoCatalogModelProductRepository; use MagentoCatalogInventoryModelStockItem; class SaveProduct { /** * @var Product */ private $product; /** * @var ProductRepository */ […]
I’m relatively new to the Magento framework. I am using Magento 2.4.4. I am trying to figure out how one would code sign their custom components for future distribution. Is there an easy way to do this within the framework? Or would one need to do it manually with a […]
Can Anybody suggest to me the best guide to install the Magento 2 PWA step by step? I tried many things, but face this issue on using this command : yarn buildpack create-custom-origin packages/venia-concept yarn run v1.22.19 $ buildpack create-custom-origin packages/venia-concept ⓧ error:0308010C:digital envelope routines::unsupported ⓧ Error: error:0308010C:digital envelope routines::unsupported […]
How to reproduce this issue: Make a cart price rule: With no coupon code and Free shipping option select to “For shipment with matching items” On frontend Shipping price should be zero
Product price show zero with currency place in product details when i upgrade magento version 2.4.2 to 2.4.3. I checked and found some js files issue. it depends on price-box.js, price-utils.js inside catalog core module and also depends on currency modal class in directory module
I am using mollie payment method in magento 2, at chekout page when i select ideal payment method on mobile view it shows credit card box.
To migrate Magento2 site to other server, I dump my db and import the db on the new server. But I get this error. Error 1062 (23000 at line 13192: Duplicate entry ‘default-0-payment/stripe_payments/payment_flow’ for key ‘CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH’ I tried remove and reinstall StripeIntegration_Payments module but still get this error.