Commit 1423276 1 parent 54574c9 commit 1423276 Copy full SHA for 1423276
File tree 1 file changed +5
-3
lines changed
src/views/components/product
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
<div class =" slide--one-fourth" >
47
47
<div class =" slide--offer-entry" >
48
48
<div class =" p-3 flex-grow flex flex-col justify-center w-full" >
49
- <p class =" mb-1" >{{ trans(' pages.offer.buy_quantity_and_take ' , {quantity :discount .quantity_text , price : ' ' })| number }}</p >
49
+ <p class =" mb-1" >{{ trans(' pages.offer.buy_quantity ' , {quantity :discount .quantity_text })| number }}</p >
50
50
{% if discount .show_discounted_price %}
51
51
<div class =" text-sm text-gray-400" >
52
+ <span >{{ trans(' pages.offer.with_price' , {price :' ' }) }}</span >
52
53
<span class =" font-extrabold text-red-400 text-3xl" >{{ discount .price | number({' .' :' ٫' }) }}</span > {{ user .currency .symbol }}
53
54
</div >
54
55
{% endif %}
68
69
{% for discount in offer .discounts_table %}
69
70
<div class =" discount-list__item flex justify-between border-t pt-2.5" >
70
71
<div >
71
- <span >{{ trans(' pages.offer.buy_quantity_and_take' , {quantity :discount .quantity_text , price :' ' })| number }}</span >
72
- {% if discount .show_discounted_price %}
72
+ <span >{{ trans(' pages.offer.buy_quantity' , {quantity :discount .quantity_text })| number }}</span >
73
+ {% if discount .show_discounted_price %}
74
+ <span >{{ trans(' pages.offer.with_price' , {price :' ' }) }}</span >
73
75
<span class =" font-bold text-red-400" >{{ discount .price | number({' .' :' ٫' }) }}</span > {{ user .currency .symbol }}
74
76
{% endif %}
75
77
</div >
You can’t perform that action at this time.
0 commit comments