change registration or connection in order page, change filter on shelve page, add new api to get article_nature by product_type, css fixes
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</li>
|
||||
@else
|
||||
<li class="dropdown-item">
|
||||
<a href="{{ route('Shop.login') }}" title="Identifiez-vous" rel="nofollow">
|
||||
<a href="{{ route('Shop.Orders.order') }}" title="Identifiez-vous" rel="nofollow">
|
||||
<span>Connexion</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -34,5 +34,11 @@
|
||||
<span>Creer votre compte</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown-item">
|
||||
<a href="https://www.jardinenvie.com/boutique/commander" title="Télécharger le catalogue" rel="nofollow">
|
||||
<span>Télécharger le catalogue</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@endif
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user