|
|
@@ -284,7 +284,7 @@ $this->setTitle('Commander'); |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
<div v-if="!user && producer.credit == 1 && pointSale.credit == 1"> |
|
|
|
<div v-if="!user && producer.credit == 1 && pointSale.payment_method_credit == 1"> |
|
|
|
<a :href="urlLogin" class="btn btn-secondary"> |
|
|
|
<i class="bi bi-box-arrow-in-right"></i> |
|
|
|
Connexion obligatoire |
|
|
@@ -503,7 +503,7 @@ $this->setTitle('Commander'); |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
<div class="col-md-4" v-if="isPaymentMethodCreditActive()"> |
|
|
|
<template v-if="(pointSaleActive.credit_functioning == 'mandatory' || (pointSaleActive.credit_functioning == 'user' && user.credit_active)) && !checkCreditLimit(order) "> |
|
|
|
<template v-if="user && (pointSaleActive.credit_functioning == 'mandatory' || (pointSaleActive.credit_functioning == 'user' && user.credit_active)) && !checkCreditLimit(order) "> |
|
|
|
<div class="alert alert-danger"> |
|
|
|
<i class="bi bi-piggy-bank"></i> |
|
|
|
Vous devez |