+ {#if orderConfirmationBasket == undefined}
+
+ {/each}
+ {/if}
+
+ + No items in the basket +
+ {:else} + {#each orderConfirmationBasket.items as item (item.id)} +
+
+
+ + Total Price: $xx.xx +
+diff --git a/src/lib/components/checkout/OrderConfirmationItem.svelte b/src/lib/components/checkout/OrderConfirmationItem.svelte new file mode 100644 index 0000000..abdca69 --- /dev/null +++ b/src/lib/components/checkout/OrderConfirmationItem.svelte @@ -0,0 +1,49 @@ + + +
+ {itemCategoryDescription} +
+ ++ Qty: {quantity} +
+- We appreciate your business! If you have any questions, please email - orders@example.com. -
+ + ++ Thanks for making a purchase you can check our order summary below +
++ No items in the basket +
+ {:else} + {#each orderConfirmationBasket.items as item (item.id)} ++ Total Price: $xx.xx +
+