suite
This commit is contained in:
parent
512eb7346a
commit
1d92ba074e
@ -21,24 +21,25 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-if @product.orderable
|
||||||
|
|
||||||
.price
|
.price
|
||||||
-if !@product.price_reduced_ht?
|
-if !@product.price_reduced_ht?
|
||||||
= number_to_currency(@product.price_ht, locale: :fr)
|
= number_to_currency(@product.price_ht, locale: :fr)
|
||||||
-else
|
-else
|
||||||
= number_to_currency(@product.price_reduced_ht, locale: :fr)
|
= number_to_currency(@product.price_reduced_ht, locale: :fr)
|
||||||
HT
|
HT
|
||||||
|
|
||||||
%div
|
%div
|
||||||
%span{:style => "font-weight:normal;"}
|
%span{:style => "font-weight:normal;"}
|
||||||
= number_to_currency(@product.price_ttc, locale: :fr)
|
= number_to_currency(@product.price_ttc, locale: :fr)
|
||||||
TTC
|
TTC
|
||||||
|
|
||||||
|
|
||||||
-if @product.price_reduced_ht?
|
-if @product.price_reduced_ht?
|
||||||
.price_reduced
|
.price_reduced
|
||||||
%span.strip
|
%span.strip
|
||||||
= number_to_currency(@product.price_ttc, locale: :fr)
|
= number_to_currency(@product.price_ttc, locale: :fr)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user