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