Questions tagged [magento2.4]
Denotes questions related to the features included in Magento version 2.4.x
1,805 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
23
views
How can I group product color options by pattern on the product page in Magento 2?
I want to display color swatch options on the product detail page grouped by their pattern type, like this:
Color
Pasley
[ Red Pasley] [ Blue Pasley]
Peacock
[ Purple Peacock] [ Red Peacock]
Currently,...
-1
votes
1
answer
36
views
Display Related Products from different store with cross-store linking
I have a Magento 2 multi-store setup with the following configuration:
- Website: Acme US Website
- Store: Acme Corporate US Store
- Store View: US English
- Store: Acme Shop US Store
- ...
0
votes
0
answers
20
views
How to create Admin Form using UI Components in Magento 2.4
How to create an Admin Form using UI Components in Magento 2.4.
Can anyone help me guide how to create a form like get Name and Mail input, print on the same page, don't using DB. Remaining i can ...
0
votes
0
answers
26
views
Magento 2.4.8 Uncaught Error: cannot call methods on collapsible prior to initialization; attempted to call method 'forceDeactivate'
I am facing following error on live site magento 2
Today I found that issue with Amasty request quote extension
Magento 2.4.8 Uncaught Error: cannot call methods on collapsible prior to initialization;...
0
votes
0
answers
28
views
Magento2.4.6: Why Custom validation rule not working anymore?
In the previous Magento version, it was working
Here is the code
Pyaray\Checkout\Plugin\Checkout\LayoutProcessorPlugin.php
<?php declare(strict_types=1);
namespace Pyaray\Checkout\Plugin\...
0
votes
0
answers
32
views
How best to add a ‘support’ section to the navigation menu
I’m a newcomer to magento, making a new web-shop for my business. I’m happy with the shopfront stuff itself, but I’m currently stuck on how to supply some ‘support’ documents in a nicely integrated ...
0
votes
1
answer
124
views
Magento 2 captured amount of ₹1.00 with Paypal
Magento 2 captured an amount of ₹1.00 with PayPal
On my website, I am facing an issue where, when a user from the UK places an order using Indian currency and a UK address, the payment capture shows ...
0
votes
1
answer
49
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 ...
0
votes
1
answer
39
views
Problems with special price in Magento2
My developers recently told me that if the Special Price in Magento on a simple product is left blank for a selected market, the next time the product is saved by repository (i.e. image save method) ...
1
vote
2
answers
109
views
Contact Us Spam Emails
Magento 2.4.7
I received close to 100 emails from the same email address ([email protected]) within a couple of minutes. Same name (aYlNlfdX), Phone number with each one a diffrent message (Ex. ...
0
votes
0
answers
30
views
Magento Session on windows IIS is not working
I have installed Magento2.4 on my local windows IIS server. I have gone through different hurdles from css, js not loading to few other. Resolved all issues step by step. One Major issue is session. ...
0
votes
1
answer
59
views
What is the best way to downgrade magento from EE 2.4.x to CE 2.4.x on same version?
I am trying to understand what happened if a website is having multiple customisation and third party plugin involved and 8+ years of data in db and then if we try to migrate it to CE.
I guess we can ...
0
votes
1
answer
64
views
Magento 2 rest API add bundle product in the cart
Magento 2.4.6 REST API – Bundle Product Cart Issue
I'm using the Magento 2.4.6 REST API to add a bundle product to the guest cart.
Create Quote
POST /rest/V1/guest-carts
Response (quote_id):
test
Add ...
0
votes
1
answer
68
views
Magento cache dimesions
Our store uses M2, we have less than 130000 products with images, but in cache (var/cache and pub/media/catalog/product/cache) I see about 4.5M files. It makes about 35 files per product. Being pretty ...
0
votes
0
answers
32
views
Magento 2 Admin Panel Layout Collapses or Sidebar Auto-Collapses at 1920x1080 Resolution with SwissUp Theme
I’m experiencing an issue with the Magento 2 admin panel (version 2.4.x) where the layout or sidebar menu collapses or breaks unexpectedly on a desktop resolution of 1920x1080. The client reports that ...