Sha256: 7fa33702830bd2fdaf669ab1932ca733e883066ef5fe4be1468677ba59ab1ef3

Contents?: true

Size: 1021 Bytes

Versions: 62

Compression:

Stored size: 1021 Bytes

Contents

.data-card.data-card--row
  .data-card__cell
    %p.data-card__line
      %strong= t('workarea.storefront.orders.placed_at')
      %span= local_time(order.placed_at, :long)
    %p.data-card__line
      %strong= t('workarea.storefront.orders.id')
      %span= order.id
    %p.data-card__line
      %strong= t('workarea.storefront.orders.status')
      %span= order.fulfillment_status || order.status
    %p.data-card__line
      %strong= t('workarea.storefront.orders.items')
      %span #{order.quantity} - #{number_to_currency(order.total_price)}
  .data-card__cell
    .grid.grid--auto
      %p.grid__cell= link_to t('workarea.storefront.orders.view'), users_order_path(order), class: 'button button--small'

      = append_partials('storefront.order_summary_actions', order: order)

      - order.packages.each_with_index do |package|
        - if package.tracking_number.present?
          %p.grid__cell= link_to t('workarea.storefront.orders.track_package'), package.tracking_link, target: '_blank', rel: 'noopener'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.15 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/users/orders/_summary.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/users/orders/_summary.html.haml