Panda Resort - 7.3.0 (Nov 22, 2019)
Replace the following files and execute the queries in your SQL manager to perform the updates.
NEW FEATURES/IMPROVEMENTS
Translation of booking confirmation email
/common/db.sql
>> New entries in the table pm_email_content (! as usual, replace with your translation and lang ids):
INSERT INTO pm_email_content (id, lang, name, subject, content) VALUES (4, 1, 'ACCOUNT_CONFIRMATION', 'Confirmation du compte', '<p>Bonjour,<br />\r\nVous avez créé un nouveau compte.<br />\r\nCliquez sur le lien ci-dessous pour valider votre compte:<br />\r\n<a href="{link}">Valider mon compte</a></p>\r\n'), (4, 2, 'ACCOUNT_CONFIRMATION', 'Validate your account', '<p>Hi,<br />\r\nYou created a new account.<br />\r\nClick on the link bellow to validate your account:<br />\r\n<a href="{link}">Validate my new account</a></p>\r\n'), (4, 3, 'ACCOUNT_CONFIRMATION', 'Validate your account', '<p>Hi,<br />\r\nYou created a new account.<br />\r\nClick on the link bellow to validate your account:<br />\r\n<a href="{link}">Validate my new account</a></p>\r\n');
/templates/default/common/register/signup.php
User fields in the admin panel
/admin/modules/user/config.xml
Booking from room page
/common/db.sql
>> New entries in the table pm_text (! as usual, replace with your translation and lang ids):
INSERT INTO pm_text (id, lang, name, value) VALUES (180, 1, 'BOOK_NOW', 'RĂ©server maintenant'), (180, 2, 'BOOK_NOW', 'Book now'), (180, 3, 'BOOK_NOW', 'Book now');
/templates/default/models/room.php
Fill num adults automatically
/templates/default/models/booking.php
FIXED ISSUES
Datetime issue
/admin/modules/default/form.php
/admin/includes/fn_form.php
/admin/includes/fn_list.php
Booking activities issue
/templates/default/models/booking-activities.php