{% extends "shopyo_base/module_base.html" %} {% set active_page = info['display_string']+' dashboard' %} {% block pagehead %}{% endblock %} {% block sidebar %}{%include info['module_name']+'/blocks/sidebar.html'%}{%endblock%} {% block module_content %}

Delivery Options

Manage delivery methods and pricing

{{ form.option(class="w-full bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl py-2.5 px-4 text-xs focus:ring-2 focus:ring-primary/20 focus:border-primary transition-all outline-none") }}
{{ form.price(class="w-full bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl py-2.5 px-4 text-xs focus:ring-2 focus:ring-primary/20 focus:border-primary transition-all outline-none") }}
{{ form.csrf_token }}

All Options

{{ options|length }} total

{% for option in options %} {% else %} {% endfor %}
OptionPrice
No delivery options configured
{% endblock %}