You might come across the following error in system logs when Live Search is used. The "elasticsearch" part can also be slightly different in various cases, for example, "elasticsearch7" or "opensearch" can be mentioned instead: report.ERROR: ...
In this article you can find a full guide for successfully integrating Improved Layered Navigation in Magento instances that use Live Search: Step 1. Make sure that the latest versions of the following compatibility submodules are installed in your ...
When running the php bin/magento setup:di:compile command on Magento versions that are older than 2.4.6, the following error message might appear: Type "mixed" cannot be nullable: Class ...
Kindly note that the API functionality for Blog Pro is available as a part of an active product subscription or support subscription. GET /V1/amasty_blog/author/:authorId - Get one author GET /V1/amasty_blog/author/all - Get list with conditions ...
Please, find the Online store > Themes > Customize > Edit Code > Snippets > price.liquid snippet and add the following code on the bottom: <p class="caption">{{ product.published_at | date: "%Y-%m-%d %H:%M" }}</p> As a result, the publishing date ...
It will be possible to add the required block in the product-price.liquid code. To proceed, follow the steps below: 1. Proceed to Online store > Themes > Customize > Edit Code. 2. Add a new snippet in the Snippets folder: Insert the content below and ...