Sha256: 9f41867161df9cb0f4af728646139fbd854348271ac1e9cf5108aa79021bcefe

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

- if Workarea.config.sezzle_merchant_id.present?
  .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

4 entries across 4 versions & 1 rubygems

Version Path
workarea-sezzle-1.0.6 app/views/workarea/storefront/products/_sezzle_widget.html.haml
workarea-sezzle-1.0.5 app/views/workarea/storefront/products/_sezzle_widget.html.haml
workarea-sezzle-1.0.4 app/views/workarea/storefront/products/_sezzle_widget.html.haml
workarea-sezzle-1.0.3 app/views/workarea/storefront/products/_sezzle_widget.html.haml