Hey there having a problem with Magento 2 This is the problem line 102 foreach ($this->getStoreColorSchemes($store) as $id => $data) { I get this error in stores-config-theme options-when i try and select the another site than default, screen dumps this instead…please help 1 exception(s): Exception #0 (Exception): Warning: Invalid argument […]
Magento2
In magento 2.3.1, installed on aws lightsail using bitnami. I’m trying to disable tinymce from inserting tags, and the solution that many agree with is https://stackoverflow.com/a/26396255/1920003 forced_root_block : '', /* < -- Add this setting */ to js/mage/adminhtml/wysiwyg/tiny_mce/setup.js But there are many setup.js files and none look like the standard […]
First of all I have very limited knowledge of magento so please excuse any stupid questions I might be asking. I have a magento website built for me, only using paypal express checkout and up until recently I’ve had no issues. I offer 2 shipping methods – a flat rate […]
I try to apply a one catalog price rule, so the condition that I have stipulated in backend is: If ALL of these conditions are TRUE : Attribute Set is Update attributes If ALL of these conditions are TRUE : Category is 3,4,7,8,9,10,11,24 ok , now i apply the command […]
Is it possible to reference the copyright field found in design configuration within the footer section? I’ve checked here https://docs.magento.com/m2/ce/user_guide/marketing/variables-reference.html with no luck. I would ultimately like to add it to my email footer. Thank you,
Im building a custom module, this one is using an external lib, everything looks like its working, anyway now i need to instanciate the class with something like this php: $myClass = new Class(array('NUMBER' => 20111111112)); And then: $myClass ->getClient->CreateClient($data); So, doing this i will get the info of the […]
Suddenly from past few days, I am receiving this error when I am trying to do checkout with my credit card. I am using Paypal Payment Pro in magento. “PayPal gateway has rejected request. The merchant country is not supported (#10565: Merchant country unsupported).” Below is the log for the […]
shows nothing, but if I remove the Vendorname_Package:: then magento will inject the block but it is an empty block… I modified vendor/magento/framework/View/Element/Template.php to inject block level debug html comments into the html source of the webpage. So I can add the block to the page but I can never […]
Magento just released a new version 2.3.3 with 170 core bugs fixes, supported PHP 7.3 and PSD2 compliance for core payment methods Has someone faced any issue in Magento 2.3.3? Thanks