Magento 2 : How can I show this custom code in product view page?
I want to add custom size with input field. Like this image and total quantity add to cart.
I want to add custom size with input field. Like this image and total quantity add to cart.
I would like to have data from Magento 2 dashboard shown in some visualization software and have found documentation from the other site about their API, but I can’t find any information from Magento to send data somewhere else. If… Read More »Magento 2 send data to an API
After clicking on the “SYSTEM” button in the title, I want to click on the “Import” button to transition to the page, but I get an error because I can’t find the element. How do I resolve the error? The… Read More »How to click the “SYSTEM” button on the dashboard using Python’s Selenium
I have a b2b store running on Magento 2.4.4 trying to block google from indexing only the price from my product page! Is it even possible?
I created mixin. When I comment out “confirm({})” in core sidebar.js it works as expected, but my mixin doest work. It does’t remove popup. requirejs-config.js: var config = { config: { mixins: { ‘Magento_Checkout/js/sidebar’: { ‘Magento_Checkout/js/sidebar-mixin’: true } } }… Read More »Magento mixin remove confirmation popup when deleting products from the mini cart?
I’m having an issue with a discount cart price rule for bundle products. To understand the issue you might want to know we mostly sell USED hardware. The NEW products are not sold much and not much on stock. I… Read More »Cart price rules with bundle product issues
When we use Login as Customer for any customer from the admin panel it will redirect to frontend able to view all the pages for the particular customer and it is working. But the banner is not showing when navigating… Read More »Login As Customer banner not showing when custom module is open
I have a simple store running on Magento 2.4.6 p2, with guest checkout disabled. I have added Google captcha on registration as well as login form. Still, once in a while, I receive spam orders like this. I am unable… Read More »Magenot 2.4.6-p2 Spam order getting placed
In Magento PWA Venia [ React frontend ] We have src/ServiceWorker/sw.js by default. In the same way, we need to add custom service worker file. When i added the file in src/ServiceWorker/Customsw.js and try to access through website.com/customsw.js i got… Read More »How to Create Custom Service worker in PWA Venia
I am trying to build magento 2 project community edition locally. I am on a windows machine using ubuntu. Here is my process: I run these commands: composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition community composer require –no-update –dev magento/ece-tools magento/magento-cloud-docker composer update… Read More »Magento 2.4.6 Project Community Edition failing on cloud deploy with error SQLSTATE[HY000] [2002] Connection refused