Catalog configuration¶
You can configure the product catalog per Repository.
Under ibexa.repositories.<repository_name>.product_catalog
, indicate the catalog engine to use:
1 2 3 4 5 6 7 8 9 |
|
The default
engine is available out of the box, and configured under ibexa_product_catalog
:
1 2 3 4 5 6 7 |
|
The local
type is the built-in type of catalog based on the Repository.
Under options.product_type_group_identifier
you can define the identifier of the Content Type group used for storing products.
root_location_remote_id
indicates the remote ID of the Location where products are stored.
VAT rates¶
To set up different VAT rates for different regions (countries), you can use the following configuration:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
ibexa_product_catalog.regions
enables you to configure global regions which have different VAT rules,
with their specific VAT rates.
You can override the global configuration per scope under ibexa.system.<scope>.product_catalog.regions
:
1 2 3 4 5 6 7 8 9 10 11 |
|