Daily Archives: October 11, 2019
Hi all, we are currently looking for developers and that let me down a road of various online certifications for self-paced learning. Now, while I fully support the trend in general (the idea of decentralized online learning and the variety of resources available potentially generates faster, more targeted developers that […]
I am looking for a solution that will allow me to create a parent account(B2B Unit) and be able to create customer’s accounts associated with the parent. It is required that the customers use the parent’s billing and shipping address during the checkout process. Any recommendations for either how to […]
I created a custom module that at regular intervals creates an XML file with selected product data. The process that generates the XML can also be run from Magento CLI via a custom command. Although the custom command generates the feed, cron does not seem to get any products. In […]
I am trying to use the di.xml to pull a table from differnt module to populate a dropdown in the admin panel. When I write the he xml code below it is throwing this error: PHP Fatal error: Uncaught Error: Cannot instantiate interface SymfonyComponent ConsoleOutputOutputInterface in /var/www/vhosts/dev.vendor.com/vendor/magento/ framework/ObjectManager/Factory/AbstractFactory.php:116 < ?xml […]
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 […]
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 […]