I am on Magento 2.4 (Cloud) and my problem is that I cannot create new websites/stores/store views via the admin panel. Warning: array_replace_recursive(): recursion detected in /app/***/vendor/magento/module-config/App/Config/Type/System.php on line 207 Can somebody please help? Thank you!
Magento
I am trying to remove the sample data I tried this command php bin/magento sampledata:remove It is giving some error and I am clue less what went wrong or where I should debug. Please help
I have a situation where I need to translate a phrase differently depending on the location it is being used. For example, the word “Email” that shows up in both the Magento_Catalog module and the Magento_Customer module. Is it possible to translate a single phrase more than one way depending […]
Im trying to do an offline payment where my customer wants to “payonbill”. All works fine and i added this snippet: <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <payment> <checkmo> <active>1</active> <model>MagentoOfflinePaymentsModelCheckmo</model> <order_status>processing</order_status> <title>Check / Money order</title> <allowspecific>0</allowspecific> <group>offline</group> <payment_action>authorize_capture</payment_action> </checkmo> </payment> </default> </config> The problem however exists where i have to connect […]
I have a drop-down list populated from database, I need to search on this drop-down list using ajax and see in real time the possible results left in this list.
here is my issue This is the magento template that print the shipping methods. All my shipping methods are printed properly, but not sorted in the order I want. Looks like they are sorted by price from cheapper to the most expensive. On my side I would like to keep […]
Kindly suggest me what could be the reason, that AdminURL is not loading on the server. magento2 installation was successful. however I am unable to login to AdminURL (The requested URL was not found on this server) Caches clearing: Cache cleared successfully [Progress: 1383 / 1386] Disabling Maintenance Mode: [Progress: […]
Magento 2.4.2-p1 Smartwave Porto theme We migrated from Magento 1.9.4 to Magento 2.4.2-p1. We keep getting the following Error when working with products: The value specified in the URL Key field would generate a URL that already exists. To resolve the conflict, you can either change the value of the […]