wdammak
wdammak
hi @faizansari-bd Thanks, Where I can see the list of suggestions requests so as not to do the same and can help you with some features.
After better understanding the application, I realize that you will have a structural impasse ... For example if I want to see each room booked separately in the cart and...
@faizansari-bd have you done the tests? i tried and it doesn't work!
@shreesh-webkul Thank you for your feedback. Try to book the same room (Ex. General Rooms) for two different dates on https://demo.qloapps.com/index.php?id_category=6&controller=category&id_lang=2 It does not work
@faizansari-bd Thanks, you can take inspiration from the xml feed used by google: https://developers.google.com/hotels/hotel-ads/xml-reference/hotel-list-feed The following example shows a partial Hotel List Feed with a listing that contains an editorial...
ALTER TABLE `PREFIX_htl_room_type_global_demand_advance_option` ADD `purchase` DECIMAL(20,6) NOT NULL DEFAULT '0.00000' AFTER `id_global_demand`; ALTER TABLE `PREFIX_htl_room_type_global_demand` ADD `purchase` DECIMAL(20,6) NOT NULL DEFAULT '0.00000' AFTER `id_global_demand`; if you agree I could prepare...
Thank you for your clarification. I have other remarks in preparation ;)