Dear all,
@Gabe suggested to ask here again my question.
Paypal returns to SHOPIFY this kind of payment reference no. : c23513237003486.1 (example).
I can read this when I export my orders from SHOPIFY and import them as CSV into Excel.
Now, I would like to display the payment reference number in the form “New Order Notification”
This is the mail that our order management person receives when a new order was made by customer at the webshop.
Since this number is sent back from PAYPAL to SHOPIFY, it should be possible to read it out and include it in the New Order Notification form. So in the liquid code. Because you can adjust independently in the settings.
I am a complete beginner here, no real knowledge about coding liquid…I have read the transactions.json of an order in the browser. there I find among other things my searched number, like the following:
“invoice”:“c23513237003486.1”
So can I read out this number from transactions.json, and include it in the form codes of the “NEW ORDER NOTFICATION”?
Thanks
Kind regards,
Piet