andrew_fisher
Forum Replies Created
-
Forum: Plugins
In reply to: [WOO Codice Fiscale] Problema con IE 10-11-EdgeCiao, prova a sostituire la riga (99) da:
if(array_key_exists('IT',$countries) && $session->customer['shipping_country']=='IT'){
a
if(array_key_exists('IT',$countries) && ($session->customer['shipping_country']=='IT' || ! isset($session->customer['shipping_country']) ) ){
mi sembra che funzioni, se mi dai gentilmente la conferma rilascio una nuova release immediatamente
Forum: Plugins
In reply to: [WOO Codice Fiscale] Non si vede nella fattura PDFSalve Riccardo, scusa il ritardo.
Il plugin si fonda sull’oggetto “order” quindi per ritrovare i valori di C.F. e P.Iva inseriti il codice dovrebbe essere:
<?php echo get_post_meta( $order->id, '_billing_iva', true ) ?>
e
<?php echo strtoupper(get_post_meta( $order->id, '_billing_CF', true ))?>
a condizione appunto che l’oggetto order sia disponibile..
fammi sapereForum: Plugins
In reply to: [WOO Codice Fiscale] Erroreho pubblicato un aggiornamento, dovrebbe essere stato risolto il warning
Forum: Plugins
In reply to: [WOO Codice Fiscale] Erroreho fatto fare anche test ad altri ma non riscontrano il problema, se puoi provalo cambiando il tuo tema attuale con twentytwelve o twentythirteen
Forum: Plugins
In reply to: [WOO Codice Fiscale] ErroreChe versione di woocommerce stai usando?
Forum: Plugins
In reply to: [WOO Codice Fiscale] Chiarimentosi, confermo. se vuoi provarlo e trovi qualche incongruenza mi fai anche un piacere..sarò disponibile ad aggiustamenti
Forum: Plugins
In reply to: [WOO Codice Fiscale] ChiarimentoCiao,
beh direi che (lette le informazioni sulla pagina ufficiale https://it.www.ads-software.com/plugins/woocommerce-pdf-invoices-italian-add-on/) WooCommerce PDF Invoices Italian Add-on è una add-on che si innesta su un altro plugin da installare: (https://it.www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/) che è in sostanza un plugin che gestisce la fatturazione, mentre il mio è indipendente e funziona per le normali installazioni di woocommerce senza necessità di altri plugin; gestisce i campi CF e P.Iva al checkout, rendendo obbligatorio il primo.Nella prossima versione saranno aggiunte alcune funzioni fra cui la obbligatorietà configurabile e le funzioni di modifica nel backoffice dell’ordine
Nuovo plugin FREE: https://www.ads-software.com/plugins/woo-codice-fiscale/
Forum: Plugins
In reply to: [WP Many Posts] Managed posts – blank screenI’ve fixed in your installation, you can download the updated version.
Forum: Reviews
In reply to: [WP Many Posts] Doesn't workpls, get the new update, I’ve fixed a bug for sites not using tags (No tags attached to posts were causing the grid not to work)
Forum: Plugins
In reply to: [WP Many Posts] Managed posts – blank screenHi, I’m not able to reproduce the issue, if you want I can check in your test environment, need temporary wp-admin access and possibly a limited ftp account..
email me at andrew_fisher_65 at yahoo dot com
byeForum: Plugins
In reply to: [WP Many Posts] Managed posts – blank screenplease just some more infos: WP version and PHP version on your server
Forum: Plugins
In reply to: [WP Many Posts] Managed posts – blank screenhi, sorry for the delay, can you see if you get some javascript error in console?
Hi TJ Kelly, do you have news about it? I’ve the same issue, load_scripts.php is blocking everything..
Forum: Plugins
In reply to: [Nextend Image Magnifier] Doesn't seem to workwow that’s cool…(lol) it works now. I had some bug in the original post where I used your code…
thanks for your time, your plugin is very nice!