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 […]
Magento
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 […]
On specific categories (not all of them), when switching between store views for products, I am getting 403 Forbidden (Nginx). This only happens for products, not categories. Following the debugging process, I found out that the problem comes from the “uenc” parameter (vendor/magento/module-store/App/Response/Redirect.php > _getUrl() method) which is not returning […]
I’m trying to create a custom dropdown for the size swatch of configurable products. I was getting an error on my iPhone which doesn’t show the size attribute on mobile so I was converting the size swatch to a phtml file rather than javascript, some developers already created the custom […]