algoliasearch-magento-2
algoliasearch-magento-2 copied to clipboard
Algolia Search integration for Magento 2 - compatible with versions from 2.3.x to 2.4.x
**Summary** Tested on Magento **2.4.5-p7**. The FPT configured on the products are not included in the final product price! If we configure the FPT at the level of:  And...
**Summary** If the search results page (`/catalogsearch/result`) is requested and the `q` query parameter is not present the page will error. The code errors when generating the `algoliaConfig` JS variable...
**Summary** These changes fix the MSI compatibility. It also make this module unnecessary: https://github.com/algolia/algoliasearch-inventory-magento-2 algolia/algoliasearch-inventory-magento-2 is not really maintained anymore and many flaws exists as it does not really follow...
Prevent http status code 422 from Instant Search Insights click events due to a missing index name The Algolia event debugger shows error events with a `422` status code from...
The Algolia event debugger shows error events with a `422` status code from **Autocomplete** `click` insights events due to a missing `index` field. **Summary** Bug Fix: Clicking a hit within...
**Summary** Adds explicit nullable types to missing arguments for PHP 8.4 compatibility. **Result** Using Adobe Commerce 2.4.8+, PHP 8.4 is recommended. Example of output from running `setup:upgrade` ```Deprecated Functionality: Algolia\AlgoliaSearch\Model\ResourceModel\Job\Grid\Collection::setSearchCriteria():...
**Summary** The “algoliasearch_queue” table keeps job entries. Job's "data" field is a JSON string with job details. Starting from 3.6.0 the field names in "data" JSON got a new format:...
## Description Fixes double currency conversion issue for configurable products that caused incorrect prices in non-base currencies (e.g., AUD prices were double-converted from EUR). ## Problem - Configurable products had...
**Summary** `$this->getSpecialPrice()` and `$this->getTierPrice()` Return a converted price when using multiple currencies, however these prices there converted again a little bit further down the function Example: Base Currency GBP, Product...