Error: Class 'MagentoCatalogObserverSetSpecialPriceStartDate' not found in /var/www/html/mage/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 Stack trace: #0 /var/www/html/mage/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /var/www/html/mage/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /var/www/html/mage/vendor/magento/framework/Event/ObserverFactory.php(33): MagentoFrameworkObjectManagerObjectManager->get() #3 /var/www/html/mage/vendor/magento/framework/Event/Invoker/InvokerDefault.php(72): MagentoFrameworkEventObserverFactory->get() #4 /var/www/html/mage/vendor/magento/framework/Event/Manager.php(66): MagentoFrameworkEventInvokerInvokerDefault->dispatch() #5 /var/www/html/mage/generated/code/Magento/Framework/Event/Manager/Proxy.php(95): MagentoFrameworkEventManager->dispatch() #6 /var/www/html/mage/vendor/magento/framework/Model/AbstractModel.php(702): MagentoFrameworkEventManagerProxy->dispatch() #7 /var/www/html/mage/vendor/magento/module-catalog/Model/AbstractModel.php(383): MagentoFrameworkModelAbstractModel->beforeSave() #8 /var/www/html/mage/vendor/magento/module-catalog/Model/Product.php(935): MagentoCatalogModelAbstractModel->beforeSave() #9 /var/www/html/mage/generated/code/Magento/Catalog/Model/Product/Interceptor.php(230): MagentoCatalogModelProduct->beforeSave() #10 /var/www/html/mage/vendor/magento/framework/EntityManager/Observer/BeforeEntitySave.php(34): MagentoCatalogModelProductInterceptor->beforeSave() #11 /var/www/html/mage/vendor/magento/framework/Event/Invoker/InvokerDefault.php(88): MagentoFrameworkEntityManagerObserverBeforeEntitySave->execute() #12 /var/www/html/mage/vendor/magento/framework/Event/Invoker/InvokerDefault.php(74): MagentoFrameworkEventInvokerInvokerDefault->_callObserverMethod() #13 /var/www/html/mage/vendor/magento/framework/Event/Manager.php(66): […]
Magento
Magento 2.3 we we click add to cart we get a success message but the shopping cart icon in top right corner of page does not update to show 1 item is in the cart. When hover over the shopping cart the mini cart drop down box shows empty. When […]
I have recently installed a magento 2.4.3 version and for some reason the product images are not displaying correctly in the frontend. The source url magento is displaying: https://4youshop.online/media/catalog/producth/i/high_68271040_0971007033.jpg the correct url however is: https://4youshop.online/media/catalog/product**/**h/i/high_68271040_0971007033.jpg As you guys can see, magento is missing the final slash after product. We have […]
I have an event <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="layout_load_before"> <observer name="redirect_pro_homepage" instance="CpyCheckUrlObserverRedirectVisitor" /> </event> </config> In local env; this observer is called. In my sandbox env this observer is called. In my preproduction env, this observer is not called.Can’t understand why. Any explanation on what might cause this […]
I created an overwrite path in app/design/frontend/<name_vendor>/default/Magento_Customer/frontend/web/template/authentication-popup.html Here I understand that I can change the texts. Where can I trigger a pop-up on all pages except login / registration? If someone logs in, pop up cannot appear. Invokes it in the console: jQuery('.block-authentication').modal('openModal');
We sell parts for vehicles which require the customer to select their vehicle, once selected the correct sku is shown to them and they can add it to their cart. We want the ability to save the vehicle selected to the line in the cart. This way when they are […]
We are having an issue when we add new products. You cant search the product in the store and when you go directly to the url https://www.vikingtelecomsolutions.com/viking-e-30tf-ip-stainless-steel-touch-free-voip-entry-phone.html we get an error on the product page. We cant find the product in our catalog, we cant search for the product in […]
im trying to add these cdns to my custom theme appdesignfrontendMagentotestMagento_Themelayoutdefault_head_blocks.xml file and its not working, it says failed to load resource. <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> it says Refused to load the script ‘https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js’ thanks in advance
Is there a way I can create draft orders Admin will create the order Add the products Add the billing/shipping info Create the order Customer gets notify via email Customer login and pay for the order?