|
{{assets:product_images
limit="1"}}
|
{{ title }} |
Variant: {{selected_variant}} Attribute: {{selected_attribute}} Weight: {{variants}}{{options }}{{if attribute == selected_attribute}}{{product_weight}}{{currentSubTotalWeight = qty * (product_weight * 1)}}{{/if}}{{/options}}{{/variants}} gram |
{{ $current_date = now(); }}
{{ $current_date = $current_date->startOfDay(); }}
{{ $formatted_current_date = $current_date | format("Y-m-d H:i:s") }}
{{currentProductId = id}}
{{highest_discount_percentage = 0}}{{selected_valid_until = ''}}
{{collection:special_offers }} {{ discount }} {{ if product.id == currentProductId }}
{{if valid_until | format('Y-m-d H:i:s') >= $formatted_current_date}}
{{ if discount_percentage > highest_discount_percentage }}
{{ highest_discount_percentage = discount_percentage}}
{{ selected_valid_until = valid_until }}
{{ /if }}{{/if}} {{ /if }}{{ /discount }}
{{/collection:special_offers }}
Price: Rp. {{variants}}{{options }}{{if attribute == selected_attribute}}{{price}}{{/if}}{{/options}}{{/variants}} {{if highest_discount_percentage > 0}}Discount: {{highest_discount_percentage}}% Price after discount: Rp. {{discount_amount = 0}} {{discounted_price = 0}} {{variants}}{{options }}{{if attribute == selected_attribute}} {{discount_amount = price * (highest_discount_percentage / 100)}} {{discounted_price = price - discount_amount}} {{/if}}{{/options}}{{/variants}} {{discounted_price | format_number(0, ',', '.')}} {{/if}} |
Jumlah: {{qty}} |
{{variantPrice = 0}}
{{optionId = ""}}
{{variants}}{{options }}{{if attribute == selected_attribute}}{{variantPrice = price}}
{{optionId = id}}
{{/if}}{{/options}}{{/variants}}
{{if highest_discount_percentage > 0}}
{{subTotalPrice = qty * discounted_price}}
{{currentSubTotalPrice = currentSubTotalPrice + subTotalPrice}}
{{else}}
{{subTotalPrice = qty * variantPrice}}
{{currentSubTotalPrice = currentSubTotalPrice + subTotalPrice}}
{{/if}}
Subtotal: Rp. {{subTotalPrice | format_number(0, ',', '.')}} |
|
Total harga produk: Rp. {{currentSubTotalPrice | format_number(0, ',', '.')}} |
|
Total harga ongkos kirim: Rp. - |
|
Total harga yang harus dibayar: Rp. - |