rename models and associates, isolate botanic with shop

This commit is contained in:
Ludovic CANDELLIER
2020-04-21 00:09:32 +02:00
parent c80b0f1edf
commit 4ad1f18310
234 changed files with 13899 additions and 3230 deletions

View File

@@ -0,0 +1,22 @@
<div class="footer-after">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-12">
<p class="footer-aftertext">
<a class="_blank" href="http://www.huma.net" target="_blank">© 2020 - Logiciel e-commerce par HumaN.E.T</a>
</p>
</div>
<div class="col-lg-6 col-xs-12">
<div class="col-lg-12 footer-block col-xs-12 paymentlogo-container">
<span>Payment</span>
<img src="/img/payments/discover.png" alt="Discover"/>
<img src="/img/payments/visa.png" alt="Visa" />
<img src="/img/payments/jcb.png" alt="JCB" />
<img src="/img/payments/paypal.png" alt="PayPal" />
<img src="/img/payments/mastercard.png" alt="Master Card" />
<img src="/img/payments/americanexpress.png" alt="American Express" />
</div>
</div>
</div>
</div>
</div>