From cec124ff1de94761e4394620eb471b2246f23940 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 29 Jul 2024 14:54:39 +0700 Subject: test email reminder checkout --- indoteknik_custom/views/website_user_cart.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/website_user_cart.xml b/indoteknik_custom/views/website_user_cart.xml index 64a7eff7..97e8cf02 100755 --- a/indoteknik_custom/views/website_user_cart.xml +++ b/indoteknik_custom/views/website_user_cart.xml @@ -141,6 +141,7 @@ % set promo, free_product = cart.get_data_promo(cart.program_line_id.id) % if promo: % set weight = cart.get_weight_product(cart.program_line_id.id) + % set harga_coret = cart.get_price_coret(cart.program_line_id.id) % set subtotal = promo[0].program_line_id.price * cart.qty
@@ -152,7 +153,7 @@
${promo[0].program_line_id.name}
- Rp ${cart.format_currency(promo[0].program_line_id.price)} + Rp ${cart.format_currency(harga_coret)}
Rp ${cart.format_currency(promo[0].program_line_id.price)} @@ -223,9 +224,6 @@
${cart.product_id.name}
-
- Rp${cart.format_currency(product_price['price'])} -
Rp${cart.format_currency(product_price['price'])}
-- cgit v1.2.3