{% set oManufacturer = oView.getManufacturer() %} {% set aVariantSelections = oView.getVariantSelections() %} {% set imageStyle = oViewConf.getViewThemeParam('sImageStyle') %} {% if aVariantSelections and aVariantSelections.rawselections %} {% set _sSelectionHashCollection = "" %} {% for iKey, oSelectionList in aVariantSelections.rawselections %} {% set _sSelectionHash = "" %} {% for iPos, oListItem in oSelectionList %} {% set _sSelectionHash = _sSelectionHash ~ iPos ~ ":" ~ oListItem.hash ~ "|" %} {% endfor %} {% if _sSelectionHash %} {% if _sSelectionHashCollection %}{% set _sSelectionHashCollection = _sSelectionHashCollection ~ "," %}{% endif %} {% set _sSelectionHashCollection = _sSelectionHashCollection ~ "'" ~ _sSelectionHash ~ "'" %} {% endif %} {% endfor %}
{% endif %} {% hasrights { ident: "TOBASKET" } %} {% endhasrights %}