alfab
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Cannot memorize tracking numbersHi @zorem,
seems to work now. Thank you for tour assistance!
best
fabioForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Cannot memorize tracking numbersSorry,
i forgot to say to you that my programmer made some change in pdf plugin and I inserted them into the child theme
this is the code:/* INIZIO SEZIONE DI MODIFICA COMPORTAMENTO FATTURE */
/**
* @param $tag
* @param $function
* @param int $priority
* @return int|string
*/
function getKeyToRemove($tag, $function, $priority = 10){
global $wp_filter;
if(isset($wp_filter[$tag])){
if(isset($wp_filter[$tag]->callbacks[$priority])){
foreach($wp_filter[$tag]->callbacks[$priority] as $key => $value){
if(strpos($key, $function)){
return $key;
}
}
}
}
}// Rimuovo le callback Lato FrontEnd per le azioni del cliente
// vedi __construct di wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-frontend.php
remove_filter(“woocommerce_my_account_my_orders_actions”, getKeyToRemove(“woocommerce_my_account_my_orders_actions”, “my_account_pdf_link”));
remove_filter(“woocommerce_api_order_response”, getKeyToRemove(“woocommerce_api_order_response”, “woocommerce_api_invoice_number”));
remove_shortcode( “wcpdf_download_invoice” );// rimuovo il filtro che genera la fattura come allegato all’email per il cliente alla chiusura dell’ordine
// vedi wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-main.php riga 21
remove_filter(“woocommerce_email_attachments”, getKeyToRemove(“woocommerce_email_attachments”, “attach_pdf_to_email”, 99), 99);//modifico il comportamento del metabox di admin
// vedi wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-admin.php
// riga 370 e seguenti
add_action(“wpo_wcpdf_meta_box_start”, function($param){
global $wpdb;
$tablename = “{$wpdb->prefix}wcpdf_invoice_number”;
$query = “SELECT * FROM $tablename WHERE order_id = $param”;
$result = $wpdb->query($query);
if($result > 0){
//la fattura esiste già per questo ordine
return;
}else{
// in questo caso la fattura non esiste,
// qui serve la die, perché se il codice prosegue, la crea automaticamente
echo FATTURA_ASSENTE;
die();
}
});
//qui sotto definisci la frase che preferisci in caso di fattura assente
define(‘FATTURA_ASSENTE’, “Fattura non presente per questo ordine”);/* FINE SEZIONE DI MODIFICA COMPORTAMENTO FATTURE */
thank you
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Cannot memorize tracking numbersHi @zorem,
thank you for your prompt reply. I forgot to say that everything works well if I insert the tracking code from the page with ALL orders (woocommerce –> Orders) by clicking on the icon. But It doesn not work if I enter into the order itself to add the tracking info.
All I did these days was to add this plugin https://it.ww.wp.xz.cn/plugins/woocommerce-pdf-invoices-packing-slips/ but I tried to deactivate it, the problem still persist.
Tell me if you need more info.
thank you
fabioHi, @sultan00rextheme and @rextheme,
Indeed, I did not understand what you mean by “edit the tour”. I opened them (i have 4 tours) and resaved (just pressed “update” button).
And I cannot not see any difference. The tours still don’t work.here’s the links:
https://filzi4monza.it/6a-86mq/
https://filzi4monza.it/16c-128mq/
https://filzi4monza.it/5a-136mq/
https://filzi4monza.it/17c-154mq/thank you
fabioI’m running version 4.5.0. and I still cannot see any hotsposts on mobile (I have a Huawei P30).
What do you mean when you say “update your tour”?
Thank youfabio
Hi guys,
Can you see Hotspots on mobile version? I can see the arrows on desktop but not on mobile….
Thank you
FabioHi @sultan00rextheme,
my name is Fabio, same problem here, I cannot see any indicators. I created the tour with 4/5 360 images but, on mobile, I cannot see the arrows to move trough the scenes. As you suggested I tried to resize the original images from 6000px to 4096px but, when I upload this image int a scene and preview it, I cannot move the image or set any pitch.Any suggestion?
Thank you
fabioHi @sultan00rextheme,
I do apologize, but I completely forget to answer…I don’t know why, it works now, maybe only a cache issue.
I also bought the pro version, nice job!!
Thank you very much for your assistance, I’ll come back in case of need.Regards
fabioHi @wfalaa
I’ll follow your indications. Let’s see….
Thank you very much for your help.Hi,
I have no “user_fullaccess” user on the website and no users/members management plugin installed. What do you suggest?thanks
Hi,
here’s the link to the img https://imgur.com/a/YY0w0
thank youfabio
Hi,
how can I add a screenshot? there’s no upload button here….
thanks