Variant Selector as Select Options.

Fragen und Antworten zu Darstellungsvorgaben
Antworten
Benutzeravatar
supportteam2
Beiträge: 427
Registriert: 4. Mär 2015, 14:05

Re: Variant Selector as Select Options.

Beitrag von supportteam2 »

Without JavaScript, the variant selector uses simple select fields. If that's what you need, you could simply deactivate the variant selector module by removing the following line from "files/merconisfiles/themes/theme10/lsjs/app/app.js"

Code: Alles auswählen

lsjs.__moduleHelpers.variantSelectorManager.start();
With JavaScript the basic variant selector form is overwritten by the variant selector module. You can modify the variant selector module, if you like. Just take a look at the module here: files/merconisfiles/themes/theme10/lsjs/app/modules/merconis/variantSelector
Antworten

Zurück zu „Darstellungsvorgaben / Display settings“