Wilson
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce doesn’t count manually entered ordersciao, ho risolto seguendo questo post: https://ww.wp.xz.cn/support/topic/woocommerce-analytics-show-totally-wrong-numbers-and-data-wont-reset/
praticamente nelle impostazioni delle analisi mancava flaggare la voce Data di creazione nel menu a discesa. Ora vedo tutto il fatturato correttamente
Forum: Plugins
In reply to: [WooCommerce] WooCommerce doesn’t count manually entered ordersForum: Plugins
In reply to: [WooCommerce] Mobile app not sending notificationsmi fai sapere poi che ti dicono? ho lo stesso problema. Grazie fratello
Forum: Plugins
In reply to: [WooCommerce] Mobile app not sending notifications@themacmaker did you solve it then? I have the same problem
Forum: Plugins
In reply to: [WooCommerce] Report email giacenze magazzino woocommerceTHANK YOU SO MUCH!
I also asked Siteground to disable server-side delivery as indicated by your screenshot but nothing changes
I found that if I change the theme with Twenty-Twenty One and deactivate all the plugins and then reactivate them, it starts working again. As soon as I wake up Avada it doesn’t work anymore
I also tried to change the theme with Twenty-Twenty One but it doesn’t change anything.
before it worked perfectly and the configuration of the slider has not changed. I am also updated to the latest version 3.20.3- This reply was modified 4 years, 12 months ago by Wilson.
if I disable the Siteground plugin nothing changes so the problem is not that plugin 🙁
in reality even if I disable all the plugins the problem remains
i deactivated SG but the problem still persists … I had already done this operation
Hi
Have you news for me?Hello everybody
a few days ago I got an error:
/wp-content/plugins/events-manager-email-users/classes/class-functions.php on line 74when I go to edit an event and just being edited
Do you have any suggestions? thank you
<?php do_action(’em_template_my_bookings_header’); ?>
<?php
function stonehenge_rename_booking_status( $key ) {
$status = array(
‘0’ => ‘Non pagato’,
‘1’ => ‘<font color=”#22A428″><b><font size=”5″><i class=”fas fa-thumbs-up”></i></b></font>’,
‘2’ => ‘Respinto’,
‘3’ => ‘Firmato out’,
‘4’ => ‘In attesa di pagamento online’,
‘5’ => ‘Non ancora pagato’,
);
return $status[$key];
}global $wpdb, $current_user, $EM_Notices, $EM_Person;
if( is_user_logged_in() ):
$EM_Person = new EM_Person( get_current_user_id() );
$EM_Bookings = $EM_Person->get_bookings();
$bookings_count = count($EM_Bookings->bookings);
if($bookings_count > 0){
//Get events here in one query to speed things up
$event_ids = array();
foreach($EM_Bookings as $EM_Booking){
$event_ids[] = $EM_Booking->event_id;
}
}$page = ( !empty($_GET[‘pno’]) ) ? $_GET[‘pno’]:1;
$offset = ( $page > 4 ) ? ($page-1)*$limit : 0;
echo $EM_Notices;
?>
…………………………continueyes I know, in fact a little the template I have already modified it but I can’t understand what is the php code to insert to release only the last 4 reservations