Skip to content

magento man

How can i pass product attribute manufacturer and SKU to javascript?

I have the following script which i need to add the product brand/manufacturer and SKU <script> window.addEventListener(‘liveload’, function() { IcecatLive.getDatasheet( { ‘reasonstobuy’:’#Container5′, }, { Brand: **$manufacturer**, PartCode: **$sku**, UserName: ‘myusername’ }, ‘en’) }); </script> I have added custom.phtml in web/magento/app/design/frontend/MyTemplate/default/Magento_Catalog/templates/product/view… Read More »How can i pass product attribute manufacturer and SKU to javascript?

Magento 2.4.6 : Could not validate a connection to the OpenSearch. No alive nodes found in your cluster

I’m trying to install Magento open source for the first time. I have gone through most of the process except the last part. When I try to run: php bin/magento setup:install –base-url=http://localhost/magento2ee –db-host=localhost –db-name=magento2 –db-user=root –db-password= –admin-firstname=admin –admin-lastname=admin –[email protected] –admin-user=admin… Read More »Magento 2.4.6 : Could not validate a connection to the OpenSearch. No alive nodes found in your cluster

Mgento Admin Grid Multi select “,” seperated value filter not working in custom grid Magento 2?

I create custom grid that include Website field and customer group fields are multiselect. At Filter apply also need to set as multiselect that not working for me. here I share my listing xml file code <column name=”website” class=”ExtensionModuleUiComponentListingColumnWebsites”> <argument… Read More »Mgento Admin Grid Multi select “,” seperated value filter not working in custom grid Magento 2?