{% extends "shopyo_base/module_base.html" %} {% set active_page ='products' %} {% block pagehead %} Upload Products {% endblock %} {% block sidebar %} {%include 'category/blocks/sidebar.html'%} {%endblock%} {% block module_content %}

Upload Products

Bulk import from spreadsheet

{{ product_form.product_file(class="w-full bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl py-3 pl-11 pr-4 text-xs focus:ring-2 focus:ring-primary/20 focus:border-primary transition-all outline-none file:mr-4 file:py-1 file:px-3 file:rounded-lg file:border-0 file:text-[10px] file:font-bold file:bg-primary/10 file:text-primary hover:file:bg-primary/20") }}
{{ product_form.csrf_token }}
{% endblock %}