{% extends '@LcShop/backend/default/show.html.twig' %} {% import '@LcShop/backend/default/block/macros.html.twig' as macros %} {% block main %}
{% include '@LcShop/backend/order/form.html.twig' %} {{ macros.startCard(3, 'OrderShop.addProduct', 'success') }} {% include '@LcShop/backend/order/card_addproducttoorder.html.twig' %} {% include '@LcShop/backend/order/modal_invoiceaddress.html.twig' %} {% include '@LcShop/backend/order/modal_deliveryaddress.html.twig' %} {% include '@LcShop/backend/order/modal_deliveryavailability.html.twig' %} {% include '@LcShop/backend/order/modal_orderstatus.html.twig' %} {% include '@LcShop/backend/order/modal_reductioncart.html.twig' %} {% include '@LcShop/backend/order/modal_reductioncredit.html.twig' %} {{ macros.endCard }}
{% endblock %} {% block script_javascript %} {{ parent() }} {% include '@LcShop/backend/default/block/script-vuejs.html.twig' %} {% endblock %}