{% extends 'cubane/backend/base.html' %} {% load form_tags %} {% block content %}

Data Import

Inventory Import

{% with submit='Import' no_form_cancel=True icon='icon-upload' %} {% form form 'multipart/form-data'%} {% endwith %}

Inventory Export

Shop inventory is organised around unique SKU numbers for each product or product variety.

A unique price and/or stock level can be assigned for each SKU number and this data import and export will allow bulk modification of your shop inventory.

{% with submit='Export' no_form_cancel=True icon='icon-download' form_action=export_form_action form_method='GET' form_no_disable=True %} {% form export_form %} {% endwith %}
{% endblock %}