{{#if paymentMessage}}

{{paymentMessage}}

{{/if}}
{{ @root.__ "Blockonomics payment details" }}
  • {{@root.session.customerFirstname}} {{@root.session.customerLastname}} - {{@root.session.customerEmail}}
{{#ifCond @root.session.totalCartShipping '>' 0}}
  • {{@root.session.shippingMessage}}
    {{currencySymbol @root.config.currencySymbol}}{{formatAmount @root.session.totalCartShipping}}
{{/ifCond}}
  • Send BTC amount
    {{@root.session.blockonomicsParams.expectedBtc}}
  • Address:
    {{@root.session.blockonomicsParams.address}}
  • Waiting for payment
    10m 0s left
{{> (getTheme 'cart')}}