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 […]
Magento
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 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. […]
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); /** […]
Magento 2.4.6 // vendor/module-user-access-control-admin-ui/view/adminhtml/ui_component/customer_form.xml <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="test_control"> <!-- Profile field --> <field name="profile" formElement="select" component="Vendor_UserAccessControlAdminUi/js/form/element/profile"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filterOptions" xsi:type="boolean">false</item> <item name="multiple" xsi:type="boolean">false</item> </item> </argument> <settings> <label translate="true">Access profile</label> <elementTmpl>Vendor_UserAccessControlAdminUi/form/element/profile</elementTmpl> </settings> </field> <field formElement="checkbox" name="is_profile"> <settings> <dataType>boolean</dataType> <dataScope>is_profile</dataScope> <label translate="true">Is Profile</label> <notice translate="true">Check this […]
I need to edit titles, meta descriptions, etc. for my products, but there is no “Search Engine Optimization” section under the products. It shows up under Categories and other pages, but not products. Catalog>Products>Edit brings me to the page where it should be, but it is not there. There is […]