Skip to content

ibexa/example-in-memory-product-catalog

Repository files navigation

example-in-memory-product-catalog

This package demonstrates how to integrate Ibexa DXP with custom PIM.

Usage

A) Install ibexa/example-in-memory-product-catalog package:

composer config repositories.remote-pim vcs https://github.com/ibexa/example-in-memory-product-catalog
composer require ibexa/example-in-memory-product-catalog:~4.6.0@dev

B) Configure new product catalog engine under ibexa_product_catalog.engines.in_memory key:

ibexa_product_catalog:
    engines:
        in_memory:
            type: in_memory
            options:
                root_location_remote_id: ibexa_product_catalog_root

C) Configure repository to use engine defined in previous step under ibexa.repositories.default.product_catalog.engine:

ibexa:
    repositories:
        default:
            # ...
            product_catalog:
                engine: in_memory

COPYRIGHT

Copyright (C) 1999-2024 Ibexa AS (formerly eZ Systems AS). All rights reserved.

LICENSE

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL), version 2.4 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: https://www.ibexa.co/product For the full Ibexa BUL license text, please see:

AND

B - Ibexa Trial and Test License Agreement (Ibexa TTL), version 2.2 or later versions (as license terms may be updated from time to time) Trial can be granted by Ibexa, reach out to Ibexa AS for evaluation access: https://www.ibexa.co/about-ibexa/contact-us For the full Ibexa TTL license text, please see:

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-bul

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published