Sha256: e441ab38c2888f87d8257a1dbf7001c1f49417a49c500562d5888224d28ce725

Contents?: true

Size: 673 Bytes

Versions: 62

Compression:

Stored size: 673 Bytes

Contents

- if item.on_sale?
  %p{class: "#{css_block}__price"}
    %span{class: "#{css_block}__label"} #{t('workarea.storefront.orders.price_now')}:
    %strong= number_to_currency(item.original_unit_price)
  %p{class: "#{css_block}__price"}
    %span{class: "#{css_block}__label"} #{t('workarea.storefront.orders.price_was')}:
    %s= number_to_currency(item.original_price)
- else
  %p{class:"#{css_block}__price"}
    %span= number_to_currency(item.original_unit_price)
- if item.customized?
  %p{class:"#{css_block}__price"}
    %span{class: "#{css_block}__label"} #{t('workarea.storefront.orders.customizations')}:
    %span= number_to_currency(item.customizations_unit_price)

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/carts/_pricing.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/carts/_pricing.html.haml