Skip to content

magento man

Elastic Search issue in Magento 2.4.1

I am facing below error in exception.log file. How can i resolve this error? {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”:”no mapping found for field [amxnotif_hide_alert_value]”}],”type”:”search_phase_execution_exception”,”reason”:”all shards failed”,”phase”:”query”,”grouped”:true,”failed_shards”:[{“shard”:0,”index”:”magento2_product_1_v226″,”node”:”YsQHRziLSUeMo8kQPmEqbw”,”reason”:{“type”:”illegal_argument_exception”,”reason”:”no mapping found for field [hide_value]”}}],”caused_by”:{“type”:”illegal_argument_exception”,”reason”:”no mapping found for field [amxnotif_hide_alert_value]”,”caused_by”:{“type”:”illegal_argument_exception”,”reason”:”no mapping found for field [hide_value]”}}},”status”:400} {“exception”:”[object] (Elasticsearch\Common\Exceptions\BadRequest400Exception(code: 400):… Read More »Elastic Search issue in Magento 2.4.1

Could not find a matching version of package

I have uploaded my magento 2 module to GitHub, and published my private module to https://packagist.com/. Now module published successfully as below. And my composer as below { “name”: “vlcsolutions/module-connector”, “description”: “Business Central Express Connect”, “require”: { “php”: “~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0″ },”minimum-stability”:… Read More »Could not find a matching version of package

We run several offers during festive seasons. Is there a way to create interactive labels for products to advertise our marketing campaigns?

So right now I am using the magento2 platform and I want my site to look more presentable to the customer after my research I am inclined to move towards creating labels for products. However, I am not well versed… Read More »We run several offers during festive seasons. Is there a way to create interactive labels for products to advertise our marketing campaigns?