Skip to content

magento man

Magento2.4.5 Console Display HTML tags must be properly nested and closed

Magento CE 2.4.5 display “HTML tags must be properly nested and closed:” How to fixed on folllow code: JQMIGRATE: HTML tags must be properly nested and closed: <div if=”isPaymentMethodsAvailable()” class=”items payment-methods”> <div repeat=”foreach: paymentGroupsList, item: ‘$group'” class=”payment-group”> <!– ko if:… Read More »Magento2.4.5 Console Display HTML tags must be properly nested and closed

how to save extension attribute in salesrule Api magento 2.4

I need to save custom field data in apply_on_weekday column which is located at salesrule Db table. I tried to much but it doesn’t save it in db. i share my code. vendorModuleetcextension_attributes.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Api/etc/extension_attributes.xsd”> <extension_attributes for=”MagentoSalesRuleApiDataRuleInterface”>… Read More »how to save extension attribute in salesrule Api magento 2.4

Eav in Multistore

rookie in Magento learn multistore, tell a resource where in simple language you can understand role EAV in multistore

Is it possible to get a collection containing the attributes of all entities (customers, products, etc)?

I’m trying to get a collection from the table eav/attribute (where product’s attributes are present along with customer’s, category’s, etc). I already tried to retrieve it like a normal model collection: $entitiesAttributes = Mage::getModel(‘eav/attribute’)->getCollection(); But I get the following error:… Read More »Is it possible to get a collection containing the attributes of all entities (customers, products, etc)?