Previously to get the minimum qty allowed in a shopping cart I would use the following code: public function __construct(…
Upsell and Cross sell with page builder
I need to add upsell and cross sell products to checkout page using adobe sensei , I thought I can…
Magento 2 : How to call ajax request after get items in order grid
Magento 2 call ajax request after get order items (when add and update products).
Updating magento by composer error
I’m trying to update a magento2.3.4 store to magento2.3.6-p1 using composer, composer-1 require magento/product-community-edition=2.3.6-p1 What could it be? any help…
Magento 2 | Create frontend route
I want to create a custom frontend route. It should have this link: www.mysite.com/myroute <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:App/etc/routes.xsd”> <router…
How to create a new page without using CMS?
Is there any way to create a new custom web page without using the Magento CMS Admin panel? I’d like…
How to create a frontend custom page module with view template files in magento 2.3
I have doubt as how to create Frontend Module with View template files. I have created Module using this reference…
Create a new page magento 2
How to create a new page in magento 2, i don’t want to use block. When i click on “rubrique…
Nginx: All Pages Return 404 Not Found except Home Page
I’m using Magento 2.4.4, I’ve set up the existing project, but all page goes to 404 except the homepage. I’m…
Magento 2.4.3 not generating *.min.js files
i am working a magento 2.4.3 the config (dev/js/minify_files) is set to 1. When i try to run the command…