Country Prices | Homeparty | Shop | Order
This commit is contained in:
parent
51d81d8ec6
commit
39d1e93416
284 changed files with 784 additions and 216 deletions
|
|
@ -49,7 +49,39 @@
|
|||
}
|
||||
|
||||
</style>
|
||||
<!-- TOP NAV -->
|
||||
@if(isset($mylangs))
|
||||
<div id="topBar">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<ul class="top-links list-inline pull-right">
|
||||
<li>
|
||||
@if (isset($mylangs[\App\Services\Shop::getUserShopLang()]))
|
||||
@php($country = $mylangs[\App\Services\Shop::getUserShopLang()])
|
||||
<a id="sidepanel_btn" href="#" class="no-text-underline"><img class="flag-lang" src="/images/flags/{{ strtolower($country->code) }}.png" width="16" height="11" alt="lang" /> {{ $country->getLocated() }}</a>
|
||||
@endif
|
||||
</li>
|
||||
{{-- <li class="text-welcome hidden-xs">Welcome to Smarty, <strong>John Doe</strong></li>
|
||||
<li>
|
||||
<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><i class="fa fa-user hidden-xs"></i> MY ACCOUNT</a>
|
||||
<ul class="dropdown-menu pull-right">
|
||||
<li><a tabindex="-1" href="#"><i class="fa fa-history"></i> ORDER HISTORY</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a tabindex="-1" href="#"><i class="fa fa-bookmark"></i> MY WISHLIST</a></li>
|
||||
<li><a tabindex="-1" href="#"><i class="fa fa-edit"></i> MY REVIEWS</a></li>
|
||||
<li><a tabindex="-1" href="#"><i class="fa fa-cog"></i> MY SETTINGS</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a tabindex="-1" href="#"><i class="glyphicon glyphicon-off"></i> LOGOUT</a></li>
|
||||
</ul>
|
||||
</li>--}}
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<header id="topNav">
|
||||
<div class="container">
|
||||
|
||||
|
|
@ -129,7 +161,12 @@
|
|||
<div class="text-left">
|
||||
<strong>Zwischensumme:</strong> <strong class="pull-right">{{ Yard::instance('shopping')->total() }} €</strong>
|
||||
<br>
|
||||
<em style="font-size: 0.9em">inkl. MwSt. zzgl. Versandkosten</em>
|
||||
@if(Yard::instance('shopping')->getUserTaxFree())
|
||||
<em style="font-size: 0.9em">exkl. MwSt. zzgl. Versandkosten</em>
|
||||
@else
|
||||
<em style="font-size: 0.9em">inkl. MwSt. zzgl. Versandkosten</em>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
<a href="{{ url(Util::getPostRoute().'card/show') }}" class="btn btn-primary btn-text-500 btn-block mt-3 faa-parent animated-hover">zum Warenkorb <i class="fa fa-shopping-cart faa-horizontal"></i></a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue