- Categorie
- ProductInfo
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<div v-if="order.product" class="row items-center justify-evenly no-wrap">
|
||||
<div class="col-2 text-h6 ellipsis">
|
||||
<q-img
|
||||
v-if="order.product && order.product.img"
|
||||
:src="`` + order.product.img"
|
||||
:alt="order.product.name"
|
||||
v-if="order.product && order.product.productInfo.img"
|
||||
:src="`` + order.product.productInfo.img"
|
||||
:alt="order.product.productInfo.name"
|
||||
:class="myimgclass"
|
||||
>
|
||||
</q-img>
|
||||
@@ -14,7 +14,7 @@
|
||||
<div v-if="order.idGasordine" class="gasordine">
|
||||
{{ products.getSingleGasordine(order, true) }}<br>
|
||||
</div>
|
||||
{{ order.product.name }}
|
||||
{{ order.product.productInfo.name }}
|
||||
|
||||
<!--<div v-if="showalle">
|
||||
<br /><span class="text-grey">{{ order.product.description }}</span>
|
||||
@@ -35,7 +35,7 @@
|
||||
{{ order.quantity }}
|
||||
</div>
|
||||
<div v-if="order.quantity > 0 && order.quantitypreordered > 0">
|
||||
+ {{ $t('ecomm.preord') }}:
|
||||
+ {{ t('ecomm.preord') }}:
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -55,10 +55,10 @@
|
||||
</div>
|
||||
<div
|
||||
class="text-black q-ml-xs text-h8 text-center"
|
||||
v-if="order.product.unit"
|
||||
v-if="order.product.productInfo.unit"
|
||||
>
|
||||
{{ tools.getWeightTotalByOrder(order) }}
|
||||
{{ tools.getUnitsMeasure(order.product.unit, true) }}
|
||||
{{ tools.getUnitsMeasure(order.product.productInfo.unit, true) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2 no-wrap text-subtitle3_short q-mr-sm">
|
||||
|
||||
Reference in New Issue
Block a user