From afa200c90f755f11eb3d4d68473f2be3c3082884 Mon Sep 17 00:00:00 2001 From: Rohit Jain Date: Mon, 14 Sep 2020 13:51:36 +0530 Subject: [PATCH] V1.5.0 released: API, Refund procress improvement, Order data management --- CHANGELOG.txt | 84 ++ .../dashboard/helpers/view/view.tpl | 2 +- .../template/controllers/modules/page.tpl | 2 +- .../controllers/orders/_product_line.tpl | 62 +- .../orders/_room_extra_demands.tpl | 136 ++- .../controllers/orders/helpers/view/view.tpl | 632 +++++----- .../controllers/products/configuration.tpl | 19 +- .../template/controllers/products/images.tpl | 8 +- .../controllers/products/occupancy.tpl | 80 ++ .../template/controllers/products/prices.tpl | 15 +- .../statuses/helpers/form/form.tpl | 27 +- admin/themes/default/template/footer.tpl | 2 +- admin/themes/default/template/header.tpl | 2 +- classes/Attachment.php | 2 +- classes/Cart.php | 360 +++++- classes/Category.php | 56 +- classes/Customer.php | 3 - classes/CustomerMessage.php | 2 +- classes/Feature.php | 25 +- classes/Gender.php | 7 +- classes/Language.php | 5 +- classes/Mail.php | 35 +- classes/ObjectModel.php | 45 +- classes/PaymentModule.php | 52 +- classes/Product.php | 300 +++-- classes/ProductDownload.php | 6 +- classes/controller/FrontController.php | 4 +- classes/helper/HelperList.php | 7 + classes/module/Module.php | 5 + classes/order/Order.php | 126 +- classes/order/OrderHistory.php | 2 +- classes/order/OrderReturn.php | 364 +++++- classes/order/OrderReturnDetail.php | 51 + classes/order/OrderReturnState.php | 41 +- classes/order/OrderSlip.php | 117 +- classes/pdf/HTMLTemplateInvoice.php | 37 +- classes/pdf/HTMLTemplateOrderReturn.php | 6 +- classes/pdf/HTMLTemplateOrderSlip.php | 8 +- .../webservice/WebserviceOutputBuilder.php | 8 +- classes/webservice/WebserviceOutputXML.php | 5 +- classes/webservice/WebserviceRequest.php | 16 +- .../WebserviceSpecificManagementImages.php | 41 +- .../admin/AdminCountriesController.php | 1 + .../admin/AdminCustomerThreadsController.php | 4 +- controllers/admin/AdminFeaturesController.php | 64 +- controllers/admin/AdminGendersController.php | 2 +- .../admin/AdminLanguagesController.php | 2 +- controllers/admin/AdminOrdersController.php | 1030 ++++++----------- controllers/admin/AdminPdfController.php | 2 - controllers/admin/AdminProductsController.php | 140 ++- controllers/admin/AdminStatusesController.php | 670 ++++++++--- controllers/admin/AdminStoresController.php | 2 +- controllers/admin/AdminThemesController.php | 20 +- controllers/front/CartController.php | 15 +- controllers/front/ContactController.php | 14 +- controllers/front/GuestTrackingController.php | 21 +- controllers/front/HistoryController.php | 50 - controllers/front/MyAccountController.php | 2 +- .../front/OrderConfirmationController.php | 82 +- controllers/front/OrderDetailController.php | 353 ++---- controllers/front/OrderFollowController.php | 97 +- controllers/front/OrderOpcController.php | 181 +-- controllers/front/OrderReturnController.php | 83 +- controllers/front/ParentOrderController.php | 27 +- controllers/front/ProductController.php | 119 +- controllers/front/StoresController.php | 4 +- img/rf/0.jpg | Bin 20022 -> 0 bytes img/rf/1.jpg | Bin 7628 -> 384 bytes img/rf/10.png | Bin 524 -> 0 bytes img/rf/11.png | Bin 148 -> 0 bytes img/rf/12.png | Bin 333 -> 0 bytes img/rf/2.jpg | Bin 438107 -> 328 bytes img/rf/3.jpg | Bin 438107 -> 524 bytes img/rf/4.jpg | Bin 1011226 -> 148 bytes img/rf/5.jpg | Bin 12950 -> 333 bytes img/rf/{13.png => 6.jpg} | Bin img/rf/{14.png => 7.jpg} | Bin img/rf/8.png | Bin 384 -> 0 bytes img/rf/9.png | Bin 328 -> 0 bytes install/data/db_structure.sql | 30 +- .../data/img/os/Awaiting_remote_payment.gif | Bin 0 -> 1030 bytes install/data/xml/carrier.xml | 27 - install/data/xml/carrier_group.xml | 12 - .../data/xml/carrier_tax_rules_group_shop.xml | 11 - install/data/xml/carrier_zone.xml | 10 - install/data/xml/configuration.xml | 28 +- install/data/xml/delivery.xml | 13 - install/data/xml/order_return_state.xml | 11 +- install/data/xml/order_state.xml | 10 +- install/data/xml/tab.xml | 4 +- install/fixtures/fashion/data/address.xml | 18 +- install/fixtures/fashion/data/attribute.xml | 33 - .../fixtures/fashion/data/attribute_group.xml | 12 - install/fixtures/fashion/data/carrier.xml | 26 - .../fixtures/fashion/data/carrier_group.xml | 12 - .../data/carrier_tax_rules_group_shop.xml | 11 - .../fixtures/fashion/data/carrier_zone.xml | 11 - install/fixtures/fashion/data/cart.xml | 41 - .../fixtures/fashion/data/cart_product.xml | 27 - install/fixtures/fashion/data/category.xml | 18 - .../fixtures/fashion/data/category_group.xml | 40 - .../fashion/data/category_product.xml | 38 - install/fixtures/fashion/data/delivery.xml | 18 - install/fixtures/fashion/data/feature.xml | 15 - .../fixtures/fashion/data/feature_product.xml | 31 - .../fixtures/fashion/data/feature_value.xml | 42 - .../fashion/data/generate_attribute.php | 214 ---- install/fixtures/fashion/data/image.xml | 32 - .../fixtures/fashion/data/manufacturer.xml | 12 - .../fixtures/fashion/data/order_carrier.xml | 29 - .../fixtures/fashion/data/order_detail.xml | 108 -- .../fixtures/fashion/data/order_history.xml | 17 - .../fixtures/fashion/data/order_message.xml | 7 - install/fixtures/fashion/data/orders.xml | 70 -- install/fixtures/fashion/data/product.xml | 75 -- .../fashion/data/product_attribute.xml | 157 --- .../data/product_attribute_combination.xml | 99 -- .../fashion/data/product_attribute_image.xml | 72 -- .../fashion/data/product_supplier.xml | 19 - install/fixtures/fashion/data/range_price.xml | 11 - .../fixtures/fashion/data/range_weight.xml | 11 - install/fixtures/fashion/data/scene.xml | 8 - .../fixtures/fashion/data/specific_price.xml | 25 - .../fixtures/fashion/data/stock_available.xml | 66 -- install/fixtures/fashion/data/store.xml | 67 -- install/fixtures/fashion/data/supplier.xml | 12 - install/fixtures/fashion/data/tag.xml | 7 - .../fashion/langs/bn/data/attribute.xml | 75 -- .../fashion/langs/bn/data/attribute_group.xml | 15 - .../fashion/langs/bn/data/attributegroup.xml | 21 - .../fashion/langs/bn/data/carrier.xml | 6 - .../fashion/langs/bn/data/category.xml | 81 -- .../fashion/langs/bn/data/feature.xml | 24 - .../fashion/langs/bn/data/feature_value.xml | 102 -- .../fashion/langs/bn/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/bn/data/image.xml | 72 -- .../fashion/langs/bn/data/manufacturer.xml | 10 - .../fashion/langs/bn/data/order_message.xml | 12 - .../fashion/langs/bn/data/ordermessage.xml | 7 - .../fashion/langs/bn/data/product.xml | 80 -- .../fixtures/fashion/langs/bn/data/scene.xml | 8 - .../fashion/langs/bn/data/supplier.xml | 9 - .../fixtures/fashion/langs/bn/data/tag.xml | 11 - .../fashion/langs/br/data/attribute.xml | 75 -- .../fashion/langs/br/data/attribute_group.xml | 15 - .../fashion/langs/br/data/attributegroup.xml | 21 - .../fashion/langs/br/data/carrier.xml | 6 - .../fashion/langs/br/data/category.xml | 81 -- .../fashion/langs/br/data/feature.xml | 24 - .../fashion/langs/br/data/feature_value.xml | 102 -- .../fashion/langs/br/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/br/data/image.xml | 72 -- .../fashion/langs/br/data/manufacturer.xml | 10 - .../fashion/langs/br/data/order_message.xml | 12 - .../fashion/langs/br/data/ordermessage.xml | 7 - .../fashion/langs/br/data/product.xml | 80 -- .../fixtures/fashion/langs/br/data/scene.xml | 8 - .../fashion/langs/br/data/supplier.xml | 9 - .../fixtures/fashion/langs/br/data/tag.xml | 11 - .../fashion/langs/de/data/attribute.xml | 75 -- .../fashion/langs/de/data/attribute_group.xml | 15 - .../fashion/langs/de/data/attributegroup.xml | 21 - .../fashion/langs/de/data/carrier.xml | 6 - .../fashion/langs/de/data/category.xml | 81 -- .../fashion/langs/de/data/feature.xml | 24 - .../fashion/langs/de/data/feature_value.xml | 102 -- .../fashion/langs/de/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/de/data/image.xml | 72 -- .../fashion/langs/de/data/manufacturer.xml | 10 - .../fashion/langs/de/data/order_message.xml | 12 - .../fashion/langs/de/data/ordermessage.xml | 7 - .../fashion/langs/de/data/product.xml | 80 -- .../fixtures/fashion/langs/de/data/scene.xml | 8 - .../fashion/langs/de/data/supplier.xml | 9 - .../fixtures/fashion/langs/de/data/tag.xml | 11 - .../fashion/langs/en/data/attribute.xml | 75 -- .../fashion/langs/en/data/attribute_group.xml | 15 - .../fashion/langs/en/data/attributegroup.xml | 21 - .../fashion/langs/en/data/carrier.xml | 6 - .../fashion/langs/en/data/category.xml | 81 -- .../fashion/langs/en/data/feature.xml | 24 - .../fashion/langs/en/data/feature_value.xml | 102 -- .../fashion/langs/en/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/en/data/image.xml | 72 -- .../fashion/langs/en/data/manufacturer.xml | 10 - .../fashion/langs/en/data/order_message.xml | 12 - .../fashion/langs/en/data/ordermessage.xml | 7 - .../fashion/langs/en/data/product.xml | 80 -- .../fixtures/fashion/langs/en/data/scene.xml | 8 - .../fashion/langs/en/data/supplier.xml | 9 - .../fixtures/fashion/langs/en/data/tag.xml | 11 - .../fashion/langs/es/data/attribute.xml | 75 -- .../fashion/langs/es/data/attribute_group.xml | 15 - .../fashion/langs/es/data/attributegroup.xml | 21 - .../fashion/langs/es/data/carrier.xml | 6 - .../fashion/langs/es/data/category.xml | 81 -- .../fashion/langs/es/data/feature.xml | 24 - .../fashion/langs/es/data/feature_value.xml | 102 -- .../fashion/langs/es/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/es/data/image.xml | 72 -- .../fashion/langs/es/data/manufacturer.xml | 10 - .../fashion/langs/es/data/order_message.xml | 12 - .../fashion/langs/es/data/ordermessage.xml | 7 - .../fashion/langs/es/data/product.xml | 80 -- .../fixtures/fashion/langs/es/data/scene.xml | 8 - .../fashion/langs/es/data/supplier.xml | 9 - .../fixtures/fashion/langs/es/data/tag.xml | 11 - .../fashion/langs/fa/data/attribute.xml | 75 -- .../fashion/langs/fa/data/attribute_group.xml | 15 - .../fashion/langs/fa/data/attributegroup.xml | 21 - .../fashion/langs/fa/data/carrier.xml | 6 - .../fashion/langs/fa/data/category.xml | 81 -- .../fashion/langs/fa/data/feature.xml | 24 - .../fashion/langs/fa/data/feature_value.xml | 102 -- .../fashion/langs/fa/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/fa/data/image.xml | 72 -- .../fashion/langs/fa/data/manufacturer.xml | 10 - .../fashion/langs/fa/data/order_message.xml | 12 - .../fashion/langs/fa/data/ordermessage.xml | 12 - .../fashion/langs/fa/data/product.xml | 80 -- .../fixtures/fashion/langs/fa/data/scene.xml | 8 - .../fashion/langs/fa/data/supplier.xml | 9 - .../fixtures/fashion/langs/fa/data/tag.xml | 11 - .../fashion/langs/fr/data/attribute.xml | 75 -- .../fashion/langs/fr/data/attribute_group.xml | 15 - .../fashion/langs/fr/data/attributegroup.xml | 21 - .../fashion/langs/fr/data/carrier.xml | 6 - .../fashion/langs/fr/data/category.xml | 81 -- .../fashion/langs/fr/data/feature.xml | 24 - .../fashion/langs/fr/data/feature_value.xml | 102 -- .../fashion/langs/fr/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/fr/data/image.xml | 72 -- .../fashion/langs/fr/data/manufacturer.xml | 10 - .../fashion/langs/fr/data/order_message.xml | 12 - .../fashion/langs/fr/data/ordermessage.xml | 12 - .../fashion/langs/fr/data/product.xml | 80 -- .../fixtures/fashion/langs/fr/data/scene.xml | 8 - .../fashion/langs/fr/data/supplier.xml | 9 - .../fixtures/fashion/langs/fr/data/tag.xml | 11 - .../fashion/langs/id/data/attribute.xml | 75 -- .../fashion/langs/id/data/attribute_group.xml | 15 - .../fashion/langs/id/data/attributegroup.xml | 21 - .../fashion/langs/id/data/carrier.xml | 6 - .../fashion/langs/id/data/category.xml | 81 -- .../fashion/langs/id/data/feature.xml | 24 - .../fashion/langs/id/data/feature_value.xml | 102 -- .../fashion/langs/id/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/id/data/image.xml | 72 -- .../fashion/langs/id/data/manufacturer.xml | 10 - .../fashion/langs/id/data/order_message.xml | 12 - .../fashion/langs/id/data/ordermessage.xml | 7 - .../fashion/langs/id/data/product.xml | 80 -- .../fixtures/fashion/langs/id/data/scene.xml | 8 - .../fashion/langs/id/data/supplier.xml | 9 - .../fixtures/fashion/langs/id/data/tag.xml | 11 - .../fashion/langs/it/data/attribute.xml | 75 -- .../fashion/langs/it/data/attribute_group.xml | 15 - .../fashion/langs/it/data/attributegroup.xml | 21 - .../fashion/langs/it/data/carrier.xml | 6 - .../fashion/langs/it/data/category.xml | 81 -- .../fashion/langs/it/data/feature.xml | 24 - .../fashion/langs/it/data/feature_value.xml | 102 -- .../fashion/langs/it/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/it/data/image.xml | 72 -- .../fashion/langs/it/data/manufacturer.xml | 10 - .../fashion/langs/it/data/order_message.xml | 12 - .../fashion/langs/it/data/ordermessage.xml | 7 - .../fashion/langs/it/data/product.xml | 80 -- .../fixtures/fashion/langs/it/data/scene.xml | 8 - .../fashion/langs/it/data/supplier.xml | 9 - .../fixtures/fashion/langs/it/data/tag.xml | 11 - .../fashion/langs/nl/data/attribute.xml | 75 -- .../fashion/langs/nl/data/attribute_group.xml | 15 - .../fashion/langs/nl/data/attributegroup.xml | 21 - .../fashion/langs/nl/data/carrier.xml | 6 - .../fashion/langs/nl/data/category.xml | 75 -- .../fashion/langs/nl/data/feature.xml | 24 - .../fashion/langs/nl/data/feature_value.xml | 102 -- .../fashion/langs/nl/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/nl/data/image.xml | 72 -- .../fashion/langs/nl/data/manufacturer.xml | 10 - .../fashion/langs/nl/data/order_message.xml | 7 - .../fashion/langs/nl/data/ordermessage.xml | 7 - .../fashion/langs/nl/data/product.xml | 80 -- .../fixtures/fashion/langs/nl/data/scene.xml | 8 - .../fashion/langs/nl/data/supplier.xml | 9 - .../fixtures/fashion/langs/nl/data/tag.xml | 11 - .../fashion/langs/pl/data/attribute.xml | 75 -- .../fashion/langs/pl/data/attribute_group.xml | 15 - .../fashion/langs/pl/data/attributegroup.xml | 21 - .../fashion/langs/pl/data/carrier.xml | 6 - .../fashion/langs/pl/data/category.xml | 81 -- .../fashion/langs/pl/data/feature.xml | 24 - .../fashion/langs/pl/data/feature_value.xml | 102 -- .../fashion/langs/pl/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/pl/data/image.xml | 72 -- .../fashion/langs/pl/data/manufacturer.xml | 10 - .../fashion/langs/pl/data/order_message.xml | 12 - .../fashion/langs/pl/data/ordermessage.xml | 7 - .../fashion/langs/pl/data/product.xml | 80 -- .../fixtures/fashion/langs/pl/data/scene.xml | 8 - .../fashion/langs/pl/data/supplier.xml | 9 - .../fixtures/fashion/langs/pl/data/tag.xml | 11 - .../fashion/langs/qc/data/attribute.xml | 75 -- .../fashion/langs/qc/data/attribute_group.xml | 15 - .../fashion/langs/qc/data/attributegroup.xml | 21 - .../fashion/langs/qc/data/carrier.xml | 6 - .../fashion/langs/qc/data/category.xml | 81 -- .../fashion/langs/qc/data/feature.xml | 24 - .../fashion/langs/qc/data/feature_value.xml | 102 -- .../fashion/langs/qc/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/qc/data/image.xml | 72 -- .../fashion/langs/qc/data/manufacturer.xml | 10 - .../fashion/langs/qc/data/order_message.xml | 12 - .../fashion/langs/qc/data/ordermessage.xml | 12 - .../fashion/langs/qc/data/product.xml | 80 -- .../fixtures/fashion/langs/qc/data/scene.xml | 8 - .../fashion/langs/qc/data/supplier.xml | 9 - .../fixtures/fashion/langs/qc/data/tag.xml | 11 - .../fashion/langs/ro/data/attribute.xml | 75 -- .../fashion/langs/ro/data/attribute_group.xml | 15 - .../fashion/langs/ro/data/attributegroup.xml | 21 - .../fashion/langs/ro/data/carrier.xml | 6 - .../fashion/langs/ro/data/category.xml | 81 -- .../fashion/langs/ro/data/feature.xml | 24 - .../fashion/langs/ro/data/feature_value.xml | 102 -- .../fashion/langs/ro/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/ro/data/image.xml | 72 -- .../fashion/langs/ro/data/manufacturer.xml | 10 - .../fashion/langs/ro/data/order_message.xml | 12 - .../fashion/langs/ro/data/ordermessage.xml | 7 - .../fashion/langs/ro/data/product.xml | 80 -- .../fixtures/fashion/langs/ro/data/scene.xml | 8 - .../fashion/langs/ro/data/supplier.xml | 9 - .../fixtures/fashion/langs/ro/data/tag.xml | 11 - .../fashion/langs/ru/data/attribute.xml | 75 -- .../fashion/langs/ru/data/attribute_group.xml | 15 - .../fashion/langs/ru/data/attributegroup.xml | 21 - .../fashion/langs/ru/data/carrier.xml | 6 - .../fashion/langs/ru/data/category.xml | 81 -- .../fashion/langs/ru/data/feature.xml | 24 - .../fashion/langs/ru/data/feature_value.xml | 102 -- .../fashion/langs/ru/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/ru/data/image.xml | 72 -- .../fashion/langs/ru/data/manufacturer.xml | 10 - .../fashion/langs/ru/data/order_message.xml | 12 - .../fashion/langs/ru/data/ordermessage.xml | 7 - .../fashion/langs/ru/data/product.xml | 80 -- .../fixtures/fashion/langs/ru/data/scene.xml | 8 - .../fashion/langs/ru/data/supplier.xml | 9 - .../fixtures/fashion/langs/ru/data/tag.xml | 11 - .../fashion/langs/tw/data/attribute.xml | 75 -- .../fashion/langs/tw/data/attribute_group.xml | 15 - .../fashion/langs/tw/data/attributegroup.xml | 21 - .../fashion/langs/tw/data/carrier.xml | 6 - .../fashion/langs/tw/data/category.xml | 81 -- .../fashion/langs/tw/data/feature.xml | 24 - .../fashion/langs/tw/data/feature_value.xml | 102 -- .../fashion/langs/tw/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/tw/data/image.xml | 72 -- .../fashion/langs/tw/data/manufacturer.xml | 10 - .../fashion/langs/tw/data/order_message.xml | 12 - .../fashion/langs/tw/data/ordermessage.xml | 7 - .../fashion/langs/tw/data/product.xml | 80 -- .../fixtures/fashion/langs/tw/data/scene.xml | 8 - .../fashion/langs/tw/data/supplier.xml | 9 - .../fixtures/fashion/langs/tw/data/tag.xml | 11 - .../fashion/langs/vn/data/attribute.xml | 75 -- .../fashion/langs/vn/data/attribute_group.xml | 15 - .../fashion/langs/vn/data/attributegroup.xml | 21 - .../fashion/langs/vn/data/carrier.xml | 6 - .../fashion/langs/vn/data/category.xml | 81 -- .../fashion/langs/vn/data/feature.xml | 24 - .../fashion/langs/vn/data/feature_value.xml | 102 -- .../fashion/langs/vn/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/vn/data/image.xml | 72 -- .../fashion/langs/vn/data/manufacturer.xml | 10 - .../fashion/langs/vn/data/order_message.xml | 7 - .../fashion/langs/vn/data/ordermessage.xml | 7 - .../fashion/langs/vn/data/product.xml | 80 -- .../fixtures/fashion/langs/vn/data/scene.xml | 8 - .../fashion/langs/vn/data/supplier.xml | 9 - .../fixtures/fashion/langs/vn/data/tag.xml | 11 - .../fashion/langs/zh/data/attribute.xml | 75 -- .../fashion/langs/zh/data/attribute_group.xml | 15 - .../fashion/langs/zh/data/attributegroup.xml | 21 - .../fashion/langs/zh/data/carrier.xml | 6 - .../fashion/langs/zh/data/category.xml | 81 -- .../fashion/langs/zh/data/feature.xml | 24 - .../fashion/langs/zh/data/feature_value.xml | 102 -- .../fashion/langs/zh/data/featurevalue.xml | 66 -- .../fixtures/fashion/langs/zh/data/image.xml | 72 -- .../fashion/langs/zh/data/manufacturer.xml | 10 - .../fashion/langs/zh/data/order_message.xml | 12 - .../fashion/langs/zh/data/ordermessage.xml | 7 - .../fashion/langs/zh/data/product.xml | 80 -- .../fixtures/fashion/langs/zh/data/scene.xml | 8 - .../fashion/langs/zh/data/supplier.xml | 9 - .../fixtures/fashion/langs/zh/data/tag.xml | 11 - install/install_version.php | 2 +- install/langs/bg/data/order_return_state.xml | 23 +- install/langs/bg/data/order_state.xml | 14 +- install/langs/bg/data/tab.xml | 2 +- install/langs/bn/data/order_return_state.xml | 29 +- install/langs/bn/data/order_state.xml | 14 +- install/langs/br/data/order_return_state.xml | 29 +- install/langs/br/data/order_state.xml | 14 +- install/langs/br/data/tab.xml | 2 +- install/langs/cs/data/order_return_state.xml | 23 +- install/langs/cs/data/order_state.xml | 14 +- install/langs/cs/data/tab.xml | 2 +- install/langs/de/data/order_return_state.xml | 25 +- install/langs/de/data/order_state.xml | 14 +- install/langs/de/data/tab.xml | 2 +- install/langs/en/data/order_return_state.xml | 23 +- install/langs/en/data/order_state.xml | 14 +- install/langs/en/data/tab.xml | 2 +- install/langs/es/data/order_return_state.xml | 29 +- install/langs/es/data/order_state.xml | 14 +- install/langs/es/data/tab.xml | 2 +- install/langs/fa/data/order_return_state.xml | 25 +- install/langs/fa/data/order_state.xml | 14 +- install/langs/fa/data/tab.xml | 2 +- install/langs/fr/data/order_return_state.xml | 29 +- install/langs/fr/data/order_state.xml | 14 +- install/langs/fr/data/tab.xml | 2 +- install/langs/he/data/order_return_state.xml | 27 +- install/langs/he/data/order_state.xml | 14 +- install/langs/he/data/tab.xml | 2 +- install/langs/hr/data/order_return_state.xml | 23 +- install/langs/hr/data/order_state.xml | 14 +- install/langs/hr/data/tab.xml | 2 +- install/langs/hu/data/order_return_state.xml | 23 +- install/langs/hu/data/order_state.xml | 14 +- install/langs/hu/data/tab.xml | 2 +- install/langs/id/data/order_return_state.xml | 29 +- install/langs/id/data/order_state.xml | 14 +- install/langs/id/data/tab.xml | 2 +- install/langs/it/data/order_return_state.xml | 29 +- install/langs/it/data/order_state.xml | 14 +- install/langs/it/data/tab.xml | 2 +- install/langs/lt/data/order_return_state.xml | 23 +- install/langs/lt/data/order_state.xml | 14 +- install/langs/lt/data/tab.xml | 2 +- install/langs/mk/data/order_return_state.xml | 23 +- install/langs/mk/data/order_state.xml | 14 +- install/langs/mk/data/tab.xml | 2 +- install/langs/nl/data/order_return_state.xml | 29 +- install/langs/nl/data/order_state.xml | 14 +- install/langs/nl/data/tab.xml | 2 +- install/langs/no/data/order_return_state.xml | 23 +- install/langs/no/data/order_state.xml | 14 +- install/langs/no/data/tab.xml | 2 +- install/langs/pl/data/order_return_state.xml | 25 +- install/langs/pl/data/order_state.xml | 14 +- install/langs/pl/data/tab.xml | 2 +- install/langs/pt/data/order_return_state.xml | 25 +- install/langs/pt/data/order_state.xml | 14 +- install/langs/pt/data/tab.xml | 2 +- install/langs/qc/data/order_return_state.xml | 29 +- install/langs/qc/data/order_state.xml | 14 +- install/langs/qc/data/tab.xml | 2 +- install/langs/ro/data/order_return_state.xml | 25 +- install/langs/ro/data/order_state.xml | 14 +- install/langs/ro/data/tab.xml | 2 +- install/langs/ru/data/order_return_state.xml | 25 +- install/langs/ru/data/order_state.xml | 14 +- install/langs/ru/data/tab.xml | 2 +- install/langs/si/data/order_return_state.xml | 23 +- install/langs/si/data/order_state.xml | 14 +- install/langs/si/data/tab.xml | 2 +- install/langs/sr/data/order_return_state.xml | 23 +- install/langs/sr/data/order_state.xml | 14 +- install/langs/sr/data/tab.xml | 2 +- install/langs/sv/data/order_return_state.xml | 23 +- install/langs/sv/data/order_state.xml | 14 +- install/langs/sv/data/tab.xml | 2 +- install/langs/tw/data/order_return_state.xml | 25 +- install/langs/tw/data/order_state.xml | 14 +- install/langs/tw/data/tab.xml | 2 +- install/langs/vn/data/order_return_state.xml | 23 +- install/langs/vn/data/order_state.xml | 8 - install/langs/vn/data/tab.xml | 2 +- install/langs/zh/data/order_return_state.xml | 23 +- install/langs/zh/data/order_state.xml | 8 - install/langs/zh/data/tab.xml | 2 +- install/models/install.php | 4 +- install/upgrade/sql/1.4.4.0.sql | 2 - install/upgrade/sql/1.6.0.12.sql | 7 - .../index.php => js/admin/order_states.js | 22 +- mails/en/account.html | 48 +- mails/en/account.txt | 10 +- mails/en/advanced-book-data.tpl | 59 - mails/en/advanced-book-data.txt | 11 - mails/en/backoffice_order.html | 46 +- mails/en/backoffice_order.txt | 10 +- mails/en/bankwire.html | 52 +- mails/en/bankwire.txt | 16 +- mails/en/cheque.html | 48 +- mails/en/cheque.txt | 16 +- mails/en/contact.html | 46 +- mails/en/contact.txt | 8 +- mails/en/contact_form.html | 46 +- mails/en/contact_form.txt | 10 +- mails/en/credit_slip.html | 46 +- mails/en/credit_slip.txt | 10 +- mails/en/download_product.html | 46 +- mails/en/download_product.txt | 12 +- mails/en/employee_password.html | 46 +- mails/en/employee_password.txt | 8 +- mails/en/footer.txt | 2 +- mails/en/forward_msg.html | 48 +- mails/en/forward_msg.txt | 10 +- mails/en/guest_to_customer.html | 46 +- mails/en/guest_to_customer.txt | 14 +- mails/en/header.html | 46 +- mails/en/header_order_conf.html | 42 +- mails/en/in_transit.html | 46 +- mails/en/in_transit.txt | 14 +- mails/en/log_alert.html | 46 +- mails/en/log_alert.txt | 8 +- mails/en/newsletter.html | 46 +- mails/en/newsletter.txt | 8 +- mails/en/order_canceled.html | 46 +- mails/en/order_canceled.txt | 12 +- mails/en/order_changed.html | 46 +- mails/en/order_changed.txt | 12 +- mails/en/order_conf.html | 6 +- mails/en/order_conf.txt | 15 +- mails/en/order_conf_admin.html | 7 +- mails/en/order_conf_admin.txt | 27 +- mails/en/order_customer_comment.html | 46 +- mails/en/order_customer_comment.txt | 8 +- mails/en/order_merchant_comment.html | 46 +- mails/en/order_merchant_comment.txt | 8 +- .../en/order_refund_completed_admin.html | 89 +- mails/en/order_refund_completed_admin.txt | 24 + .../en/order_refund_completed_customer.html | 56 +- mails/en/order_refund_completed_customer.txt | 22 + .../en/order_refund_denied_admin.html | 86 +- mails/en/order_refund_denied_admin.txt | 25 + .../en/order_refund_denied_customer.html | 53 +- mails/en/order_refund_denied_customer.txt | 23 + .../en/order_refund_received_admin.html | 86 +- mails/en/order_refund_received_admin.txt | 25 + .../en/order_refund_received_customer.html | 53 +- mails/en/order_refund_received_customer.txt | 21 + .../en/order_refund_waiting_admin.html | 87 +- mails/en/order_refund_waiting_admin.txt | 26 + .../en/order_refund_waiting_customer.html | 53 +- mails/en/order_refund_waiting_customer.txt | 22 + mails/en/order_return_state.html | 46 +- mails/en/order_return_state.txt | 8 +- mails/en/outofstock.html | 46 +- mails/en/outofstock.txt | 12 +- mails/en/password.html | 46 +- mails/en/password.txt | 12 +- mails/en/password_query.html | 46 +- mails/en/password_query.txt | 10 +- mails/en/payment.html | 46 +- mails/en/payment.txt | 12 +- mails/en/payment_error.html | 46 +- mails/en/payment_error.txt | 12 +- mails/en/preparation.html | 46 +- mails/en/preparation.txt | 12 +- mails/en/refund.html | 46 +- mails/en/refund.txt | 12 +- mails/en/refund_request_detail_admin.tpl | 63 + mails/en/refund_request_detail_customer.tpl | 63 + mails/en/reply_msg.html | 46 +- mails/en/reply_msg.txt | 12 +- mails/en/shipped.html | 48 +- mails/en/shipped.txt | 10 +- mails/en/test.html | 46 +- mails/en/test.txt | 8 +- mails/en/voucher.html | 46 +- mails/en/voucher.txt | 8 +- mails/en/voucher_new.html | 46 +- mails/en/voucher_new.txt | 8 +- modules/bankwire/CHANGELOG.txt | 11 + modules/bankwire/bankwire.php | 24 +- .../bankwire/controllers/front/payment.php | 22 +- .../bankwire/controllers/front/validation.php | 11 +- modules/bankwire/payment.php | 41 - modules/bankwire/validation.php | 64 - .../templates/front/payment_execution.tpl | 2 +- modules/blockadvertising/CHANGELOG.txt | 10 + modules/blockadvertising/blockadvertising.php | 15 +- modules/blockbanner/CHANGELOG.txt | 10 + modules/blockbanner/blockbanner.php | 16 +- modules/blockcart/blockcart.php | 2 +- modules/blockreinsurance/CHANGELOG.txt | 10 + modules/blockreinsurance/blockreinsurance.php | 24 +- modules/blockreinsurance/reinsuranceClass.php | 22 +- modules/cashondelivery/CHANGELOG.txt | 7 - modules/cashondelivery/Readme.md | 37 - modules/cashondelivery/cashondelivery.gif | Bin 2391 -> 0 bytes modules/cashondelivery/cashondelivery.jpg | Bin 3009 -> 0 bytes modules/cashondelivery/cashondelivery.php | 118 -- modules/cashondelivery/composer.json | 19 - modules/cashondelivery/config.xml | 12 - .../controllers/front/index.php | 35 - .../controllers/front/validation.php | 80 -- modules/cashondelivery/controllers/index.php | 35 - modules/cashondelivery/index.php | 35 - modules/cashondelivery/logo.gif | Bin 425 -> 0 bytes modules/cashondelivery/logo.png | Bin 1365 -> 0 bytes modules/cashondelivery/translations/ag.php | 25 - modules/cashondelivery/translations/bg.php | 8 - modules/cashondelivery/translations/br.php | 25 - modules/cashondelivery/translations/de.php | 8 - modules/cashondelivery/translations/en.php | 25 - modules/cashondelivery/translations/es.php | 8 - modules/cashondelivery/translations/fr.php | 8 - modules/cashondelivery/translations/index.php | 35 - modules/cashondelivery/views/index.php | 35 - .../views/templates/front/index.php | 35 - .../views/templates/front/validation.tpl | 60 - .../views/templates/hook/confirmation.tpl | 31 - .../views/templates/hook/index.php | 35 - .../views/templates/hook/payment.tpl | 33 - .../cashondelivery/views/templates/index.php | 35 - modules/cheque/CHANGELOG.txt | 11 + modules/cheque/cheque.php | 30 +- modules/cheque/controllers/front/payment.php | 22 +- .../cheque/controllers/front/validation.php | 10 +- modules/cheque/payment.php | 41 - modules/cheque/validation.php | 67 -- .../templates/front/payment_execution.tpl | 2 +- modules/hotelreservationsystem/CHANGELOG.txt | 39 + .../classes/ChannelManagerServices.php | 4 +- .../classes/ChannelOrderPayment.php | 4 +- .../classes/HotelAdvancedPayment.php | 102 +- .../classes/HotelBookingDemands.php | 33 +- .../classes/HotelBookingDetail.php | 198 +++- .../classes/HotelBranchFeatures.php | 4 +- .../classes/HotelBranchInformation.php | 315 ++++- .../classes/HotelBranchRefundRules.php | 94 ++ .../classes/HotelCartBookingData.php | 94 +- .../classes/HotelCustomerAdvancedPayment.php | 169 --- .../HotelCustomerAdvancedProductPayment.php | 79 -- .../classes/HotelFeatures.php | 12 +- .../classes/HotelHelper.php | 117 +- .../classes/HotelImage.php | 35 +- .../classes/HotelOrderRefundInfo.php | 94 -- .../classes/HotelOrderRefundRules.php | 163 ++- .../classes/HotelOrderRefundStages.php | 60 - .../classes/HotelOrderRestrictDate.php | 48 +- .../classes/HotelOrderStatus.php | 4 +- .../classes/HotelRoomAllotmentType.php | 4 +- .../classes/HotelRoomDisableDates.php | 4 +- .../classes/HotelRoomInformation.php | 55 +- .../classes/HotelRoomStatus.php | 4 +- .../classes/HotelRoomType.php | 35 +- .../classes/HotelRoomTypeDemand.php | 16 +- .../classes/HotelRoomTypeDemandPrice.php | 4 +- .../classes/HotelRoomTypeFeaturePricing.php | 156 ++- .../classes/HotelRoomTypeGlobalDemand.php | 33 +- ...HotelRoomTypeGlobalDemandAdvanceOption.php | 16 +- .../classes/QloRoomType.php | 4 +- .../classes/QloWebservice.php | 4 +- ...ebserviceSpecificManagementHotelImages.php | 473 ++++++++ .../WebserviceSpecificManagementQlo.php | 4 +- .../hotelreservationsystem/classes/index.php | 4 +- .../admin/AdminAddHotelController.php | 90 +- .../admin/AdminAssignHotelFeatures.php | 4 +- .../admin/AdminHotelFeaturePricesSettings.php | 12 +- .../AdminHotelGeneralSettingsController.php | 24 +- .../AdminHotelRoomsBookingController.php | 4 +- .../admin/AdminHotelfeaturesController.php | 4 +- .../AdminOrderRefundRequestsController.php | 815 +++++++------ .../admin/AdminOrderRefundRulesController.php | 297 +++-- .../admin/AdminRoomTypeGlobalDemand.php | 43 +- .../controllers/admin/index.php | 4 +- .../controllers/index.php | 4 +- modules/hotelreservationsystem/define.php | 18 +- .../hotelreservationsystem.php | 192 +-- modules/hotelreservationsystem/index.php | 4 +- modules/hotelreservationsystem/install.sql | 118 +- .../libs/datatable/dataTables.bootstrap.js | 179 +++ .../{mails/bg => libs/datatable}/index.php | 4 +- .../libs/datatable/jquery.dataTables.min.js | 157 +++ modules/hotelreservationsystem/libs/index.php | 4 +- .../mails/ag/accepted_conf.txt | 8 - .../mails/ag/refund_conf.txt | 11 - .../mails/ag/reject_conf.html | 122 -- .../mails/ag/reject_conf.txt | 7 - .../mails/ag/request_processed.txt | 7 - .../mails/ag/total_order_processed.txt | 7 - .../mails/ar/accepted_conf.txt | 8 - .../mails/ar/refund_conf.txt | 11 - .../mails/ar/reject_conf.html | 122 -- .../mails/ar/reject_conf.txt | 7 - .../mails/ar/request_processed.html | 123 -- .../mails/ar/request_processed.txt | 7 - .../mails/ar/total_order_processed.html | 123 -- .../mails/ar/total_order_processed.txt | 7 - .../mails/bg/accepted_conf.html | 123 -- .../mails/bg/accepted_conf.txt | 8 - .../mails/bg/refund_conf.txt | 11 - .../mails/bg/reject_conf.html | 122 -- .../mails/bg/reject_conf.txt | 7 - .../mails/bg/request_processed.html | 123 -- .../mails/bg/request_processed.txt | 7 - .../mails/bg/total_order_processed.html | 123 -- .../mails/bg/total_order_processed.txt | 7 - .../mails/br/accepted_conf.html | 123 -- .../mails/br/accepted_conf.txt | 8 - .../mails/br/refund_conf.txt | 11 - .../mails/br/reject_conf.html | 122 -- .../mails/br/reject_conf.txt | 7 - .../mails/br/request_processed.html | 123 -- .../mails/br/request_processed.txt | 7 - .../mails/br/total_order_processed.html | 123 -- .../mails/br/total_order_processed.txt | 7 - .../mails/ca/accepted_conf.html | 123 -- .../mails/ca/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/ca/index.php | 29 - .../mails/ca/refund_conf.html | 125 -- .../mails/ca/refund_conf.txt | 11 - .../mails/ca/reject_conf.html | 122 -- .../mails/ca/reject_conf.txt | 7 - .../mails/ca/request_processed.html | 123 -- .../mails/ca/request_processed.txt | 7 - .../mails/ca/total_order_processed.html | 123 -- .../mails/ca/total_order_processed.txt | 7 - .../mails/de/accepted_conf.html | 123 -- .../mails/de/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/de/index.php | 29 - .../mails/de/refund_conf.html | 125 -- .../mails/de/refund_conf.txt | 11 - .../mails/de/reject_conf.html | 122 -- .../mails/de/reject_conf.txt | 7 - .../mails/de/request_processed.html | 123 -- .../mails/de/request_processed.txt | 7 - .../mails/de/total_order_processed.html | 123 -- .../mails/de/total_order_processed.txt | 7 - .../mails/en/accepted_conf.html | 123 -- .../mails/en/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/en/index.php | 29 - .../mails/en/refund_conf.html | 125 -- .../mails/en/refund_conf.txt | 11 - .../mails/en/reject_conf.html | 122 -- .../mails/en/reject_conf.txt | 7 - .../mails/en/request_processed.html | 123 -- .../mails/en/request_processed.txt | 7 - .../mails/en/total_order_processed.html | 123 -- .../mails/en/total_order_processed.txt | 7 - .../mails/es/accepted_conf.html | 123 -- .../mails/es/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/es/index.php | 29 - .../mails/es/refund_conf.html | 125 -- .../mails/es/refund_conf.txt | 11 - .../mails/es/reject_conf.html | 122 -- .../mails/es/reject_conf.txt | 7 - .../mails/es/request_processed.html | 123 -- .../mails/es/request_processed.txt | 7 - .../mails/es/total_order_processed.html | 123 -- .../mails/es/total_order_processed.txt | 7 - .../mails/fr/accepted_conf.html | 123 -- .../mails/fr/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/fr/index.php | 29 - .../mails/fr/refund_conf.html | 125 -- .../mails/fr/refund_conf.txt | 11 - .../mails/fr/reject_conf.html | 122 -- .../mails/fr/reject_conf.txt | 7 - .../mails/fr/request_processed.html | 123 -- .../mails/fr/request_processed.txt | 7 - .../mails/fr/total_order_processed.html | 123 -- .../mails/fr/total_order_processed.txt | 7 - .../mails/gl/accepted_conf.html | 123 -- .../mails/gl/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/gl/index.php | 29 - .../mails/gl/refund_conf.html | 125 -- .../mails/gl/refund_conf.txt | 11 - .../mails/gl/reject_conf.html | 122 -- .../mails/gl/reject_conf.txt | 7 - .../mails/gl/request_processed.html | 123 -- .../mails/gl/request_processed.txt | 7 - .../mails/gl/total_order_processed.html | 123 -- .../mails/gl/total_order_processed.txt | 7 - .../mails/id/accepted_conf.html | 123 -- .../mails/id/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/id/index.php | 29 - .../mails/id/refund_conf.html | 125 -- .../mails/id/refund_conf.txt | 11 - .../mails/id/reject_conf.html | 122 -- .../mails/id/reject_conf.txt | 7 - .../mails/id/request_processed.html | 123 -- .../mails/id/request_processed.txt | 7 - .../mails/id/total_order_processed.html | 123 -- .../mails/id/total_order_processed.txt | 7 - .../hotelreservationsystem/mails/index.php | 29 - .../mails/nl/accepted_conf.html | 123 -- .../mails/nl/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/nl/index.php | 29 - .../mails/nl/refund_conf.html | 125 -- .../mails/nl/refund_conf.txt | 11 - .../mails/nl/reject_conf.html | 122 -- .../mails/nl/reject_conf.txt | 7 - .../mails/nl/request_processed.html | 123 -- .../mails/nl/request_processed.txt | 7 - .../mails/nl/total_order_processed.html | 123 -- .../mails/nl/total_order_processed.txt | 7 - .../mails/pl/accepted_conf.html | 123 -- .../mails/pl/accepted_conf.txt | 8 - .../hotelreservationsystem/mails/pl/index.php | 35 - .../mails/pl/refund_conf.html | 125 -- .../mails/pl/refund_conf.txt | 11 - .../mails/pl/reject_conf.html | 122 -- .../mails/pl/reject_conf.txt | 7 - .../mails/pl/request_processed.html | 123 -- .../mails/pl/request_processed.txt | 7 - .../mails/pl/total_order_processed.html | 123 -- .../mails/pl/total_order_processed.txt | 7 - .../views/css/HotelReservationAdmin.css | 28 +- .../views/css/admin/css/index.php | 4 +- .../views/css/admin/index.php | 4 +- .../views/css/datepickerCustom.css | 133 ++- .../views/css/index.php | 4 +- .../views/css/roomTypeDemand.css | 4 +- .../views/css/searchblock.css | 246 ---- .../views/img/Slices/index.php | 4 +- .../views/img/hotel_img/index.php | 4 +- .../views/img/index.php | 4 +- .../views/img/prod_imgs/1/index.php | 4 +- .../views/img/prod_imgs/2/index.php | 4 +- .../views/img/prod_imgs/3/index.php | 4 +- .../views/img/prod_imgs/4/index.php | 4 +- .../views/img/prod_imgs/index.php | 4 +- .../hotelreservationsystem/views/index.php | 4 +- .../views/js/HotelReservationAdmin.js | 80 +- .../{mails/br => views/js/admin}/index.php | 4 +- .../views/js/admin/wk_refund_request.js | 52 + .../js/admin/wk_refund_rule.js} | 23 +- .../views/js/hotelImage.js | 4 +- .../hotelreservationsystem/views/js/index.php | 4 +- .../views/js/roomTypeDemand.js | 4 +- .../views/js/roomTypeGlobalDemand.js | 4 +- .../admin/_partials/htl-form-fields-flag.tpl | 4 +- .../views/templates/admin/_partials/index.php | 4 +- .../admin/add_hotel/helpers/form/form.tpl | 92 ++ .../admin/add_hotel/helpers/form/index.php | 4 +- .../admin/add_hotel/helpers/index.php | 4 +- .../views/templates/admin/add_hotel/index.php | 4 +- .../helpers/form/form.tpl | 4 +- .../helpers/form/index.php | 4 +- .../assign_hotel_features/helpers/index.php | 4 +- .../admin/assign_hotel_features/index.php | 4 +- .../helpers/index.php | 4 +- .../helpers/view/index.php | 4 +- .../hotel_configuration_setting/index.php | 4 +- .../helpers/form/form.tpl | 44 +- .../helpers/form/index.php | 4 +- .../helpers/index.php | 4 +- .../helpers/options/index.php | 4 +- .../hotel_feature_prices_settings/index.php | 4 +- .../hotel_features/helpers/form/form.tpl | 4 +- .../hotel_features/helpers/form/index.php | 4 +- .../admin/hotel_features/helpers/index.php | 4 +- .../hotel_features/helpers/view/index.php | 4 +- .../hotel_features/helpers/view/view.tpl | 4 +- .../templates/admin/hotel_features/index.php | 4 +- .../helpers/index.php | 4 +- .../helpers/view/index.php | 4 +- .../admin/hotel_reservation_system/index.php | 4 +- .../hotel_rooms_booking/helpers/index.php | 4 +- .../helpers/view/index.php | 4 +- .../admin/hotel_rooms_booking/index.php | 4 +- .../views/templates/admin/index.php | 4 +- .../order_refund_requests/helpers/index.php | 4 +- .../helpers/view/index.php | 4 +- .../helpers/view/view.tpl | 381 ++++-- .../admin/order_refund_requests/index.php | 4 +- .../order_refund_rules/helpers/form/form.tpl | 89 +- .../order_refund_rules/helpers/form/index.php | 4 +- .../order_refund_rules/helpers/index.php | 4 +- .../admin/order_refund_rules/index.php | 4 +- .../helpers/form/index.php | 4 +- .../order_restrict_settings/helpers/index.php | 4 +- .../admin/order_restrict_settings/index.php | 4 +- .../_partials}/index.php | 4 +- .../_partials/price_calc_method_badge.tpl} | 19 +- .../helpers/form/form.tpl | 4 +- .../helpers/form/index.php | 4 +- .../room_type_global_demand/helpers/index.php | 4 +- .../admin/room_type_global_demand/index.php | 4 +- .../templates/hook/headerHotelDescBlock.tpl | 23 +- .../views/templates/hook/index.php | 4 +- .../views/templates/hook/roomTypeDemands.tpl | 4 +- .../views/templates/index.php | 4 +- modules/paypal/CHANGELOG.txt | 20 + modules/paypal/api/ApiPaypalPlus.php | 15 +- .../classes/AuthenticatePaymentMethods.php | 2 +- modules/paypal/classes/Braintree.php | 10 +- modules/paypal/express_checkout/process.php | 22 +- modules/paypal/paypal.php | 26 +- .../views/img/logos/GB_PayPal_logo_100x45.gif | Bin 0 -> 1318 bytes .../views/img/logos/GB_PayPal_logo_150x65.gif | Bin 0 -> 1405 bytes .../views/img/logos/GB_PayPal_logo_80x35.gif | Bin 0 -> 1167 bytes .../views/img/logos/GB_PayPal_mark_37x23.gif | Bin 0 -> 761 bytes .../views/img/logos/GB_PayPal_mark_50x34.gif | Bin 0 -> 951 bytes .../views/img/logos/GB_PayPal_mark_60x38.gif | Bin 0 -> 756 bytes .../img/logos/GB_horizontal_solution_PP.gif | Bin 0 -> 4751 bytes .../img/logos/GB_vertical_solution_PP.gif | Bin 0 -> 6572 bytes .../img/logos/default_PayPal_logo_100x45.gif | Bin 1380 -> 1318 bytes .../img/logos/default_PayPal_logo_150x65.gif | Bin 1633 -> 1405 bytes .../img/logos/default_PayPal_logo_80x35.gif | Bin 1188 -> 1167 bytes .../img/logos/default_PayPal_mark_37x23.gif | Bin 812 -> 761 bytes .../img/logos/default_PayPal_mark_50x34.gif | Bin 1050 -> 951 bytes .../img/logos/default_PayPal_mark_60x38.gif | Bin 956 -> 756 bytes .../templates/hook/braintree_payment.tpl | 2 +- .../hook/express_checkout_payment.tpl | 8 +- .../hook/integral_evolution_payment.tpl | 16 +- modules/productpaymentlogos/CHANGELOG.txt | 8 + .../productpaymentlogos.php | 327 +++--- .../templates/hook/productpaymentlogos.tpl | 2 +- modules/pscleaner/CHANGELOG.txt | 13 + modules/pscleaner/pscleaner.php | 35 +- modules/wkabouthotelblock/CHANGELOG.txt | 25 + .../classes/WkHotelInteriorImage.php | 44 +- modules/wkabouthotelblock/classes/index.php | 4 +- .../AdminAboutHotelBlockSettingController.php | 55 +- .../controllers/admin/index.php | 4 +- .../wkabouthotelblock/controllers/index.php | 4 +- modules/wkabouthotelblock/define.php | 4 +- modules/wkabouthotelblock/index.php | 4 +- modules/wkabouthotelblock/install.sql | 4 +- .../views/css/WkAboutHotelBlockAdmin.css | 4 +- .../views/css/WkAboutHotelBlockFront.css | 4 +- modules/wkabouthotelblock/views/css/index.php | 4 +- .../views/img/dummy_img/index.php | 4 +- .../views/img/hotel_interior/index.php | 4 +- modules/wkabouthotelblock/views/img/index.php | 4 +- modules/wkabouthotelblock/views/index.php | 4 +- .../views/js/WkAboutHotelBlockAdmin.js | 4 +- .../views/js/WkAboutHotelBlockFront.js | 4 +- modules/wkabouthotelblock/views/js/index.php | 4 +- .../hook/aboutHotelBlockModuleSetting.tpl | 4 +- .../templates/hook/hotelInteriorBlock.tpl | 38 +- .../hook/hotelInteriorFooterExploreLink.tpl | 4 +- .../views/templates/hook/index.php | 4 +- .../views/templates/index.php | 4 +- .../wkabouthotelblock/wkabouthotelblock.php | 18 +- modules/wkfooterpaymentblock/CHANGELOG.txt | 9 + .../classes/WkFooterPaymentBlockInfo.php | 25 +- ...minFooterPaymentBlockSettingController.php | 19 +- .../templates/hook/wkFooterPaymentBlock.tpl | 2 +- .../wkfooterpaymentblock.php | 2 +- modules/wkhotelfeaturesblock/CHANGELOG.txt | 18 + .../classes/WkHotelFeaturesData.php | 29 +- .../wkhotelfeaturesblock/classes/index.php | 4 +- .../AdminFeaturesModuleSettingController.php | 33 +- .../controllers/admin/index.php | 4 +- .../controllers/index.php | 4 +- modules/wkhotelfeaturesblock/install.sql | 4 +- .../wkhotelfeaturesblock/views/css/index.php | 4 +- .../views/css/wkHotelFeaturesBlockFront.css | 4 +- .../views/img/dummy_img/index.php | 4 +- .../views/img/hotels_features_img/1.jpg | Bin 0 -> 21696 bytes .../views/img/hotels_features_img/2.jpg | Bin 0 -> 26865 bytes .../views/img/hotels_features_img/3.jpg | Bin 0 -> 43263 bytes .../views/img/hotels_features_img/4.jpg | Bin 0 -> 60116 bytes .../views/img/hotels_features_img/index.php | 4 +- .../wkhotelfeaturesblock/views/img/index.php | 4 +- modules/wkhotelfeaturesblock/views/index.php | 4 +- .../wkhotelfeaturesblock/views/js/index.php | 4 +- .../views/js/wkHotelFeaturesBlockAdmin.js | 4 +- .../views/js/wkHotelFeaturesBlockFront.js | 4 +- .../hook/hotelFeatureFooterExploreLink.tpl | 4 +- .../hook/hotelFeatureSettingLink.tpl | 4 +- .../templates/hook/hotelfeaturescontent.tpl | 44 +- .../views/templates/hook/index.php | 4 +- .../views/templates/index.php | 4 +- .../wkhotelfeaturesblock.php | 18 +- .../wkhotelfiltersearchblock/CHANGELOG.txt | 34 - modules/wkhotelfiltersearchblock/index.php | 29 - modules/wkhotelfiltersearchblock/logo.gif | Bin 1806 -> 0 bytes modules/wkhotelfiltersearchblock/logo.png | Bin 2083 -> 0 bytes .../views/css/index.php | 35 - .../views/css/wkhotelfiltersearchblock.css | 118 -- .../wkhotelfiltersearchblock/views/index.php | 29 - .../templates/hook/htlfiltersearchblock.tpl | 118 -- .../views/templates/hook/index.php | 29 - .../views/templates/index.php | 29 - .../wkhotelfiltersearchblock.php | 169 --- modules/wkhotelroom/CHANGELOG.txt | 17 + .../classes/WkHotelRoomDisplay.php | 4 +- modules/wkhotelroom/classes/index.php | 4 +- .../AdminHotelRoomModuleSettingController.php | 4 +- .../wkhotelroom/controllers/admin/index.php | 4 +- modules/wkhotelroom/controllers/index.php | 4 +- modules/wkhotelroom/define.php | 4 +- modules/wkhotelroom/index.php | 4 +- modules/wkhotelroom/install.sql | 4 +- .../views/css/WkHotelRoomBlockAdmin.css | 4 +- .../views/css/WkHotelRoomBlockFront.css | 4 +- modules/wkhotelroom/views/css/index.php | 4 +- modules/wkhotelroom/views/index.php | 4 +- .../views/js/WkHotelRoomBlockAdmin.js | 4 +- modules/wkhotelroom/views/js/index.php | 4 +- .../templates/admin/hotel_room/index.php | 4 +- .../admin/hotel_room/product_search_block.tpl | 4 +- .../views/templates/admin/index.php | 4 +- .../templates/hook/hotelRoomDisplayBlock.tpl | 80 +- .../hook/hotelRoomFooterExploreLink.tpl | 4 +- .../templates/hook/hotelRoomSettingLink.tpl | 4 +- .../views/templates/hook/index.php | 4 +- modules/wkhotelroom/views/templates/index.php | 4 +- modules/wkhotelroom/wkhotelroom.php | 6 +- modules/wkpaypaladaptive/CHANGELOG.txt | 22 - .../classes/wkpaypalhelper.php | 39 - .../classes/wkpaypalrefund.php | 41 - .../classes/wkpaypaltransaction.php | 154 --- .../controllers/front/payment.php | 178 --- .../controllers/front/validation.php | 345 ------ modules/wkpaypaladaptive/index.php | 29 - modules/wkpaypaladaptive/install.sql | 25 - modules/wkpaypaladaptive/ipn.log | 0 modules/wkpaypaladaptive/logo.gif | Bin 1807 -> 0 bytes modules/wkpaypaladaptive/logo.png | Bin 6100 -> 0 bytes modules/wkpaypaladaptive/notify.php | 278 ----- modules/wkpaypaladaptive/refund.php | 73 -- .../views/css/hook_payment.css | 35 - modules/wkpaypaladaptive/views/css/index.php | 29 - .../views/img/ajax-loader.gif | Bin 2608 -> 0 bytes modules/wkpaypaladaptive/views/img/index.php | 29 - .../views/img/paypal-adaptive-icon.png | Bin 2223 -> 0 bytes modules/wkpaypaladaptive/views/index.php | 29 - modules/wkpaypaladaptive/views/js/index.php | 29 - .../views/templates/front/index.php | 29 - .../views/templates/front/paypal_error.tpl | 39 - .../views/templates/front/redirect_pay.tpl | 31 - .../views/templates/hook/admin-order.tpl | 141 --- .../views/templates/hook/index.php | 29 - .../views/templates/hook/payment.tpl | 28 - .../views/templates/hook/payment_return.tpl | 46 - .../views/templates/index.php | 29 - modules/wkpaypaladaptive/wkpaypaladaptive.php | 249 ---- modules/wkroomsearchblock/CHANGELOG.txt | 19 + .../LICENSE.txt | 0 modules/wkroomsearchblock/Readme.md | 8 + .../classes/WkRoomSearchHelper.php | 151 +++ .../classes/index.php | 4 +- .../controllers/front/autocompletesearch.php | 6 +- .../controllers/front/index.php | 21 +- .../wkroomsearchblock/controllers/index.php | 21 +- modules/wkroomsearchblock/index.php | 4 +- modules/wkroomsearchblock/views/css/index.php | 4 +- .../views/css/wk-category-search.css | 105 ++ .../views/css/wk-global-search.css | 147 +++ .../views/css/wk-landing-page-search.css | 89 ++ .../views/css/wk-roomtype-search.css | 123 ++ .../views/img/icon-arrow-left.svg | 16 + .../views/img/icon-calendar.png | Bin 241 -> 0 bytes .../views/img/icon-calendar.svg | 27 + .../views/img/icon-close.svg | 12 + .../views/img/icon-dropdown-arrow.svg | 20 + .../views/img/icon-hotel.svg | 25 + .../views/img/icon-map-pin.svg | 23 + .../views/img/icon-users.svg | 25 + modules/wkroomsearchblock/views/img/index.php | 4 +- modules/wkroomsearchblock/views/index.php | 4 +- .../views/js}/index.php | 4 +- .../views/js/wk-room-search-block.js} | 266 +++-- .../views/js/wk-roomtype-search.js} | 28 +- .../templates/hook/categoryPageSearch.tpl | 79 ++ .../views/templates/hook/index.php | 4 +- .../templates/hook/landingPageSearch.tpl | 134 +++ ...eBookingXsBtn.tpl => landingPageXsBtn.tpl} | 4 +- .../views/templates/hook/roomSearchForm.tpl | 0 .../templates/hook/roomSearchWrapper.tpl | 133 --- .../templates/hook/roomSearchWrapperXS.tpl | 0 .../templates/hook/roomTypePageSearch.tpl | 115 ++ .../views/templates/hook/roomseachblock.tpl | 40 - .../views/templates/index.php | 4 +- .../wkroomsearchblock/wkroomsearchblock.php | 259 +++-- modules/wktestimonialblock/CHANGELOG.txt | 18 + .../classes/WkHotelTestimonialData.php | 26 +- modules/wktestimonialblock/classes/index.php | 4 +- ...minTestimonialsModuleSettingController.php | 24 +- .../controllers/admin/index.php | 4 +- .../wktestimonialblock/controllers/index.php | 4 +- modules/wktestimonialblock/index.php | 4 +- modules/wktestimonialblock/install.sql | 4 +- .../wktestimonialblock/translations/index.php | 4 +- .../views/css/WkTestimonialBlockFront.css | 4 +- .../wktestimonialblock/views/css/index.php | 4 +- .../views/css/testimonialblock.css | 4 +- .../views/img/dummy_img/index.php | 4 +- .../views/img/hotels_testimonials_img/1.jpg | Bin 0 -> 13746 bytes .../views/img/hotels_testimonials_img/2.jpg | Bin 0 -> 13724 bytes .../views/img/hotels_testimonials_img/3.jpg | Bin 0 -> 15691 bytes .../img/hotels_testimonials_img/index.php | 4 +- .../wktestimonialblock/views/img/index.php | 4 +- modules/wktestimonialblock/views/index.php | 4 +- .../views/js/WkTestimonialBlockAdmin.js | 4 +- .../views/js/WkTestimonialBlockFront.js | 4 +- modules/wktestimonialblock/views/js/index.php | 4 +- .../hotelTestimonialFooterExploreLink.tpl | 4 +- .../hook/hotelTestimonialSettingLink.tpl | 4 +- .../views/templates/hook/index.php | 4 +- .../templates/hook/wktestimonialblock.tpl | 39 +- .../views/templates/index.php | 4 +- .../wktestimonialblock/wktestimonialblock.php | 26 +- pdf/invoice.product-tab.tpl | 14 - pdf/invoice.total-tab.tpl | 33 +- pdf/order-slip.product-tab.tpl | 10 +- pdf/order-slip.summary-tab.tpl | 1 + pdf/order-slip.total-tab.tpl | 6 +- pdf/order-slip.tpl | 4 +- themes/hotel-reservation-theme/category.tpl | 3 +- themes/hotel-reservation-theme/config.xml | 9 - themes/hotel-reservation-theme/css/global.css | 12 +- .../hotel-reservation-theme/css/history.css | 221 ++-- .../hotel-reservation-theme/css/product.css | 202 ++-- themes/hotel-reservation-theme/header.tpl | 2 +- themes/hotel-reservation-theme/history.tpl | 45 +- themes/hotel-reservation-theme/js/category.js | 6 +- themes/hotel-reservation-theme/js/global.js | 35 + themes/hotel-reservation-theme/js/history.js | 223 ++-- .../js/modules/blockcart/ajax-cart.js | 33 +- .../hotel-reservation-theme/js/order-opc.js | 5 +- themes/hotel-reservation-theme/js/product.js | 145 ++- .../templates/front/payment_execution.tpl | 2 +- .../templates/front/payment_execution.tpl | 2 +- themes/hotel-reservation-theme/my-account.tpl | 4 +- .../order-confirmation.tpl | 89 +- .../hotel-reservation-theme/order-detail.tpl | 939 ++++++--------- .../hotel-reservation-theme/order-follow.tpl | 166 +-- .../order-opc-advanced-payment-option.tpl | 17 +- themes/hotel-reservation-theme/order-opc.tpl | 59 +- .../hotel-reservation-theme/order-return.tpl | 186 +-- themes/hotel-reservation-theme/product.tpl | 522 ++++----- .../hotel-reservation-theme/shopping-cart.tpl | 20 +- tools/tcpdf/tcpdf.php | 151 ++- .../custom_mails/advanced-book-data.tpl | 59 - .../custom_mails/advanced-book-data.txt | 11 - translations/custom_mails/order_conf.html | 8 +- translations/custom_mails/order_conf.txt | 15 +- .../custom_mails/order_conf_admin.html | 7 +- .../custom_mails/order_conf_admin.txt | 27 +- 1142 files changed, 13488 insertions(+), 32445 deletions(-) create mode 100644 admin/themes/default/template/controllers/products/occupancy.tpl create mode 100644 classes/order/OrderReturnDetail.php delete mode 100644 img/rf/0.jpg delete mode 100644 img/rf/10.png delete mode 100644 img/rf/11.png delete mode 100644 img/rf/12.png rename img/rf/{13.png => 6.jpg} (100%) rename img/rf/{14.png => 7.jpg} (100%) delete mode 100644 img/rf/8.png delete mode 100644 img/rf/9.png create mode 100644 install/data/img/os/Awaiting_remote_payment.gif delete mode 100644 install/data/xml/carrier.xml delete mode 100644 install/data/xml/carrier_group.xml delete mode 100644 install/data/xml/carrier_tax_rules_group_shop.xml delete mode 100644 install/data/xml/carrier_zone.xml delete mode 100644 install/data/xml/delivery.xml delete mode 100644 install/fixtures/fashion/data/attribute.xml delete mode 100644 install/fixtures/fashion/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/data/carrier.xml delete mode 100644 install/fixtures/fashion/data/carrier_group.xml delete mode 100644 install/fixtures/fashion/data/carrier_tax_rules_group_shop.xml delete mode 100644 install/fixtures/fashion/data/carrier_zone.xml delete mode 100644 install/fixtures/fashion/data/cart.xml delete mode 100644 install/fixtures/fashion/data/cart_product.xml delete mode 100644 install/fixtures/fashion/data/category.xml delete mode 100644 install/fixtures/fashion/data/category_group.xml delete mode 100644 install/fixtures/fashion/data/category_product.xml delete mode 100644 install/fixtures/fashion/data/delivery.xml delete mode 100644 install/fixtures/fashion/data/feature.xml delete mode 100644 install/fixtures/fashion/data/feature_product.xml delete mode 100644 install/fixtures/fashion/data/feature_value.xml delete mode 100644 install/fixtures/fashion/data/generate_attribute.php delete mode 100644 install/fixtures/fashion/data/image.xml delete mode 100644 install/fixtures/fashion/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/data/order_carrier.xml delete mode 100644 install/fixtures/fashion/data/order_detail.xml delete mode 100644 install/fixtures/fashion/data/order_history.xml delete mode 100644 install/fixtures/fashion/data/order_message.xml delete mode 100644 install/fixtures/fashion/data/orders.xml delete mode 100644 install/fixtures/fashion/data/product.xml delete mode 100644 install/fixtures/fashion/data/product_attribute.xml delete mode 100644 install/fixtures/fashion/data/product_attribute_combination.xml delete mode 100644 install/fixtures/fashion/data/product_attribute_image.xml delete mode 100644 install/fixtures/fashion/data/product_supplier.xml delete mode 100644 install/fixtures/fashion/data/range_price.xml delete mode 100644 install/fixtures/fashion/data/range_weight.xml delete mode 100644 install/fixtures/fashion/data/scene.xml delete mode 100644 install/fixtures/fashion/data/specific_price.xml delete mode 100644 install/fixtures/fashion/data/stock_available.xml delete mode 100644 install/fixtures/fashion/data/store.xml delete mode 100644 install/fixtures/fashion/data/supplier.xml delete mode 100644 install/fixtures/fashion/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/category.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/image.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/product.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/bn/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/br/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/br/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/br/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/br/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/br/data/category.xml delete mode 100644 install/fixtures/fashion/langs/br/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/br/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/br/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/br/data/image.xml delete mode 100644 install/fixtures/fashion/langs/br/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/br/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/br/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/br/data/product.xml delete mode 100644 install/fixtures/fashion/langs/br/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/br/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/br/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/de/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/de/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/de/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/de/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/de/data/category.xml delete mode 100644 install/fixtures/fashion/langs/de/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/de/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/de/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/de/data/image.xml delete mode 100644 install/fixtures/fashion/langs/de/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/de/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/de/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/de/data/product.xml delete mode 100644 install/fixtures/fashion/langs/de/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/de/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/de/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/en/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/en/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/en/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/en/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/en/data/category.xml delete mode 100644 install/fixtures/fashion/langs/en/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/en/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/en/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/en/data/image.xml delete mode 100644 install/fixtures/fashion/langs/en/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/en/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/en/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/en/data/product.xml delete mode 100644 install/fixtures/fashion/langs/en/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/en/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/en/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/es/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/es/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/es/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/es/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/es/data/category.xml delete mode 100644 install/fixtures/fashion/langs/es/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/es/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/es/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/es/data/image.xml delete mode 100644 install/fixtures/fashion/langs/es/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/es/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/es/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/es/data/product.xml delete mode 100644 install/fixtures/fashion/langs/es/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/es/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/es/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/category.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/image.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/product.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/fa/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/category.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/image.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/product.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/fr/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/id/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/id/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/id/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/id/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/id/data/category.xml delete mode 100644 install/fixtures/fashion/langs/id/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/id/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/id/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/id/data/image.xml delete mode 100644 install/fixtures/fashion/langs/id/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/id/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/id/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/id/data/product.xml delete mode 100644 install/fixtures/fashion/langs/id/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/id/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/id/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/it/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/it/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/it/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/it/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/it/data/category.xml delete mode 100644 install/fixtures/fashion/langs/it/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/it/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/it/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/it/data/image.xml delete mode 100644 install/fixtures/fashion/langs/it/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/it/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/it/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/it/data/product.xml delete mode 100644 install/fixtures/fashion/langs/it/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/it/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/it/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/category.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/image.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/product.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/nl/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/category.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/image.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/product.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/pl/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/category.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/image.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/product.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/qc/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/category.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/image.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/product.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/ro/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/category.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/image.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/product.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/ru/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/category.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/image.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/product.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/tw/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/category.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/image.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/product.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/vn/data/tag.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/attribute.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/attribute_group.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/attributegroup.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/carrier.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/category.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/feature.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/feature_value.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/featurevalue.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/image.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/manufacturer.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/order_message.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/ordermessage.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/product.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/scene.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/supplier.xml delete mode 100644 install/fixtures/fashion/langs/zh/data/tag.xml rename modules/wkpaypaladaptive/controllers/index.php => js/admin/order_states.js (58%) delete mode 100644 mails/en/advanced-book-data.tpl delete mode 100644 mails/en/advanced-book-data.txt rename modules/hotelreservationsystem/mails/br/refund_conf.html => mails/en/order_refund_completed_admin.html (55%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_completed_admin.txt rename modules/hotelreservationsystem/mails/ar/accepted_conf.html => mails/en/order_refund_completed_customer.html (63%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_completed_customer.txt rename modules/hotelreservationsystem/mails/ar/refund_conf.html => mails/en/order_refund_denied_admin.html (57%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_denied_admin.txt rename modules/hotelreservationsystem/mails/ag/total_order_processed.html => mails/en/order_refund_denied_customer.html (65%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_denied_customer.txt rename modules/hotelreservationsystem/mails/bg/refund_conf.html => mails/en/order_refund_received_admin.html (57%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_received_admin.txt rename modules/hotelreservationsystem/mails/ag/request_processed.html => mails/en/order_refund_received_customer.html (65%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_received_customer.txt rename modules/hotelreservationsystem/mails/ag/refund_conf.html => mails/en/order_refund_waiting_admin.html (56%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_waiting_admin.txt rename modules/hotelreservationsystem/mails/ag/accepted_conf.html => mails/en/order_refund_waiting_customer.html (65%) mode change 100644 => 100755 create mode 100755 mails/en/order_refund_waiting_customer.txt create mode 100644 mails/en/refund_request_detail_admin.tpl create mode 100644 mails/en/refund_request_detail_customer.tpl delete mode 100644 modules/bankwire/payment.php delete mode 100644 modules/bankwire/validation.php delete mode 100644 modules/cashondelivery/CHANGELOG.txt delete mode 100644 modules/cashondelivery/Readme.md delete mode 100644 modules/cashondelivery/cashondelivery.gif delete mode 100644 modules/cashondelivery/cashondelivery.jpg delete mode 100644 modules/cashondelivery/cashondelivery.php delete mode 100644 modules/cashondelivery/composer.json delete mode 100644 modules/cashondelivery/config.xml delete mode 100644 modules/cashondelivery/controllers/front/index.php delete mode 100644 modules/cashondelivery/controllers/front/validation.php delete mode 100644 modules/cashondelivery/controllers/index.php delete mode 100644 modules/cashondelivery/index.php delete mode 100644 modules/cashondelivery/logo.gif delete mode 100644 modules/cashondelivery/logo.png delete mode 100644 modules/cashondelivery/translations/ag.php delete mode 100644 modules/cashondelivery/translations/bg.php delete mode 100644 modules/cashondelivery/translations/br.php delete mode 100644 modules/cashondelivery/translations/de.php delete mode 100644 modules/cashondelivery/translations/en.php delete mode 100644 modules/cashondelivery/translations/es.php delete mode 100644 modules/cashondelivery/translations/fr.php delete mode 100644 modules/cashondelivery/translations/index.php delete mode 100644 modules/cashondelivery/views/index.php delete mode 100644 modules/cashondelivery/views/templates/front/index.php delete mode 100644 modules/cashondelivery/views/templates/front/validation.tpl delete mode 100644 modules/cashondelivery/views/templates/hook/confirmation.tpl delete mode 100644 modules/cashondelivery/views/templates/hook/index.php delete mode 100644 modules/cashondelivery/views/templates/hook/payment.tpl delete mode 100644 modules/cashondelivery/views/templates/index.php delete mode 100644 modules/cheque/payment.php delete mode 100644 modules/cheque/validation.php create mode 100644 modules/hotelreservationsystem/classes/HotelBranchRefundRules.php delete mode 100644 modules/hotelreservationsystem/classes/HotelCustomerAdvancedPayment.php delete mode 100644 modules/hotelreservationsystem/classes/HotelCustomerAdvancedProductPayment.php delete mode 100644 modules/hotelreservationsystem/classes/HotelOrderRefundInfo.php delete mode 100644 modules/hotelreservationsystem/classes/HotelOrderRefundStages.php create mode 100644 modules/hotelreservationsystem/classes/WebserviceSpecificManagementHotelImages.php create mode 100644 modules/hotelreservationsystem/libs/datatable/dataTables.bootstrap.js rename modules/hotelreservationsystem/{mails/bg => libs/datatable}/index.php (93%) create mode 100644 modules/hotelreservationsystem/libs/datatable/jquery.dataTables.min.js delete mode 100644 modules/hotelreservationsystem/mails/ag/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ag/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ag/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/ag/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ag/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/ag/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/ar/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ar/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ar/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/ar/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ar/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/ar/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/ar/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/ar/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/bg/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/bg/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/bg/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/bg/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/bg/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/bg/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/bg/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/bg/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/bg/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/br/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/br/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/br/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/br/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/br/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/br/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/br/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/br/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/br/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/ca/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/ca/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ca/index.php delete mode 100644 modules/hotelreservationsystem/mails/ca/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/ca/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ca/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/ca/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/ca/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/ca/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/ca/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/ca/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/de/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/de/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/de/index.php delete mode 100644 modules/hotelreservationsystem/mails/de/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/de/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/de/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/de/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/de/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/de/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/de/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/de/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/en/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/en/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/en/index.php delete mode 100644 modules/hotelreservationsystem/mails/en/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/en/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/en/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/en/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/en/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/en/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/en/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/en/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/es/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/es/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/es/index.php delete mode 100644 modules/hotelreservationsystem/mails/es/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/es/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/es/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/es/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/es/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/es/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/es/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/es/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/fr/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/fr/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/fr/index.php delete mode 100644 modules/hotelreservationsystem/mails/fr/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/fr/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/fr/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/fr/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/fr/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/fr/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/fr/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/fr/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/gl/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/gl/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/gl/index.php delete mode 100644 modules/hotelreservationsystem/mails/gl/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/gl/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/gl/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/gl/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/gl/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/gl/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/gl/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/gl/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/id/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/id/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/id/index.php delete mode 100644 modules/hotelreservationsystem/mails/id/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/id/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/id/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/id/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/id/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/id/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/id/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/id/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/index.php delete mode 100644 modules/hotelreservationsystem/mails/nl/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/nl/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/nl/index.php delete mode 100644 modules/hotelreservationsystem/mails/nl/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/nl/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/nl/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/nl/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/nl/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/nl/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/nl/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/nl/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/pl/accepted_conf.html delete mode 100644 modules/hotelreservationsystem/mails/pl/accepted_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/pl/index.php delete mode 100644 modules/hotelreservationsystem/mails/pl/refund_conf.html delete mode 100644 modules/hotelreservationsystem/mails/pl/refund_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/pl/reject_conf.html delete mode 100644 modules/hotelreservationsystem/mails/pl/reject_conf.txt delete mode 100644 modules/hotelreservationsystem/mails/pl/request_processed.html delete mode 100644 modules/hotelreservationsystem/mails/pl/request_processed.txt delete mode 100644 modules/hotelreservationsystem/mails/pl/total_order_processed.html delete mode 100644 modules/hotelreservationsystem/mails/pl/total_order_processed.txt delete mode 100644 modules/hotelreservationsystem/views/css/searchblock.css rename modules/hotelreservationsystem/{mails/br => views/js/admin}/index.php (93%) create mode 100644 modules/hotelreservationsystem/views/js/admin/wk_refund_request.js rename modules/hotelreservationsystem/{mails/ar/index.php => views/js/admin/wk_refund_rule.js} (57%) rename modules/hotelreservationsystem/{mails/ag => views/templates/admin/room_type_global_demand/_partials}/index.php (93%) rename modules/{wkpaypaladaptive/views/templates/front/cancel_url.tpl => hotelreservationsystem/views/templates/admin/room_type_global_demand/_partials/price_calc_method_badge.tpl} (55%) create mode 100644 modules/paypal/views/img/logos/GB_PayPal_logo_100x45.gif create mode 100644 modules/paypal/views/img/logos/GB_PayPal_logo_150x65.gif create mode 100644 modules/paypal/views/img/logos/GB_PayPal_logo_80x35.gif create mode 100644 modules/paypal/views/img/logos/GB_PayPal_mark_37x23.gif create mode 100644 modules/paypal/views/img/logos/GB_PayPal_mark_50x34.gif create mode 100644 modules/paypal/views/img/logos/GB_PayPal_mark_60x38.gif create mode 100644 modules/paypal/views/img/logos/GB_horizontal_solution_PP.gif create mode 100644 modules/paypal/views/img/logos/GB_vertical_solution_PP.gif create mode 100644 modules/wkhotelfeaturesblock/views/img/hotels_features_img/1.jpg create mode 100644 modules/wkhotelfeaturesblock/views/img/hotels_features_img/2.jpg create mode 100644 modules/wkhotelfeaturesblock/views/img/hotels_features_img/3.jpg create mode 100644 modules/wkhotelfeaturesblock/views/img/hotels_features_img/4.jpg delete mode 100644 modules/wkhotelfiltersearchblock/CHANGELOG.txt delete mode 100644 modules/wkhotelfiltersearchblock/index.php delete mode 100644 modules/wkhotelfiltersearchblock/logo.gif delete mode 100644 modules/wkhotelfiltersearchblock/logo.png delete mode 100644 modules/wkhotelfiltersearchblock/views/css/index.php delete mode 100644 modules/wkhotelfiltersearchblock/views/css/wkhotelfiltersearchblock.css delete mode 100644 modules/wkhotelfiltersearchblock/views/index.php delete mode 100644 modules/wkhotelfiltersearchblock/views/templates/hook/htlfiltersearchblock.tpl delete mode 100644 modules/wkhotelfiltersearchblock/views/templates/hook/index.php delete mode 100644 modules/wkhotelfiltersearchblock/views/templates/index.php delete mode 100644 modules/wkhotelfiltersearchblock/wkhotelfiltersearchblock.php delete mode 100644 modules/wkpaypaladaptive/CHANGELOG.txt delete mode 100644 modules/wkpaypaladaptive/classes/wkpaypalhelper.php delete mode 100644 modules/wkpaypaladaptive/classes/wkpaypalrefund.php delete mode 100644 modules/wkpaypaladaptive/classes/wkpaypaltransaction.php delete mode 100644 modules/wkpaypaladaptive/controllers/front/payment.php delete mode 100644 modules/wkpaypaladaptive/controllers/front/validation.php delete mode 100644 modules/wkpaypaladaptive/index.php delete mode 100644 modules/wkpaypaladaptive/install.sql delete mode 100644 modules/wkpaypaladaptive/ipn.log delete mode 100644 modules/wkpaypaladaptive/logo.gif delete mode 100644 modules/wkpaypaladaptive/logo.png delete mode 100644 modules/wkpaypaladaptive/notify.php delete mode 100644 modules/wkpaypaladaptive/refund.php delete mode 100644 modules/wkpaypaladaptive/views/css/hook_payment.css delete mode 100644 modules/wkpaypaladaptive/views/css/index.php delete mode 100644 modules/wkpaypaladaptive/views/img/ajax-loader.gif delete mode 100644 modules/wkpaypaladaptive/views/img/index.php delete mode 100644 modules/wkpaypaladaptive/views/img/paypal-adaptive-icon.png delete mode 100644 modules/wkpaypaladaptive/views/index.php delete mode 100644 modules/wkpaypaladaptive/views/js/index.php delete mode 100644 modules/wkpaypaladaptive/views/templates/front/index.php delete mode 100644 modules/wkpaypaladaptive/views/templates/front/paypal_error.tpl delete mode 100644 modules/wkpaypaladaptive/views/templates/front/redirect_pay.tpl delete mode 100644 modules/wkpaypaladaptive/views/templates/hook/admin-order.tpl delete mode 100644 modules/wkpaypaladaptive/views/templates/hook/index.php delete mode 100644 modules/wkpaypaladaptive/views/templates/hook/payment.tpl delete mode 100644 modules/wkpaypaladaptive/views/templates/hook/payment_return.tpl delete mode 100644 modules/wkpaypaladaptive/views/templates/index.php delete mode 100644 modules/wkpaypaladaptive/wkpaypaladaptive.php rename modules/{wkhotelfiltersearchblock => wkroomsearchblock}/LICENSE.txt (100%) create mode 100644 modules/wkroomsearchblock/Readme.md create mode 100644 modules/wkroomsearchblock/classes/WkRoomSearchHelper.php rename modules/{wkpaypaladaptive => wkroomsearchblock}/classes/index.php (93%) create mode 100644 modules/wkroomsearchblock/views/css/wk-category-search.css create mode 100644 modules/wkroomsearchblock/views/css/wk-global-search.css create mode 100644 modules/wkroomsearchblock/views/css/wk-landing-page-search.css create mode 100644 modules/wkroomsearchblock/views/css/wk-roomtype-search.css create mode 100644 modules/wkroomsearchblock/views/img/icon-arrow-left.svg delete mode 100644 modules/wkroomsearchblock/views/img/icon-calendar.png create mode 100644 modules/wkroomsearchblock/views/img/icon-calendar.svg create mode 100644 modules/wkroomsearchblock/views/img/icon-close.svg create mode 100644 modules/wkroomsearchblock/views/img/icon-dropdown-arrow.svg create mode 100644 modules/wkroomsearchblock/views/img/icon-hotel.svg create mode 100644 modules/wkroomsearchblock/views/img/icon-map-pin.svg create mode 100644 modules/wkroomsearchblock/views/img/icon-users.svg rename modules/{wkpaypaladaptive/controllers/front => wkroomsearchblock/views/js}/index.php (93%) rename modules/{hotelreservationsystem/views/js/roomSearchBlock.js => wkroomsearchblock/views/js/wk-room-search-block.js} (57%) rename modules/{wkpaypaladaptive/views/js/wkpaypaladaptive.js => wkroomsearchblock/views/js/wk-roomtype-search.js} (51%) create mode 100644 modules/wkroomsearchblock/views/templates/hook/categoryPageSearch.tpl create mode 100644 modules/wkroomsearchblock/views/templates/hook/landingPageSearch.tpl rename modules/wkroomsearchblock/views/templates/hook/{makeBookingXsBtn.tpl => landingPageXsBtn.tpl} (93%) delete mode 100644 modules/wkroomsearchblock/views/templates/hook/roomSearchForm.tpl delete mode 100644 modules/wkroomsearchblock/views/templates/hook/roomSearchWrapper.tpl delete mode 100644 modules/wkroomsearchblock/views/templates/hook/roomSearchWrapperXS.tpl create mode 100644 modules/wkroomsearchblock/views/templates/hook/roomTypePageSearch.tpl delete mode 100644 modules/wkroomsearchblock/views/templates/hook/roomseachblock.tpl create mode 100644 modules/wktestimonialblock/views/img/hotels_testimonials_img/1.jpg create mode 100644 modules/wktestimonialblock/views/img/hotels_testimonials_img/2.jpg create mode 100644 modules/wktestimonialblock/views/img/hotels_testimonials_img/3.jpg delete mode 100644 themes/hotel-reservation-theme/config.xml delete mode 100644 translations/custom_mails/advanced-book-data.tpl delete mode 100644 translations/custom_mails/advanced-book-data.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 419fe885c..49472163a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,87 @@ +#################################### +# V1.5.0 +#################################### + +## Added Features: + +[+] CO : QloApps APIs are created (Prestashop APIs are modified as per hotel QloApps changes) +[+] CO : `is_advance_payment` column is added in the 'cart' table. +[+] CO : `is_advance_payment`, `advance_paid_amount` columns are added in the 'orders' table. +[+] CO : `id_transaction`, `payment_mode`, `refunded_amount`, `by_admin` columns are added in the 'order_return' table. +[+] CO : `id_order_return_detail`, `id_htl_booking`, `refunded_amount` columns are added in the 'order_return_detail' table. +[+] CO : `send_email_to_customer`, `send_email_to_superadmin`, `send_email_to_employee`, `send_email_to_hotelier`, denied`, `refunded`, `module_name` columns are added in the 'order_return_state' table. +[+] CO : `customer_template`, `admin_template` columns are added in the 'order_return_state_lang' table. +[+] CO : `id_htl_booking` column is added in the 'order_slip_detail' table. +[+] CO : Refund emails will be sent to the customer as per return state setting +[+] CO : All images link are now generated dynamically + +[+] FO : Room type refund policies in the policies tab is shown in the room type details page. +[+] FO : A controller will be there for the customer which will show his refund requests info + +[+] BO : Admin can enable/disable refund for the hotel +[+] BO : Refund Process:: Order return statuses improved for order refund statuses. +[+] BO : Admin can select rules for the hotel [checkboxes] +[+] BO : Admin can initiate refund if refund is enable for the system +[+] BO : Admin can select which state is considered as refunded complete in the return state. +[+] BO : Admin can select which state is considered as refunded denied in the return state. +[+] BO : Admin can select whcih email will be sent to customer and admin for the return state. + +[+] BO : Feature Price Rule: Groups wise Condition in feature price rules is added. +[+] BO : Global refund policies cms page can be selected from refund rules controller. +[+] BO : Refund can be enabled/disabled globally from refund rules controller. +[+] BO : Payment mode and transaction id can be saved for the refund. +[+] BO : Voucher slip can be generated for refund. +[+] BO : Credit slip can be generated for refund. +[+] BO : Additional facilities can be edited at the time of order editing. +[+] BO : Room type features images are used as jpg images in place of png images. + + +## Improved/changed features: + +[*] BO : Refund Process:: Order return statuses improved for order refund statuses. +[*] BO : In Additional Facilities list no price will be shown if facility have advance options. +[*] BO : Admin will be able to select a checkout date while changing status of the room from order details page. +[*] BO : Hotel category will be selected Default room type category. +[*] BO : In Room type renderlist hotel(instead of category), city, number rooms, adults, Childs columns added. +[*] BO : Merchandise Return tab is removed. +[*] BO : Room type ids now start room type id from 1 in room type render list. +[*] BO : Prestashop warning pop up will nt be shown during module installation for Webkul modules. +[*] BO : Updated addons link from store to addon's page +[*] BO : Added recomended image size for room type images for appropriate view on front end. + +[*] FO : Calendar Design is improved of date from and date to in QloApps. +[*] FO : 'Proceed' button during checkout will be disabled in case of errors while checkout. +[*] FO : Search panel is improved on all pages. +[*] FO : Cart warning text changed +[*] FO : Refund request proocess is improved for the customer. Designed is also improved. + +[*] CO : paypal adaptive module (by webkul) Removed completely from qloapps +[*] CO : All the irrelevant data creation from the installation process is removed Which is not related to Qloapps but Prestashop. e.g carriers, stores, suppliers, manufacturers...... etc. Order data will not be populated now. + +[*] CO : For refund request "order_return" and "order_return_detail" tables are used. +[*] CO : For order refund states "order_return_states" table is used. + + +## Bug/Issues Resolved: + +[-] BO : FIXED : Room does not free even after room status set to checkout. +[-] BO : FIXED : Room does not free while order status is changed to Refunded, Cancelled or Payment Error. +[-] BO : FIXED : Additional facilities price id not managed while deleting a booking from admin order details page. + +[-] FO : FIXED: when using advance payment option, discount voucher (amount) get applied to advance payment amount along with total order cost +[-] FO : FIXED : If all rows are disabled then also blocks (Interior, Rooms, Features, Testimonials) are visible on home page. +[-] FO : FIXED : Zip code error while making the guest check. +[-] FO : FIXED : Issue while creating a customer/guest from checkout page on firefox browser. +[-] FO : FIXED : Check-out date same as check-in date when current data is more than max order date for hotel +[-] FO : FIXED : customer able to process booking for inactive rooms +[-] FO : FIXED : Image strech issue on product page. +[-] FO : FIXED : Cart page not update when delete from from cart dropdown +[-] FO : FIXED : While making the guest check out the system shows zip code error in some countries. + +[-] CO : FIXED : Fatal error: Uncaught exception 'ImagickException' while creating invoice. +[-] CO : FIXED : warning while creating invoice (total demands variable issue) + + #################################### # V1.4.1 #################################### diff --git a/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl b/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl index c114cfeef..013565fc8 100644 --- a/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl +++ b/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl @@ -103,7 +103,7 @@
{l s="Connect with the Qloapps community"}
-
{l s="Qloapps Addons"}
+
{l s="Qloapps Addons"}
{l s="Enhance your store Qloapps modules"}
diff --git a/admin/themes/default/template/controllers/modules/page.tpl b/admin/themes/default/template/controllers/modules/page.tpl index 1701ff48d..d39281460 100644 --- a/admin/themes/default/template/controllers/modules/page.tpl +++ b/admin/themes/default/template/controllers/modules/page.tpl @@ -24,7 +24,7 @@ *}
-

{l s='Explore all addon of Qloapps '} @{l s='Qloapps addons'}

+

{l s='Explore all addon of Qloapps '} @{l s='Qloapps addons'}

{$kpis} diff --git a/admin/themes/default/template/controllers/orders/_product_line.tpl b/admin/themes/default/template/controllers/orders/_product_line.tpl index 8ae14f489..282e97052 100644 --- a/admin/themes/default/template/controllers/orders/_product_line.tpl +++ b/admin/themes/default/template/controllers/orders/_product_line.tpl @@ -24,6 +24,11 @@ *} + {if $refund_allowed} + + + + {/if} {$data.room_num} @@ -32,12 +37,12 @@

{$data.room_type}

+

+ + {l s='Additional Features'} + +

{if isset($data['extra_demands']) && $data['extra_demands']} -

- - {l s='Additional Features'} - -

{convertPriceWithCurrency price=$data['extra_demands_price_ti'] currency=$currency->id}

@@ -106,38 +111,29 @@ {/if} - - -

- {if isset($data['stage_name']) && $data['stage_name']} - {$data['stage_name']} - {else} - -- + {if isset($refundReqBookings) && $refundReqBookings} + + {if isset($data.refund_info) && $data.refund_info} + {$data.refund_info.name|escape:'html':'UTF-8'} {/if} -

- - -

- {if $data['stage_name'] == 'Refunded' || $data['stage_name'] == 'Rejected'} - {l s="Done!"} - {else if $data['stage_name'] == 'Waiting' || $data['stage_name'] == 'Accepted'} - {l s="Pending..."} - {else} - -- + + + {if isset($data.refund_info) && $data.refund_info} + {convertPriceWithCurrency price=$data.refund_info.refunded_amount currency=$currency->id} {/if} -

- + + {/if} {if $data.booking_type == 1} - - {if $data['stage_name'] == 'Refunded' || $data['stage_name'] == 'Rejected'} -

----

- {else} - - {/if} - + + {if isset($data.refund_info) && ($data.refund_info.refunded || $data.refund_info.denied)} +

--

+ {else} + + {/if} + {/if} {if ($can_edit && !$order->hasBeenDelivered())} diff --git a/admin/themes/default/template/controllers/orders/_room_extra_demands.tpl b/admin/themes/default/template/controllers/orders/_room_extra_demands.tpl index fc38f5bb5..ddff31551 100644 --- a/admin/themes/default/template/controllers/orders/_room_extra_demands.tpl +++ b/admin/themes/default/template/controllers/orders/_room_extra_demands.tpl @@ -1,19 +1,123 @@ -{if isset($extraDemands) && $extraDemands} - {foreach $extraDemands as $roomDemand} -
-
- {l s='Room\'s Extra Demands'} + +
+ {if $returns} +
+ {l s='Booking cancellation requests has raised from this order. To see booking cancelation requests'} {l s='Click here'}. +
+ {/if}
@@ -276,7 +270,7 @@
-
+
@@ -286,44 +280,54 @@ {if isset($htl_booking_order_data) && $htl_booking_order_data} - {foreach from=$htl_booking_order_data item=data} - - - - - - - - {/foreach} + {foreach from=$htl_booking_order_data item=data} + + + + + + + + {/foreach} {else} - - - + + + {/if}
{l s='Room No.'}{l s='Order Status'}
- {$data['room_num']} - - - {$data['hotel_name']} - - - {$data['date_from']|date_format:"%d-%m-%Y"} - - {$data['date_to']|date_format:"%d-%m-%Y"} - -
- - - - - - -
-
+ {$data['room_num']} + + + {$data['hotel_name']} + + + {$data['date_from']|date_format:"%d-%m-%Y"} + + {$data['date_to']|date_format:"%d-%m-%Y"} + +
+
+ + + {if $data['id_status'] == 2}{l s='checked in on'} {$data['check_in']|date_format:"%d-%m-%Y"}{elseif $data['id_status'] == 3}{l s='checked out on'} {$data['check_out']|date_format:"%d-%m-%Y"}{/if} + + {* field for the current date *} + + + + + + +
+
+ +
+
+
{l s='No data found.'}
{l s='No data found.'}
@@ -971,6 +975,9 @@ + {if $refund_allowed} + + {/if} @@ -978,8 +985,10 @@ - - + {if isset($refundReqBookings) && $refundReqBookings} + + + {/if} {if ($can_edit && !$order->hasBeenDelivered())} @@ -1003,13 +1012,6 @@
{l s='Room No.'} {l s='Room Image'} {l s='Room Type'}{l s='Duration'} {l s='Unit Price (Tax incl.)'} {l s='Total Price (Tax incl.)'}{l s='Refund Stage'}{l s='Refund Status'}{l s='Refund State'}{l s='Refunded amount'}{l s='Reallocate Room'}{l s='Edit Order'}
- {* - - *} {capture "TaxMethod"} {if ($order->getTaxCalculationMethod() == $smarty.const.PS_TAX_EXC)} @@ -1024,82 +1026,38 @@ {/if} {if $can_edit} -
- {if !$order->hasBeenDelivered()} - - {/if} - -
+ +
+ {if !$order->hasBeenDelivered()} + + {/if} + + + {if $refund_allowed && !$hasCompletelyRefunded} + + {/if} +
{/if}
 
-
- {*
{l s='For this customer group, prices are displayed as: [1]%s[/1]' sprintf=[$smarty.capture.TaxMethod] tags=['']} - {if !Configuration::get('PS_ORDER_RETURN')} -
{l s='Merchandise returns are disabled'} + {if !$refund_allowed} +
{l s='Refunds are disabled'} {/if}
- - *} - - {* For Due amount submit panel (by webkul) *} - {if isset($order_adv_dtl)} -
-
-
-
- - - - - - - - - - {if ($order_adv_dtl['total_order_amount'] - $order_adv_dtl['total_paid_amount']) > 0} - - - - - {/if} -
- {l s='Paid Amount'} - - - {displayPrice price=$order_adv_dtl['total_paid_amount'] currency=$currency->id} - -
- {l s='Due Amount'} - - {displayPrice price=($order_adv_dtl['total_order_amount'] - $order_adv_dtl['total_paid_amount']) currency=$currency->id} -
- {l s='submitted Amount'} - -
- {$currency->sign} - -
-
-
- {if ($order_adv_dtl['total_order_amount'] - $order_adv_dtl['total_paid_amount'])|round:2 > 0} - - {/if} -
-
-
- {/if} -
{if (sizeof($discounts) || $can_edit)} @@ -1211,174 +1169,46 @@ - {* - - {l s='Shipping'} - - {displayPrice price=$order_shipping_price currency=$currency->id} - - -
-
- {$currency->prefix} - {$currency->suffix} -
- -
-

{l s='(%s)' sprintf=$smarty.capture.TaxMethod}

+ {if ($order->getTaxCalculationMethod() == $smarty.const.PS_TAX_EXC)} + + {l s='Total Taxes'} + {displayPrice price=($order->total_paid_tax_incl - $order->total_paid_tax_excl) currency=$currency->id} + + + {/if} + + {l s='Final Booking Total'} + + {displayPrice price=$order->total_paid_tax_incl currency=$currency->id} - *} + + - {if isset($order_adv_dtl)} - - {l s='Paid Amount'} + {if isset($refundReqBookings) && $refundReqBookings} + + * {l s='Refunded Amount'} - - {displayPrice price=$order_adv_dtl['total_paid_amount'] currency=$currency->id} - + {displayPrice price=$refundedAmount currency=$currency->id} + + {/if} + + {if $order->total_paid_tax_incl > $order->total_paid_real} {l s='Due Amount'} - {displayPrice price=($order_adv_dtl['total_order_amount'] - $order_adv_dtl['total_paid_amount']) currency=$currency->id} + {displayPrice currency=$order->id_currency price=($order->total_paid_tax_incl - $order->total_paid_real)} {/if} - {if ($order->getTaxCalculationMethod() == $smarty.const.PS_TAX_EXC)} - - {l s='Total Taxes'} - {displayPrice price=($order->total_paid_tax_incl-$order->total_paid_tax_excl) currency=$currency->id} - - - {/if} - {assign var=order_total_price value=$order->total_paid_tax_incl} - - - {l s='Final Order Total'} - - {displayPrice price=$order_total_price currency=$currency->id} - - -
- -
@@ -1462,8 +1292,8 @@