{{selected_option}}
-
All Type
-
{{pc.name}}
Category | {{product_categories_web[i.product_category_id]}} |
Unit Price |
|
QTY |
{{i.qty}}
Over Maximum Purchase Quantity
Out Of Stock
{{i.qty}}
|
Subtotal | {{current_curr}} ${{formatPrice(((i.discounted ? i.discounted : i.price) * i.qty * currency_rate), 2)}} |
Promotion | {{promotion_deduct.shortDesc}} |
Actual Total | {{current_curr}} ${{formatPrice(((i.discounted ? i.discounted : i.price) * i.qty * currency_rate * ( 1 - promotion_deduct.present / 100 ) ), 2)}} |
Original Price | {{current_curr}} ${{formatPrice(originalTotal * currency_rate, 2)}} |
Sale | - {{current_curr}} ${{formatPrice( (originalTotal-grandTotal) * currency_rate, 2)}} |
Promotion | - {{current_curr}} ${{formatPrice( (grandTotal-grandActualTotal) * currency_rate, 2)}} |
Grand Total | {{current_curr}} ${{formatPrice(grandActualTotal * currency_rate, 2)}} |