is there any way to download the patch APSB23-35 and manually apply it ? I have several older Magento2 installations, and update them is a time consuming task – so i was wondering if there is a “hotfix” so i can manyally deploy it. Thanks
Magento
How on Earth am I meant to move orders from Magento 1.9.4 to Magento 2.4.5-p1? Someone suggested the ‘Improved Import & Export for Magento 2‘: https://firebearstudio.com/the-improved-import.html I’ve reached out to them regarding exporting the orders first from Magento 1.9.4 and they explained that they have an extension for that for […]
I have a Magento installation with multiple stores, and I need to have different robots.txt files for each store. Currently, I have a single robots.txt file in the root directory of my Magento installation, but I want to customize it separately for each store. Is there a specific configuration or […]
I am currently trying to set up ecommerce tracking for GA4 in Magento 2.4.5 (open source). Therefore I have set under Stores > Configuration > Sales > Google API at Google GTag / Google Analytics 4 “Enable” to “Yes” and entered the Measurement-ID. Furthermore, under Content > Design > Configuration […]
I want to implement Sandbox for third party API responses. if actual third party URL having some issue then this sandbox API should return specific response which is configured static in sandbox if anyone aware of this type of tools(free/paid) please suggest. TIA
I have this xml file in some third party module having this content <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="actions"> <field name="simple_action"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="sortOrder" xsi:type="number">10</item> <item name="template" xsi:type="string">Mexbs_ApBase/form/element/simple-action</item> </item> </argument> </field> <container name="action_details"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="sortOrder" xsi:type="number">20</item> </item> […]
am using these commands but keep getting this at the end that it got killed php -d memory_limit=2G bin/magento setup:static-content:deploy php -d memory_limit=2G bin/magento setup:di:compile is 4G memory not enough? how can i know how much memory is really needed? it shows compilation is started but then i get something […]
I have a question about the tabs widget, I want the titles to be stationary and not collapse to the bottom when clicking through them. They are implemented here in this block for products. <div class="product-data-items" data-mage-init='{"mage/tabs": {"openedState": "active", "active": 1, "disabled": [4], "disabledState": "disabled"}}'> <div class="item-title-main" data-role="collapsible"> <a class="switch" […]
There is error Call to a member function getValue() on null magento 2.4.6 after upgrading from Magneto 2.3.3 to 2.4.6. It was working fine with earlier Magento 2 version. Here is code: public function isModuleEnable() { $storeScope = MagentoStoreModelScopeInterface::SCOPE_STORE; return $this->scopeConfig->getValue('ordergrid/general/enable', $storeScope); } The system.xml file is fine as it […]