Stel je camper samen

{% comment %} Drop this file in /sections as rv-configurator.liquid Add it to any product page via {% section 'rv-configurator' %} {% endcomment %}

Build Your {{ product.title }}

Preview of selected configuration
    {% for option in product.options_with_values %} {% assign idx = forloop.index0 %}
    {{ option.name }} {% if option.values.size <= 5 %}
    {% for value in option.values %} {% endfor %}
    {% else %} {% endif %}
    {% endfor %}

    Selected variant:

    {{ product.selected_or_first_available_variant.title }}

    {{ product.selected_or_first_available_variant.price | money }}

     

    {% schema %} { "name": "ReacherVan Configurator", "target": "section", "settings": [] } {% endschema %}