Questions tagged [magento-ee]
The magento-ee tag has no summary.
38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
0
answers
273
views
Magento 2 : How to Override \Magento\NegotiableQuote\Model\CompanyQuoteConfigRepository.php
di.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/...
0
votes
0
answers
104
views
How to mange customer custom address attribute based on website in order detail page customer address edit?
FOR: Magento 2.3.3 enterprise edition.
How can I use the Customer custom attribute in adminhtml customer address?
Scenario: we have two websites having different customer custom address attributes e.g ...
0
votes
2
answers
143
views
Magento 2 EE Order By Sku Widget Template not working
Magento 2 EE version provide default Order By SKU widget but it's not working with default luma theme please check attached screenshot.
Steps
Go to Admin => Content => pages => home page =&...
1
vote
0
answers
43
views
Removing Tax Computation and Tax Labels on a condition
When the company tax status is tax exempt
I want this to happen.
In the cart and checkout pages, and invoices:
Remove the "incl. tax" items from the totals.
Remove the "excl. tax" tags on remaining ...
0
votes
2
answers
209
views
Magento EE 1.14.4.4 Upgrade - Console error on Place Order in IE
We have upgraded our Magento EE 1.14.4.4.
After upgrade, Place order functionality not working as expected in IE 11. When we click the Place Order Button, It throws a console error review is not ...
2
votes
0
answers
295
views
How do i apply path APPSEC-1679 for Magento 2.3.1 via composer
Could you please provide the clear steps to apply the patch via composer for Magento 2.3.1 version.
APPSEC-1679 - API ACL - Failed.
API ACL Patch not detected
0
votes
0
answers
166
views
How to downgrade Magento Enterprise 2.3.1 to Community edition
My website use Magento EE 2.3.1, I want to downgrade to Magento CE 2.3.2. How can I do it?
Any help would be greatly appreciated.
2
votes
0
answers
36
views
$order->getCustomerName() returned ?? for unicode customer name
Under Magento EE 1.14, I have unicode characters in the customer name, the following code does return correct name in unicode for the first time:
$order = Mage::getSingleton("sales/order")->...
3
votes
0
answers
317
views
how to get welcome Email when creating customer using custom API in magento 2
I am using magento B2B feature, which has company-modulea and i created a custom api to create company and company user but am unable to get a welcome when i create using the custom api.
here is ...
1
vote
0
answers
395
views
Magento 1 EE 1.14.3.10 - Mage::getSingleton('core/resource')->getConnection('core_read') is returning null sometimes
We have Magento 1 EE 1.14.3.10. In the production, I tried to deploy some of the updates, took a code pull from GIT and cleared the cache. Since then it started throwing this error. No error if Amasty ...
3
votes
2
answers
2k
views
Getting error in catalog product price indexing
I am facing below error while running indexing for catalog product price.
Command:
php bin/magento indexer:reindex catalog_product_price
Error:
SQLSTATE[23000]: Integrity constraint violation: ...
4
votes
1
answer
2k
views
How to downgrade Magento Enterprise 2.x to Community edition
My site uses Magento EE 2.1.8, I want to downgrade to Magento CE 2.1.8 , I havn't found steps to do that. I just found lot of articles for Magento 1.
I see that there are two methods for downgrading,
...
4
votes
3
answers
574
views
Unable to unserialize value? On customer edit?
While Editing The Customer, I'm Getting This Message. How Can I Solve This.?
I found there was an issue with this method in
vendor/magento/framework/Serialize/Serializer/Json.php
public function ...
0
votes
2
answers
980
views
Magento 2: get latest Bestseller collection
I am fetching Bestsellers like this:
protected $_collectionFactory;
\Magento\Sales\Model\ResourceModel\Report\Bestsellers\CollectionFactory $collectionFactory,
$this->_collectionFactory = $...