I’m newbie to magento as well as in nginx. So I was following a youtube video which uses wsl2 in creating a magento project. So I got this error nginx: [emerg] host not found in upstream “php-fpm” in /var/www/html/magento/nginx.conf.sample:50 And couldn’t really find an answer. This is v2.4.5 would really […]
Magento
Is there any way to disable all input fields on the product admin for a specific admin role in a custom module. The specific admin role should only view the content but not have the access to edit/update them.
how to redirect to shopping cart page by clicking proceed to checkout button in magento2 . And which file need to add in our custom module
I get below error after I do bin/magento setup:upgrade on my local env. The only workaround I got so far is to run bin/magento setup:di:complile. After running di compile the error is gone unit I run setup:upgrade again. I am in developer mode. What is the root problem, and how […]
In the backend of magento 2, when a specific attribute is selected, 2 config options show up. This only happens with one specific attribute. Not sure when or how this changed. Any quick fix?
I have a functionality where I have to display the bestseller products, so for this I am using Product query. To full fill my requirement I am using one custom short attribute products( search: "", sort: {trending: DESC}, pageSize: ${params.limit ?? 12}, currentPage: ${params.page} ) In Magento I have create […]
we have integrated the Juspay payment method in our custom extension. The payment method is showing in multiple addresses. https://i.imgur.com/35i79rV.png But placing an order using juspay payment is not redirecting to the payment gateway page.
On the product page I have this code: "Magento_Catalog/js/product/view/provider": {//etc which contains a serialized array with product data, including price. The problem is that Google reads this array and extracts the price, previewing it in the serp. In the rest of the page the price appears only to logged in […]
Magento 2: Remove the product from the parent category without removing the layered navigation and show the product only in the child category.