generated from boboko/starter
fix in product page links and tabs, fixes in email template, minor change in reviews theming
This commit is contained in:
@@ -154,8 +154,9 @@ class="absolute bottom-6 right-8 text-white text-sm"
|
||||
:count="$product['reviews']['count']"
|
||||
:showCount="true"
|
||||
:linkable="true"
|
||||
data-controller="review-count"
|
||||
data-review-count-tabs-outlet="#product-tabs"
|
||||
data-controller="tab-link"
|
||||
data-tab-link-tabs-outlet="#product-tabs"
|
||||
data-tab-link-panel-value="reviews"
|
||||
/>
|
||||
|
||||
@if($product['price'] !== null)
|
||||
@@ -172,7 +173,14 @@ class="absolute bottom-6 right-8 text-white text-sm"
|
||||
<div class="text-base leading-relaxed">
|
||||
{{ $descTruncated }}
|
||||
@if($descNeedsMore)
|
||||
<a href="#tab-panel-description" class="underline-slide font-semibold whitespace-nowrap">{{ __('storefront.product.read_more') }}</a>
|
||||
<a
|
||||
href="#tab-panel-description"
|
||||
class="underline-slide font-semibold whitespace-nowrap"
|
||||
data-controller="tab-link"
|
||||
data-tab-link-tabs-outlet="#product-tabs"
|
||||
data-tab-link-panel-value="description"
|
||||
data-action="click->tab-link#activate"
|
||||
>{{ __('storefront.product.read_more') }}</a>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user