PATH:
home
/
lab2454c
/
costbloc.com
/
resources
/
views
/
site
/
layouts
/
section
/
product-details
@if(!$product->isGroupedProduct() && !$product->isExternalProduct()) <div id="countDown" class="display-none"> <p class="text-sm mt-1.5 pt-1p dm-sans font-medium text-gray-12">{{ __('Offer end in') }}:</p> <div class="w-full flex roboto-medium mt-3"> <div class="border border-dashed border-gray-12 rounded primary-bg-color"> <p class="text-center px-2 text-sm text-black py-1" id="count_days"> </p> </div> <div class="border border-dashed border-gray-12 rounded primary-bg-color {{ languageDirection() == 'ltr' ? 'ml-2.5' : 'mr-2.5' }}"> <p class="text-center px-2 text-sm text-black py-1" id="count_others"> </p> </div> </div> </div> @endif <div class="md:mt-3 mt-2"> <p class="dm-bold font-700"> @if(!$product->isGroupedProduct()) @if($product->isVariableProduct()) @php $sale_price = $sale_price[0] ?? $sale_price; $regular_price = $regular_price[0] ?? $regular_price; @endphp <span class="text-2.5xl text-gray-12" id="varMinMaxPrice">{{ formatNumber($filterVariation['min']) }} - {{ formatNumber($filterVariation['max']) }}</span> @endif <span class="text-2.5xl text-gray-12 {{ $product->isVariableProduct() ? "display-none" : '' }}" id="item_price">{{ $offerFlag ? $product->priceWithTax($displayPrice, 'sale') : $product->priceWithTax($displayPrice, 'regular') }}</span> <span class="text-28 text-gray-10 display-none">/</span> @if($offerFlag || $product->isVariableProduct()) <span class="text-gray-10 line-through {{ $product->isVariableProduct() ? "display-none" : '' }}" id="item_offer_price">{{ $product->priceWithTax($displayPrice, 'regular') }}</span> @endif @elseif($product->isGroupedProduct()) <span class="text-gray-12 text-28 leading-6">{{ formatNumber($groupProducts['min']) }} - {{ formatNumber($groupProducts['max']) }}</span> </br> @endif </p> </div>
[-] description.blade.php
[edit]
[-] variation.blade.php
[edit]
[+]
..
[-] vendor_info.blade.php
[edit]
[-] offer.blade.php
[edit]
[-] related-products.blade.php
[edit]
[-] add_to_cart.blade.php
[edit]
[-] specification.blade.php
[edit]
[-] seo.blade.php
[edit]
[-] rating.blade.php
[edit]
[-] slider.blade.php
[edit]
[-] delivery.blade.php
[edit]
[-] review.blade.php
[edit]
[-] same-shop.blade.php
[edit]
[-] share_button.blade.php
[edit]