|
|
@@ -417,7 +417,9 @@ $this->setTitle('Commander') ; |
|
|
|
<template v-if="producer.online_payment == 1"><a href="<?= \Yii::$app->urlManager->createUrl(['credit/add']) ?>">recharger votre crédit</a></template> |
|
|
|
<template v-else>recharger votre crédit</template> auprès de votre producteur ou supprimer des produits.</span> |
|
|
|
Votre producteur n'autorise pas un crédit inférieur |
|
|
|
à <strong>{{ formatPrice(producer.credit_limit) }}</strong>.</div> |
|
|
|
à <strong>{{ formatPrice(producer.credit_limit) }}</strong>. |
|
|
|
/ {{ priceTotal() }} |
|
|
|
</div> |
|
|
|
<div class="block-actions"> |
|
|
|
<a class="btn btn-primary" href="<?= \Yii::$app->urlManager->createUrl(['site/index']) ?>">Retour à l'accueil</a> |
|
|
|
</div> |