Questions tagged [frontend]
Denotes questions related to frontend development, configuration and management
1,330 questions
0 votes
1 answer
57 views
Magento 2 mixin file not calling for this target file "Magento_ConfigurableProduct/js/configurable" why?
I am planning to write a mixin for configurable product varient selection stock and qty update in pdp. This is my requirejs-config.js file:app/code/Vendor/Module/view/frontend/requirejs-config.js with ...
-1 votes
2 answers
84 views
Front End not loading properly [closed]
like Screenshot here: the Frontend hasnt loaded properly. I guess a Metalink isnt working in Header or any other Injection of bootstrap and / or component? Can you please share your thoughts? Kind ...
0 votes
1 answer
66 views
Issues with parallel deployment in split front-/backend Magento2 environment
In our Magento 2 development environment, we use separate frontend and backend servers for testing purposes. Everything Magento-related works fine in general, but I occasionally run into issues during ...
0 votes
1 answer
135 views
Currency Symbol as image
Is there any possible ways we can use currency svg image on front-end instead of text ? Note:- Replace in products view, list and cart page etc relaed to all front-end pages only. Thanks in advance.
0 votes
2 answers
44 views
How do I replace the mini cart icon with text 'My Cart'
My magento theme doesnt display the minicart icon, I suppose that it is messed up some where with the fontawsome, now i want to change it from using icon to just plain text 'My Cart'. I'm using ...
1 vote
0 answers
67 views
Magento 2.4.7 sample data doesn't show on the frontend
I'm having a problem on a fresh docker Magento 2.4.7 installation and nothing seems to work to fix it. I've installed the sample data, it is showing on the backend side, but not on the frontend. I've ...
0 votes
3 answers
309 views
While install magento sample data throw error of data patch Magento 2?
I install the magento sample data in magento 2.4.7 and getting this kind of error Error:: Unable to apply data patch Magento\CatalogSampleData\Setup\Patch\Data\InstallCatalogSampleData for module ...
0 votes
1 answer
157 views
What is the difference between VISIBILITY_IN_SEARCH , VISIBILITY_IN_CATALOG , VISIBILITY_BOTH in magento 2
I am new bee to magento, I just confused with the product visbility VISIBILITY_IN_SEARCH VISIBILITY_IN_CATALOG VISIBILITY_BOTH How the product will display on the frontend for the above option ...