I can’t find to edit the time to open the mini-search input field. All classes I added transition, does not have any effect. The default opening effect is so baaaam and I want to open it slow. I also try to use in input id=”search”: data-toggle="collapse" but it show no […]
Magento
I am unable to logout on one of my projects. The customer/account/logout/ controller request, is getting cached. The image showing that the Cache-Control Header is set to max-age=86400, public, s-maxage=86400 which leads to the request being cached on disk and not called anymore. If I put a xdebug breakpoint inside […]
We use the Webp Support extension, when we upload, the Webp image is successfully uploaded but not showing in manage Gallary in the admin backend. Please see given below Screenshot. https://i.imgur.com/qFPtV1v.png https://i.imgur.com/RFPOm52.png we have used a preference for this file “MagentoCmsModelWysiwygImagesStorage”. It’s working for the old Magento Media Gallery. https://i.imgur.com/uTPDYhK.png […]
I have a question. I have a filter and its name is “System” and I can select whether I want AP or UP, but when I select the filter AP it also shows some UP grouped products which have products linked with AP, but I don’t want it like that. […]
when I purchase at checkout in my magento the purchase does not occur and the following error appears “Please verify the shipping address information. Phone is a required field.” Validating in my database I see that the phone number is saved in the quote_address table but it still gives me […]
I tried this link : Magento2: show price for out of stock configurable products and this link also : enter link description here but does not work for me !! my configurable product always return 0 price please help me with this !!!
define([ 'mage/adminhtml/grid' ], function () { ‘use strict’; return function (config) { var selectedProducts = config.selectedProducts, categoryProducts = $H(selectedProducts), gridJsObject = window[config.gridJsObjectName], tabIndex = 1000; /** * Show selected product when edit form in associated product grid */ $('bliss_products').value = Object.toJSON(categoryProducts); /** * Register Category Product * * @param {Object} […]
Physical themes Magento changes to virtual theme when you change branch on git it is at 1 on the database it should be set to 0. /** * Checks all physical themes that they were not deleted * * @return $this */ public function checkPhysicalThemes() { $themes = $this->_collectionFactory->create()->addTypeFilter(ThemeInterface::TYPE_PHYSICAL); /** […]