After migrate server(copy files and dumb db), default placeholder image are showing on admin, minicart, checkout pages. Product images are showing well on category and product detail, shopping cart pages. I got reply about this from support At the currently observed misbehaviour stems from the incorrect assignment of product images […]
Magento
I have implemented 2 queues, one for primary queue and one for retry queue. Primary queue – Publish data & Consume data is working properly, but when i implementing 2nd queue for retry and when i consume the first queue i got the error of Xdebug has detected a possible […]
I inherited developments made by a third party provider on our Magento instance. When a set the developer mode nothings work anymore and it is all super slow. The layout is mess up, the buttons do not all work properly and it takes ages to load a single component. Do […]
How do I add a PDF uploader to the ui component? I could find how to add an image uploader, but I can’t find how to do it for pdf files.
Actually I am getting the data of the catalog_category_entity in my custom grid and delete the record. Before delete I want to save the complete data in my custom table. But only saves the three column. This is my controller <?php namespace VendorModuleControllerAdminhtmlCategory; use VendorModuleModelCategoryRuleRecordFactory; use VendorModuleModelResourceModelCategoryRuleRecord as ResourceModel; use […]
I need to apply some additional code to Magento_Checkoutjsset-shipping-information.js. However, I have got a third party module which already declared a mixin on it 'Magento_Checkout/js/action/set-shipping-information': { 'Amasty_Checkout/js/action/set-shipping-information-mixin': amasty_mixin_enabled }, How can apply my second mixin? Is it just a matter of: 'Magento_Checkout/js/action/set-shipping-information': { 'Foodentyco_Checkout/js/action/set-shipping-information-mixin': true }, Many thanks
We want to add a static block to some of our category pages that will take up the first two spots in the product grid. It would look like this finished: For testing purposes, I’ve just added a generic li and div tag to the top of the product list. […]
I have to redirect the user to our SSO login page ifhe is not logged-in during the checkout. As suggested here, I added this check into my phtml file that overrides this vendor/magento/module-checkout/view/frontend/templates/onepage.phtml. if(!$this->customerSession->isLoggedIn()) Debugging the code seems that this->customerSession is not present. So, how can I check if the […]
After the installation and I get to the main page of Magento the demo shows. The next thing I do is use the credentials I’ve provided during the installation. It will return “The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.” Now […]