Sha256: aa69ac2174773138339171ad4db0dcc341cd5df77de23a3e19d3b1cad5f92871
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
.col-sm-8#summary_table .res-mr-200.text-center.general-text-right %p.in-gold-500.font-18= t('cart.summary') %table.general-summary-table.general-summary-table-right.general-text-right %tr %td %p.font-16= t('cart.subtotal') %td %p.font-16= price_to_euro(current_order.subtotal) %tr %td %p.font-16= t('cart.coupon') %td %p.font-16= price_to_euro(current_order.discount) %tr %td %strong.font-18= t('cart.total') %td %strong.font-18= price_to_euro(current_order.order_total)
Version data entries
3 entries across 3 versions & 1 rubygems