diff --git a/app/templates/admin/marketplace-letzshop.html b/app/templates/admin/marketplace-letzshop.html index 37daeffb..7cfd5573 100644 --- a/app/templates/admin/marketplace-letzshop.html +++ b/app/templates/admin/marketplace-letzshop.html @@ -122,9 +122,7 @@ {% call tabs_nav(tab_var='activeTab') %} - + {{ tab_button('products', 'Products', tab_var='activeTab', icon='cube') }} {{ tab_button('orders', 'Orders', tab_var='activeTab', icon='shopping-cart', count_var='orderStats.pending') }} {{ tab_button('exceptions', 'Exceptions', tab_var='activeTab', icon='exclamation-circle', count_var='exceptionStats.pending') }} {% endcall %} - - + + {{ tab_panel('products', tab_var='activeTab') }} + {% include 'admin/partials/letzshop-products-tab.html' %} + {{ endtab_panel() }} {{ tab_panel('orders', tab_var='activeTab') }}