Sha256: f61a5781c6a6c93f309afe0f66eba5945eb5bb9f96215ccbb0756340238eabbf
Contents?: true
Size: 289 Bytes
Versions: 24
Compression:
Stored size: 289 Bytes
Contents
%p Subtotal: %strong= number_to_currency(order.price) %p Taxes: %strong= number_to_currency(order.tax) %p Shipping & Handling: %strong= number_to_currency(order.shipping_and_handling) %strong Total: = "#{number_to_currency(order.total_price)} #{MySettings.currency}"
Version data entries
24 entries across 24 versions & 1 rubygems