Sha256: 4c105ea2ec603b509fe529674f3d682e1be37ef1b4cc099cf58356b52192c6c2

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

.general-text-align.mb-60
  %p.in-gold-500.font-18= t('cart.summary')
  %table.general-summary-table
    %tr
      %td
        %p.font-16= t('checkout.item_total')
      %td
        %p.font-16= price_to_euro(order.subtotal)
      %tr
        %td
          %p.font-16= t('cart.coupon')
        %td
          %p.font-16= price_to_euro(order.discount)
      %tr
        %td
          %p.font-16= t('checkout.delivery')
        %td
          %p.font-16= price_to_euro(order.delivery_price)
      %tr
        %td
          %strong.font-18= t('cart.total')
        %td
          %strong.font-18= price_to_euro(order.order_total)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/shared/_order_summary.haml
loker-shopping-cart-0.1.2 app/views/shopping_cart/shared/_order_summary.haml
loker-shopping-cart-0.1.1 app/views/shopping_cart/shared/_order_summary.haml