{{ 'checkoutOrderConfirmation.confirmationOfOrder' | cxTranslate }} {{ (isReplenishmentOrderType$ | async) ? order.replenishmentOrderCode : order.code }}

{{ 'checkoutOrderConfirmation.thankYou' | cxTranslate }}

An invoice has been sent by email {{ (isReplenishmentOrderType$ | async) ? (cart.user.uid) : (isGuestCustomer ? order.user.uid.split('|').pop() : order.user.uid) }} .You should receive it soon.