Display spare part tag values
Control whether spare part tag numbers are visible on product images.
Overview
The spare parts visualization feature displays interactive tags on product images to help customers identify spare parts. When this configuration is enabled, these tags show the actual tag values (such as "1", "2", "3") that correspond to spare part identifiers. When disabled, tags appear as simple dots without numbers, creating a cleaner appearance.
This behavior is disabled by default and can be activated per store.
Enable the feature
Enable the behavior using environment variables (globally or per shop):
- Global toggle
- Per-shop override
FRONT_COMMERCE_GEZY_DISPLAY_SPARE_PART_TAG_VALUES=true
If you have configured multiple stores, you can override the global toggle per store.
FRONT_COMMERCE_GEZY_DISPLAY_SPARE_PART_TAG_VALUES_<SHOP_ID>=true
Replace <SHOP_ID>
with your shop identifier (for example: default
,
default_en
, default_fr
).
What changes when enabled?
- Tag Display: Spare part tags show their actual values (e.g., "1", "2", "3") instead of appearing as plain dots
Products without spare parts configured are not affected by this setting.