I am a complete newbie to Magento development and I am CSE student working as an intern. My question is as follows: Is it possible to add a button to a Magento 2 page with JavaScript and web components? If yes, how and what are the basic concepts I need […]
Magento
I have added some products in cart pragmatically when i Iterate on quote it iterates but on each iteration it is giving same product data $quote = $this->quoteRepository->get( $quote->getId() ); foreach ( $quote->getAllItems() as $item ) { if ( $item->getProductId() == $productId ) { return true; } } Please suggest […]
In Laravel framework , 1> how can remove KM and time from google map and 2> how can take screenshot of video chat and save it please help me with complete snippet of code.
i have tried to install scandipwa theme in our local server. after theme installation front end show blank page.please check the attached screenshot. https://i.imgur.com/6dxDPLa.png And one more thing we have deploy that time getting the below error. https://i.imgur.com/DLiZzn6.png
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 […]
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 […]