mariosonzogni
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hotelier] Extra don’t workHi I resubscribed because my subscription expired last month. I updated and it finally works thank you so much! ??
Forum: Plugins
In reply to: [WP Hotelier] Extra don’t workdoing so I see that now on the order completion page it has been translated correctly. However in the preview where you select the number it has remained in Italian.
View post on imgur.com
Forum: Plugins
In reply to: [WP Hotelier] Extra don’t workI have performed the updates but the problem remains.. for the extras I have to connect the English translation to the English pages generated by wpml and the Italian page to the Italian translation correct?
english version ita version Forum: Plugins
In reply to: [WP Hotelier] Extra don’t workGood morning I tried but unfortunately it still does not calculate. The translation works but for example the extra animals in Italian adds 4€ instead in English it does not add 4€
Forum: Plugins
In reply to: [WP Hotelier] Extra don’t workyes I installed it and also translated the rooms. For the extras instead I duplicated them and translated them since there was no internal function to translate them
Forum: Plugins
In reply to: [WP Hotelier] WPML don’t workI managed to solve it myself. For the extras I created others, instead for the extension for the rooms I downloaded the link from your site. Thanks anyway for the answer
Forum: Plugins
In reply to: [WP Hotelier] WPML don’t workobviously I’m not talking about the translation of the room for that because I saw that there is the extension but I’m talking about the extras implemented with the paid extension
Forum: Plugins
In reply to: [WP Hotelier] Booking email to both manager and customerGood morning, thank you, my client says the problem seems solved
Forum: Plugins
In reply to: [WP Hotelier] Booking email to both manager and customerHe gets a double email every time someone books. He would like to get it only as explained above (and in fact that works now). Currently my code is as follows
function hotelier_custom_email_recipient_guest_confirmed_reservation( $recipient ) {
$recipient .= ‘,[email protected],[email protected]’;
return $recipient;
}
add_filter( ‘hotelier_email_recipient_guest_confirmed_reservation’, ‘hotelier_custom_email_recipient_guest_confirmed_reservation’ );add_filter( ‘hotelier_email_recipient_guest_request_received’, ‘hotelier_custom_email_recipient_guest_confirmed_reservation’ );
add_filter( ‘hotelier_email_recipient_guest_cancelled_reservation’, ‘hotelier_custom_email_recipient_guest_confirmed_reservation’ );
add_filter( ‘hotelier_email_recipient_guest_invoice’, ‘hotelier_custom_email_recipient_guest_confirmed_reservation’ );
Forum: Plugins
In reply to: [WP Hotelier] Booking email to both manager and customerGood morning, the email works, but there is a problem, that is, now the hotelier receives a double email. So I removed the hotelier’s email from the plugin (I mean from the graphical interface of hotellier, keeping it only in the code). Now only one email arrives to the hotelier, the email is wrong because some information is missing, such as the reservation number and other data.
Forum: Plugins
In reply to: [WP Hotelier] Booking email to both manager and customerI inserted this code inside the function but now no more emails are invited, not even those that arrive automatically. By deleting the code, the automatic emails started working normally again…but unfortunately the problem remains
Forum: Plugins
In reply to: [WP Hotelier] Booking email to both manager and customerGood morning, So once I have modified this code when I send the confirmation email to the customer (as in the photo) will it also arrive at the hotel?
Forum: Plugins
In reply to: [WP Hotelier] Deposit requiredI actually purchased the bank transfer extension from the official website… is it possible to solve this problem by having it or do I still need a personalized code? I apologize if I asked the question again but I didn’t understand this point well… I hope I’m not bothering you too much
Forum: Plugins
In reply to: [WP Hotelier] Deposit requiredI did this because I would like that if someone pays by bank transfer in the email it reads “deposit required” and goes to pay 30% of the amount
Forum: Plugins
In reply to: [WP Hotelier] Deposit requiredyes the room is the same…the only thing I did was change a writing that wasn’t right, that is deposit paid to deposit required… (in Italian Deposito versato —-> Deposito richiesto)