Can’t find Elasticsearch mapping configuration on my server (Magento 2.4.5 stack with ES)

I tried curl -XGET “http://localhost:9200/your_index_name/_mapping?pretty“ and replaced “your_index_name” with the content of field “Elasticsearch Index Prefix” from the relevant back end (Stores -> Configuration -> Catalog -> Catalog -> Catalog Search) which is “elasticsearch”. This returned an error. What gives ? submitted by /u/vaultRadon [link] [comments]

What can i do as a store operator in order to work with our developer and make our magento 2 store great

We are a small 3D printing filament manufacturing company, and we are transitioning from woocommerce to magento 2. I will be managing the store on a daily basis, how can i learn magento 2 efficiently and have a profound understanding of the platform so i can work with our developer to fix issues quckly and …

Product Options Popup

I would like to try to replicate the add-to-cart experience of weathertech.com, in that for any product that requires additional information (to ensure vehicle compatibility for example), a popup appears with illustrations that explain the question being asked. For some products, there are multiple questions asked that are broken up into several slides in the …

Attempting to install Magento via Docker on Windows 10

I am very new to docker as well as WSL2 so it is very possible I am overlooking something rather obvious. I am trying to install Magento on my Windows 10 machine using https://github.com/markshust/docker-magento. I have “successfully” installed it on Ubuntu 22.04 using WSL2. However, my instance of docker in WSL2 seems to be completely …