Daily Archives: February 24, 2020
I’m new to magento, so if you know whats wrong please do not skip on details 🙂 I updated shared catalog prices but it never runs to update it CRON is running as I have other tasks that are being executed. Per other recommendations, I added block below to env.php […]
I’m trying to check if the user is logged in. But the problem is in my code eventhough I already logged out it’s still check and output that the user is still logged in. Below is my code < ?php namespace TcmGoodgiftsHelper; class Customer extends MagentoFrameworkAppHelperAbstractHelper { public function __construct( […]
I tried to install MailChimp extension through Composer, but when running setup:upgrade I received a database error. Assuming that the problem was in the extension, I restored the backup I made just before installing the extension. Out of curiosity I run “php bin/magento setup:upgrade” again and received the same database […]
what can i du ? [ERROR] LogicException: Unknown module in the requested list: 'Magento_BundleSampleData' in /home/sd378070/gigatyre.com/www/magento2/setup/src/Magento/Setup/Model/Installer.php:469 Stack trace: #0 /home/sd378070/gigatyre.com/www/magento2/setup/src/Magento/Setup/Model/Installer.php(428): MagentoSetupModelInstaller->readListOfModules(Array, Array, 'enable-modules') #1 /home/sd378070/gigatyre.com/www/magento2/setup/src/Magento/Setup/Model/Installer.php(358): MagentoSetupModelInstaller->createModulesConfig(Array, true) #2 /home/sd378070/gigatyre.com/www/magento2/setup/src/Magento/Setup/Controller/Install.php(109): MagentoSetupModelInstaller->install(Array) #3 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-mvc/src/Controller/AbstractActionController.php(84): MagentoSetupControllerInstall->startAction() #4 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-eventmanager/src/EventManager.php(322): ZendMvcControllerAbstractActionController->onDispatch(Object(ZendMvcMvcEvent)) #5 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-eventmanager/src/EventManager.php(179): ZendEventManagerEventManager->triggerListeners(Object(ZendMvcMvcEvent), Object(Closure)) #6 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-mvc/src/Controller/AbstractController.php(118): ZendEventManagerEventManager->triggerEventUntil(Object(Closure), Object(ZendMvcMvcEvent)) #7 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-mvc/src/DispatchListener.php(118): ZendMvcControllerAbstractController->dispatch(Object(ZendHttpPhpEnvironmentRequest), Object(ZendHttpPhpEnvironmentResponse)) #8 /home/sd378070/gigatyre.com/www/magento2/vendor/zendframework/zend-eventmanager/src/EventManager.php(322): […]
$shipment = Mage::getModel(‘sales/service_order’, $order)->prepareShipment($itemQty); $shipment = new Mage_Sales_Model_Order_Shipment_Api(); $shipmentId = $shipment->create($orderId);
I currently have a Excel sheet that has 2 tabs: 1 tab is called Contacts, the other one is called websites, on Contacts I have a dropdown menu with list of emails that i want to display next to the website they are associated to. I have currently tried =VLOOKUP(H2, […]