To create custom fields that retrieve information from ACF (advanced custom field) you need to use the_field function. An easy template that you can use is this one:
return get_field('your_field_name',$order->get_id());
Replace “your_field_name” for the name/id (not the label) of the field that you want to retrieve, example:
Continue Reading →
5
OCT
2021
To integrate the plugin with Extra Product Options Builder do the following.
1.- Go to the custom field
2.- Click in “Custom Field Wizard”
3.- Type an order that has the fields that you want to extract
Continue Reading →
20
NOV
2020
To create a conditional invoice using extra product options go to the template builder and follow these steps:
1.- Click on Template Settings/Conditions
2.- Select the field “Extra product options” (to see this field you need to have the extra product options plugin installed and active first).
Continue Reading →
11
JUN
2019