Does this User's custom data appear in the order for the Store Administrator?
This information is important for preparing the order, is there a way to make it appear along with the order to the administrator and also reach him by email?
I'm afraid this is not possible with the plugin directly. It would only be possible by modifying the New Order email template (as discussed in other tickets).
Within the .php email template, you would have to pick up the data by writing code such as:
In the above, 1234 would have to be replaced with the ID of the custom registration field (which can be obtained by going to the field in the backend - the number in the URL is the field ID).
Does this User's custom data appear in the order for the Store Administrator?
This information is important for preparing the order, is there a way to make it appear along with the order to the administrator and also reach him by email?
THX!
Hi,
I'm afraid this is not possible with the plugin directly. It would only be possible by modifying the New Order email template (as discussed in other tickets).
Within the .php email template, you would have to pick up the data by writing code such as:
In the above, 1234 would have to be replaced with the ID of the custom registration field (which can be obtained by going to the field in the backend - the number in the URL is the field ID).
Kind regards,
Stefan
Thank you so much!
I'll try to do this just if you really need it, because I do not handle both PHP to edit these files
: D
Thank you very much