Skip to content

Releases: boxalino/plugin-magento

new search integration (without going in database)

29 Oct 16:17
Compare
Choose a tag to compare
  • Change search integration to use directly Magento objects like already done for product list

URL parsing bugfixes for facets

12 Oct 12:36
Compare
Choose a tag to compare
  • Switching to category IDs in the category facet to simplify logic.
  • Replacing custom URL parsing logic with standard PHP functionality.

transaction indexing extension

07 Oct 14:35
Compare
Choose a tag to compare
  • Added a default cron job configuration for the boxalino full indexer to run at 2am.
  • Transactions are now synced incrementally by default, introduced a configuration option to force full transaction syncs.
  • Adding configuration to optionally export billing & shipping address properties in the transactions.
  • Add support for previously ignored guest transactions as customer profiles.
  • Will now detect Indexing misconfigurations (overlaps of data intelligence indexes and languages) and report them.

refactoring and bugfixes

17 Aug 15:02
Compare
Choose a tag to compare
  • Moved plugin from local to community pool to support custom overrides.
  • Adding support for URL export in Magento EE.
  • Improving handling of missing/empty images in the autocompletion.
  • Refactoring and improving facet block.
  • Exclude catalog only items in the search.
  • Fixing regressions in the customer synchronization.
  • Correcting order total calculation in tracking.

supporting configurable customer attributes

01 Jun 14:02
Compare
Choose a tag to compare
  • Added support to configure additional customer attributes in export.

supporting more complex shop structures

04 May 08:10
Compare
Choose a tag to compare
  • Added support for structures where store views map to languages in different search indexes within one website
  • Improved handling of empty deltas and permission problems when creating ZIPs.

generic recommendation block and datetime properties

17 Apr 14:27
Compare
Choose a tag to compare
  • Added generic p13n recommendation block that can be added to any page.
  • Added support for datetime properties.
  • The special_price now is exported according to the special_from_date and
    special_to_date properties. These two properties are now exported by default.

improving autocompletion

16 Apr 09:31
Compare
Choose a tag to compare

Making autocompletion more configurable and supporting more autocompletion features.

improving filtering and facet support

16 Apr 09:30
Compare
Choose a tag to compare

Introducing new options to configure the filtering and facets in the magento backend.

Magento EE support

16 Apr 09:29
Compare
Choose a tag to compare

Added support for the Magento Enterprise Edition.