|
|
@@ -340,7 +340,8 @@ $this->setTitle('Commander'); |
|
|
|
{{ product.description }} |
|
|
|
</div> |
|
|
|
<div class="description-long" v-if="product.recipe.length"> |
|
|
|
<a href="javascript:void(0);" class="show-more-link">En savoir plus</a> |
|
|
|
<a href="javascript:void(0);" class="show-more-link">En savoir |
|
|
|
plus</a> |
|
|
|
<div class="content"> |
|
|
|
{{ product.recipe }} |
|
|
|
</div> |
|
|
@@ -454,7 +455,7 @@ $this->setTitle('Commander'); |
|
|
|
</div> |
|
|
|
|
|
|
|
<template |
|
|
|
v-if="producer.credit == 1 && pointSaleActive.credit == 1 && pointSaleActive.credit_functioning == 'mandatory' && !checkCreditLimit(order) "> |
|
|
|
v-if="producer.credit == 1 && pointSaleActive.credit == 1 && (pointSaleActive.credit_functioning == 'mandatory' || (pointSaleActive.credit_functioning == 'user' && user.credit_active)) && !checkCreditLimit(order) "> |
|
|
|
<div class="alert alert-danger"> |
|
|
|
Vous devez |
|
|
|
<template v-if="producer.online_payment == 1"><a |