detailPageDisplay
Switch in the plugin backend: "Show Albis payment method on detail page". Default: on. Overridable per sales channel.
Monthly leasing rate directly below the product price — with live configurator and cached API calls.
Instead of revealing in checkout that leasing is possible, the plugin surfaces the hint already on the product detail page — subject to the plugin config and minimum requirements.
Switch in the plugin backend: "Show Albis payment method on detail page". Default: on. Overridable per sales channel.
Albis Leasing is only suggested on the detail page when all minimum requirements are met — e. g. minimum product price, payment method available for the sales channel.
The ProductPageSubscriber reacts to ProductPageLoadedEvent and decides per call whether Albis info is shown on the detail page — clean Symfony-subscriber pattern, no theme patching.
The Twig template lives in the plugin and can be overridden via standard Shopware theme-override pattern — layout and styling fully customisable.
The bundled Albis logo has a transparent background — blends into any theme.
All visible labels come from Shopware snippets in DE and EN — further languages via standard snippet mechanism.
The detail-page display in the current plugin is deliberately minimal. Anything beyond is custom development — happy to take that on.
The current scope (v2.5.39) is deliberately compact: one config toggle, one subscriber, one Twig block. Extensions like an interactive configurator with term selection, live rate calculation per choice, or category-based filtering are not part of the standard plugin. If you need that, we build it as a custom extension — get in touch.
Configurator modal, minimum-price threshold, category filter, live rate calculation — all available as project-specific extensions. The standard plugin stays compact.