Title: johnatan72's Replies | WordPress.org

---

# johnatan72

  [  ](https://wordpress.org/support/users/johnatan72/)

 *   [Profile](https://wordpress.org/support/users/johnatan72/)
 *   [Topics Started](https://wordpress.org/support/users/johnatan72/topics/)
 *   [Replies Created](https://wordpress.org/support/users/johnatan72/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/johnatan72/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/johnatan72/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/johnatan72/engagements/)
 *   [Favorites](https://wordpress.org/support/users/johnatan72/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[POP – Free European electronic invoicing for e-commerce (ex-WooPop)] problemi billing_tax_code , vat_number](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/)
 *  Thread Starter [johnatan72](https://wordpress.org/support/users/johnatan72/)
 * (@johnatan72)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/#post-17051654)
 * Ok. Grazie di tutto e tutto risolto grazie al team di woopop . Il problema era
   una incompatibilità con uno dei plugin di checkout manager. Tutto risolto. Il
   plugin non Woopop di gestione checkout alla fine serviva solo per un aiuto grafico
   ma se ne può tranquillamente fare a meno. L’acquisizione dei campi di gestione
   dati del plugin di woopop funziona egregiamente.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[POP – Free European electronic invoicing for e-commerce (ex-WooPop)] problemi billing_tax_code , vat_number](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/)
 *  Thread Starter [johnatan72](https://wordpress.org/support/users/johnatan72/)
 * (@johnatan72)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/#post-17019188)
 * Ok. Inviato il link al supporto. Nel file function ho inserito il seguente codice
   per cambiare l’ordine dei campi.
 * function custom_woocommerce_checkout_fields($fields){
   if(!empty($fields[“billing”][“
   billing_invoice_type”])) {$fields[“billing”][“billing_invoice_type”][“label”]
   = “Sei un privato o sei un’azienda o un professionista?”;$fields[“billing”][“
   billing_invoice_type”][“required”] = true;$fields[“billing”][“billing_invoice_type”][“
   priority”] = 5;$fields[“billing”][“billing_sdi_type”][“priority”] = 6 ;$fields[“
   billing”][“billing_vat_number”][“label”] = “Partita IVA”;$fields[“billing”][“
   billing_vat_number”][“priority”] = 7;$fields[“billing”][“billing_vat_number”][“
   placeholder”] = “Partita IVA”;$fields[“billing”][“billing_tax_code”][“label”]
   = “Codice Fiscale”;$fields[“billing”][“billing_tax_code”][“priority”] = 8;$fields[“
   billing”][“billing_tax_code”][“placeholder”] = “Codice Fiscale”;$fields[“billing”][“
   billing_company”][“priority”] = 9 ;}return $fields;}add_filter(‘woocommerce_checkout_fields’,‘
   custom_woocommerce_checkout_fields’);
 * Potrebbe rappresentare un problema ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[POP – Free European electronic invoicing for e-commerce (ex-WooPop)] problemi billing_tax_code , vat_number](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/)
 *  Thread Starter [johnatan72](https://wordpress.org/support/users/johnatan72/)
 * (@johnatan72)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/problemi-billing_tax_code-vat_number/#post-17018533)
 * [https://www.ebook.it/checkout/order-received/484240/?key=wc_order_7j8DXDchXSMec](https://www.ebook.it/checkout/order-received/484240/?key=wc_order_7j8DXDchXSMec)
 * Questo è il link di riepilogo del checkout del sito. Ho anche degli screenshot
   se serve. Una volta selezionato il tipo di cliente ( ad esempio privato) , il
   campo viene riempito ma poi non è valorizzato sul db. Dall’analisi della pagina
   risulta col valore giusto ma poi non viene passato sul db. Sto usando woocommerce
   8.0.3

Viewing 3 replies - 1 through 3 (of 3 total)