Sha256: 2a362b53224415f1236a3530143d6216ac58fdb708980abccbd5fa9fb58ab184

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

- if Workarea.config.sezzle_merchant_id.present?
  #sezzle.sezzle.sezzle--product
    .sezzle__prices
      - if product.show_sell_range?
        %span.sezzle__price= number_to_currency(product.sell_min_price)
        –
        %span.sezzle__price= number_to_currency(product.sell_max_price)
      - else
        %span.sezzle__price
          = number_to_currency(product.sell_min_price)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-sezzle-1.0.2 app/views/workarea/storefront/products/_sezzle_widget.html.haml
workarea-sezzle-1.0.1 app/views/workarea/storefront/products/_sezzle_widget.html.haml
workarea-sezzle-1.0.0 app/views/workarea/storefront/products/_sezzle_widget.html.haml