I’m using Magento 2.4.3-p2 version, noe I’m facing a strange error at the checkout page. When I click on place order button, it says Something went wrong and Current customer doesnot have an active cart message but the order is placed. Tried switching to Luma, disabled few modules but it […]
Magento
I am working on Magento 2.4.6 setup and PWA 13. Magento 2 setup is working fine and good, now I am working on setting up PWA13 environment – The magento 2 setup url on my localhost environment is – https://app.m2.test/ for setting my PWA environment , when I am running […]
I have a cart rule that discounts an item from a category A by 50% when in the cart with an item from category B. I would like to point this out to customers in the minicart, cart, and checkout summary cart by displaying the discounted price next to it […]
I have a magento extension Vendorname/module1-core I have now uploaded a shared packaged which is approved vendorname/module1-extension moodule1 extension has a require section with "vendorname/module1-core": ">=1.4.1" When I do composer require vendorname/module1-core:1.4.1, I only see module1 I don’t see a shared package. I don’t know how to get it. Both […]
I have a function of ajax add to cart in below file and doing section reload. below code is in app/design/frontend/MyThemeNS/Mytheme/web/js/custom.js (just mentioning sample for understanding.) require([ 'jquery', 'mage/url', 'Magento_Customer/js/customer-data', ], function ($, url, customerData) { .... ajax call function { on success : { ..... var sections = ['cart']; […]
I have tried to upgrade using “composer require-commerce magento/magento-cloud-metapackage:’2.4.5-p2 < 2.4.6′ –no-update” this composer command but it’s returning the error like Please help me out if anyone have done this before.
I’m trying to customize a few components, but anytime I try to copy a component from /scandipwa/node_modules/@scandipwa/scandipwa/src/component/Footer/ into my app directory /scandipwa/src/component/Footer/ I get the following errors: I have tried various components and I get the same results. I have tried removing all but the .component.js and .style.scss files in […]
I have a existing website for Canada and all products attributes at global and if I add new website for USA and follow all steps successfully to add new website so then should I update all products and categories for USA store also?