diff --git a/themes/default/cart/cart.blade.php b/themes/default/cart/cart.blade.php index 8a29e87c..24fd7b7e 100644 --- a/themes/default/cart/cart.blade.php +++ b/themes/default/cart/cart.blade.php @@ -78,9 +78,9 @@
-
+
-
+
{{ __('shop/carts.product_total') }}
    diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index 918a6e6d..463c5d94 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -11,7 +11,6 @@ @section('content')
    -
    @@ -64,6 +63,12 @@
    + @if ($product['brand_id']) +
    + {{ __('product.brand') }}: + {{ $product['brand_name'] }} +
    + @endif
    SKU:@{{ product.sku }}
    {{ __('shop/products.model') }}: @{{ product.model }}