PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
orders
/
partials
@php $logo = theme_option('logo_in_the_checkout_page') ?: theme_option('logo'); @endphp @if ($logo) <div class="checkout-logo"> <div class="container"> <a href="{{ route('public.index') }}" title="{{ theme_option('site_title') }}"> <img src="{{ RvMedia::getImageUrl($logo) }}" class="img-fluid" width="150" alt="{{ theme_option('site_title') }}" /> </a> </div> </div> <hr> @endif
[-] address-form.blade.php
[edit]
[+]
..
[-] logo.blade.php
[edit]
[-] shipping-option.blade.php
[edit]
[-] address-item.blade.php
[edit]