Hey, I want to to setup an order confirmation flow which shows the customers selected payment method (with no real coding experience).
There are a couple of methods like Amazon Pay, Paypal, Klarna and more in the shopify Store.
I came across:
https://shopify.dev/docs/themes/liquid/reference/objects/transaction#transaction-gateway but https://shopify.dev/docs/themes/liquid/reference/objects/transaction#transaction-payment_details seems to fit my needs better.
But when i add
{{ transaction.extra.gateway_display_name }} or {{ transaction.extra.gateway }} or {{ event.extra.payment_details }} or {{ event.extra.payment_details.credit_card_company }} my preview always shows nothing.
Paypal isn’t a credit card company maybe that’s why i see no result.
Can someone give me a hint or a ressource on how to get the payment method based on customers Choice?
Thanks in advance.