magento 2 Can i change this H2 to H1
Can i change h2 to h1 on page title
Can i change h2 to h1 on page title
I have a CSV file in the root of the project, in the /uploads folder. I want this file to be split into 2 queues and sent to RabbitMQ for processing. How can this be implemented?
Describe the bug Normally Magento2 with Luma; at backend manage the redirects of certain SEO needs, for example: At Luma any URL trailing with “/” automatically redirects to original URL w/o “/” At Luma if you change any letter at… Read More »PWA Studio Store URLs 301 redirect problem of trailing “/” and uppercase letters
I am trying to style my custom email template. I am using Hyva theme and have copied magent2-email-moduleviewfrontendwebcssemail.less file in my own theme to apply my own styles. It does work. However, there are some components where inline css is… Read More »How to override email-inline.css in email template in magento2
I’m new to Magento2.4 and Elasticsearch. I’m having an issue in connecting them in server setup. This works fine in my local(Windows) setup. When I try to setup in the server, it is not working as intended. OS – CentOS… Read More »ElasticSearch connection to Magento 2.4.2
After a magento update was made from version 2.3.5 to 2.4.7, an error in my custom module started appearing in the administrator. In the main view inside the administrator shows me the following error: Type Error occurred when creating object:… Read More »After Upgrade Magento version from 2.3.5 to 2.4.7, an error in the Admin Grid(Custom module) started to appear
I’m trying creating a redirect for all the 404 pages straight to my homepage. I have tried creating it through .htaccess but seems like it does not worked. .htaccess may ask for the old url & a new url Redirect… Read More »Create 301 redirect for all 404 pages to the homepage (404 with any URL combination)
my store front-end is on vue.js and backend on magento2, my problem is that i am getting payments in paypal but no order information related to this payment in magento, i want to debug this issue but i am not… Read More »keep getting funds in paypal but no orders convertig from it
I have few configurable products with huge number of variations. They have almost 5k children simple products assigned to them on average. While loading the files both on admin and frontend, it takes long time. Any kind of save /… Read More »How to handle large configurable products
I need some help to understanding Magento cache So Idea is that I want to refresh cache of specific category page (not all category pages) on an interval. How can i do that in Magento 2?