Questions tagged [magento2.3]
Denotes questions related to Magento CE 2.3.x and EE 2.3.x
4,701 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
1
answer
73
views
Magento 2 : How to prevent order cancellation in based on a custom condition?
I have a requirement, where I need to verify a custom condition just before the order cancellation process.
If the condition fails, I need to stop the cancellation and revert the order to its previous ...
0
votes
5
answers
93
views
Magento Website Malware
I have Magento website and it have some kind of the malware that did SQL Injection, and also on each reload of my page it add scripts to my DB under cms_block content of each record, also on website ...
2
votes
0
answers
51
views
How to validate customer registration through whatsapp otp?
I want to validate customer based on whatasapp otp.
customer fill in required data with mobile number, and use send otp to on provided mobile number and register customer if otp matches.
0
votes
1
answer
39
views
Customizable options dropdown showing comma as decimal separator
I have a Magento 2.3.6 website using a custom theme. I have added customizable options to products. In the select dropdown, it shows the additional price with comma as decimal separator. Everywhere ...
0
votes
2
answers
55
views
Magento 2.3.7 Compilation error
Having problem getting
/var/www/html# bin/magento setup:di:compile
Compilation was started.
Application code generator... 3/8 [==========>-----------------] 37% 4 secs 252.0 MiB
In PhpScanner.php ...
1
vote
2
answers
90
views
Magento2: How to convert DateTime to custom formate?
I have a php variable which stores datetime in this format.
next_run="2025年01月17日 09:41:26" "y-m-d hh:mm:ss"
I want to convert it into two custom formats.
1:- in this format the ...
0
votes
2
answers
64
views
Magento 2.3 5 p1 - slow loading after pressing "Buy now"
After pressing "Buy Now" from Magento product page the checkout page loads very slow 30-60secs. It seems to do something with browser changes recently as the store itself has not been ...
0
votes
0
answers
64
views
Admin User Records not showing 2.3.5
Magento 2.3.5-p2
System> Permissions> All Users show 8 Records Found, however the page is blank with no records showing not even myself as the Admin User. I have a critical issue where I need to ...
0
votes
0
answers
40
views
Magento2.4: How to show custom dropdown of configurable product size swatch?
I'm trying to create a custom dropdown for the size swatch of configurable products.
I was getting an error on my iPhone which doesn't show the size attribute on mobile so I was converting the size ...
0
votes
1
answer
71
views
How to Disable This is a required field email in checkout page
How to Disable This is a required field email in checkut page
0
votes
0
answers
61
views
Iframe not loading on a CMS page
We are trying to embed a Magento 2 website's page on another Magento CMS page using iframe, but the iframe is not working.
When I checked the browser console I found an error.
This is my csp_whilist....
0
votes
1
answer
112
views
How to apply multiple coupons in Magento 2.4.7
As per magento 2.4.7 multiple coupon codes feature available for REST Api, GraphQL.
If we want to make it work for storefont, how can we achieve this?
Thank you.
-1
votes
1
answer
69
views
Refactor code create cron Magento 2.4.3 to 2.4.7
Old Code:
<?php
/**
* Copyright © All rights reserved.
* See COPYING.txt for license details.
*/
namespace Module\Coord\Cron;
class GenerateShipping
{
protected \Psr\Log\LoggerInterface $...
-1
votes
1
answer
62
views
Magento 2.4.7-p3 Deprecate class Action\Action and constructor parent::__construct($context);
<?php
declare(strict_types=1);
namespace Module\Coord\Controller\Index;
class Index extends \Magento\Framework\App\Action\Action
{
protected $resultPageFactory;
/**
* Constructor
...