N?o grava CPF na ordem
-
Pessoal
Estou pesquisando como o billing_cpf pode entrar na subordem do WCMP
Atualmente estou adicionando manualmente, é possivel a ordem receber automaticamente o campo?
Pesquisando no forum do WCMP
1. Ask your plugin author about fetching the custom field data
2. Use our hook to display custom field data in your desirable section( ex : order details page )
do_action(‘wcmp_vendor_dash_order_items_after_line_items’, $order->get_id());
3. fetch the custom field data ( Process provided by your plugin author ) using the suborder id which is given with our hookComo eu fa?o o ITEM 1 e ou ITEM 3, há algum lugar que me ajude?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘N?o grava CPF na ordem’ is closed to new replies.