Questions tagged [frontend]
Denotes questions related to frontend development, configuration and management
1,330 questions
0
votes
0
answers
7
views
Magento2: change ui form checkbox-set options programmatically (from js)
I have form ui component. I need to change some options and values by ajax action. For select element - just have:
registry.async('index = ' + index')(function (target) {
target.updateConfig(...
0
votes
1
answer
72
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 ...
3
votes
0
answers
64
views
I have setup payment method in to my custom order for Paypal Braintree Card Types not comming in Magento 2.4.8-p1
Hey I setup the payment method to my custom order form the Paypal Braintree Card Types option comming blank in Magento 2.4.8-p1 that working in magento 2.4.6
https://prnt.sc/6jzdSXH7qAN5
I call ...
1
vote
3
answers
110
views
After upgrading Magento from 2.3.5-p1 to 2.4.6-p3, my frontend shows a bug
1 exception(s):
Exception #0 (Exception): Item (Magento\Catalog\Model\Category\Interceptor) with the same ID "258" already exists.
Exception #0 (Exception): Item (Magento\Catalog\Model\...
0
votes
1
answer
82
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 ...
1
vote
1
answer
49
views
Customer attribute as toggle in frontend
I have created a new customer attribute as yes/no type. In admin it shows as toggle. In frontend it is shown as dropdown. Is there a way to display it as toggle also in frontend's customer account ...
0
votes
1
answer
166
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
0
answers
38
views
How to remove 'All' from category menu in Magento 2.4?
Magento Version:
Magento 2.4.6
Issue:
I want to remove the "All" prefix from category menu items in Magento 2. For example, currently, it shows:
All Why Choose Us
I want it to display:
...
0
votes
2
answers
50
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 ...
0
votes
0
answers
140
views
How to integrate Magento 2 native CAPTCHA into a custom frontend form?
I’m working on Magento 2.4.x and I want to integrate Magento's native CAPTCHA functionality into a custom frontend form for better security. I’ve seen CAPTCHA being used on the customer login and ...
1
vote
0
answers
73
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
1
answer
52
views
My override file won't load
I tried to override a vendor file. The path of the original file is:
vendor/amasty/module-extra-fee/view/frontend/web/template/fee/item/checkbox.html
My new file is located at:
app/design/frontend/...
0
votes
3
answers
374
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
How to update swissup/breeze-evolution theme in magento?
I currently have the Breeze theme version swissup/breeze-evolution - 2.1.5. I need to update to the latest version. What steps should I take to do this?
0
votes
1
answer
195
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 ...