diff --git a/resources/views/components/breadcrumb.blade.php b/resources/views/components/breadcrumb.blade.php index d409ec945..41b1d71fb 100644 --- a/resources/views/components/breadcrumb.blade.php +++ b/resources/views/components/breadcrumb.blade.php @@ -2,10 +2,11 @@
  • @if (!$active) - merge(['class' => 'text-sm hover:underline', 'href' => url($url), 'itemprop' => 'item']) }}> + merge(['class' => 'text-sm hover:underline', 'href' => url($url)]) }}> {{ $slot }} - + + @else {{ $slot }} diff --git a/resources/views/product/overview.blade.php b/resources/views/product/overview.blade.php index 509493888..9f14d1ba9 100644 --- a/resources/views/product/overview.blade.php +++ b/resources/views/product/overview.blade.php @@ -32,7 +32,7 @@ @endif
    @lang('Description')
    -
    +
    {!! $product->description !!}
    diff --git a/resources/views/product/partials/addtocart.blade.php b/resources/views/product/partials/addtocart.blade.php index 17f7726cf..6990d439a 100644 --- a/resources/views/product/partials/addtocart.blade.php +++ b/resources/views/product/partials/addtocart.blade.php @@ -4,7 +4,7 @@ v-slot="addToCart" >
    -

    {{ $product->name }}

    +

    {{ $product->name }}

    @if (!$product->stock->is_in_stock && $product->stock->backorders === Rapidez\Core\Enums\Backorders::No->value)

    @lang('Sorry! This product is currently out of stock.')

    @else diff --git a/resources/views/product/partials/microdata.blade.php b/resources/views/product/partials/microdata.blade.php index 269892613..501533b32 100644 --- a/resources/views/product/partials/microdata.blade.php +++ b/resources/views/product/partials/microdata.blade.php @@ -1,5 +1,9 @@ + +@if ($product->description) + +@endif @foreach ($product->images as $image) @@ -7,10 +11,11 @@
    + @if ($product->special_to_date && $product->special_to_date > now()->toDateTimeString()) - + @endif