Frontend News from September 15, 2026

Breaking changes

♿️ Accessible labels for variant selects and color filters (via Deferred Template Updates)

We are improving the accessibility of variant selects, surcharge selects and color filters.
This change applies to all 3G templates and is controlled via UMS.

Update management preview key: variant_and_filter_labels

The change is scheduled for release on September 30, 2026. If you are an addon developer, please review the changes described below now and adjust your addons accordingly. On the release date, these improvements will be rolled out to the majority of customers. E-shops using Deferred Template Updates will have time until October 14, 2026 to modify their customizations and accept the update.

You can preview the changes by running the command shoptet.helpers.enableUpdatePreview('variant_and_filter_labels') in the browser console.

What is changing

Recommended steps

Review custom CSS/JS connected to these elements. If you target the color filter inputs, variant captions, consents or the related files tab using selectors, please review them — the new label elements, the wrapper around the related files list and the changed position of filter checkboxes may break your selectors. If your scripts detect an unselected variant via .variant-default:checked, you can use shoptet.variantsCommon.hasUnselectedVariantGroup() instead.

Post navigation