{% extends 'base_admin.html.twig' %} {% block title %}Refunds{% endblock %} {% block body %}
Id | OrderId | DateCreated | Amount | {#Reason | #} {#MetaData | #}Seller | ShippingCost | ShippingTax | actions |
---|---|---|---|---|---|---|---|---|---|
{{ refund.id }} | {{ refund.order_id }} | {{ refund.date_created ? refund.date_created|date('Y-m-d H:i:s') : '' }} | {{ refund.amount }} | {#{{ refund.reason }} | #} {#{{ refund.meta_data }} | #}{{ refund.company }} | {{ refund.shipping_cost }} | {{ refund.shipping_tax }} | {# #} {# edit#} |
no records found |