Style custom order meta keys

WooCommerce
March 12, 2022 05:08:48
j.durand
Topics: 8
Messages: 29
Hi again :)

After having booked their products (events), our customers have to fill the attendees form fields. Then they can confirm the order.
I have found this data in the visual mapper under "order meta keys". And I can display them with this code:
[e2pdf-wc-order key="att_info-17929_1" meta="true"]

But I don't know how to style them. As you can see in attachement all attendees infos (name mail) are one next to the other. I would like to display one per line or something else.

And if possible I would like to hide have only first name and lastname, not the email...

Best regards
March 12, 2022 07:42:48
E2Pdf
Topics: 7
Messages: 3617
Support
Hi,

Unfortunately E2Pdf doesn't have built-in functionality to output information separately from such string however you must be able to use custom PHP filter to output data as needed. It must be added to your theme functions.php or as PHP Snippet via plugin: https://codeshare.io/yoZd10

After adding filter you must be able to use something like this:

[e2pdf-wc-order key="att_info-17929_1" meta="true" path="0.0"] - will output 1st row email
[e2pdf-wc-order key="att_info-17929_1" meta="true" path="0.1"] - will output 1st row firstname
[e2pdf-wc-order key="att_info-17929_1" meta="true" path="0.2"] - will output 1st row lastname

[e2pdf-wc-order key="att_info-17929_1" meta="true" path="1.0"] - will output 2nd row email
[e2pdf-wc-order key="att_info-17929_1" meta="true" path="1.1"] - will output 2nd row firstname
[e2pdf-wc-order key="att_info-17929_1" meta="true" path="1.2"] - will output 2nd row lastname

Where 1.0 - 1 - is index of ][, which we suspect is separator of rows, and 0 is index of column separated by ||

We would really appreciate your feedback at WordPress.org!
March 12, 2022 09:07:32
j.durand
Topics: 8
Messages: 29
Thank you again and again!!!
Get News and Updates
Our monthly newsletter keeps you in the loop, so you'll always be up to date with the latest news and updates about E2Pdf.
* You can update your email subscription preferences here.
All trademarks, service marks, trade names, product names, and logos appearing on this website are the property of their respective owners. The use of trademarks such as Formidable Forms®, Forminator Forms®, Gravity Forms®, JetFormBuilder®, WordPress®, WooCommerce®, WPForms® and others is solely for identification purposes (nominative use) and does not imply any affiliation, sponsorship, or endorsement by the respective trademark holders.
© 2017 - 2026, https://e2pdf.com

We use cookies to collect and analyse information on site performance and usage, to provide social media features and to enhance and customise content and advertisements. By clicking "Accept Selected", you consent to use of selected cookies according to our Cookie Policy.