Hotels booking

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 yıl önce
Hi ,let's have this table Keem_RoomAvilability as

Create table Keem_RoomAvilability (
ProductVariantID int not null,
AvilabilityDate DateTime not null,
NumRooms int not null,
primary key (ProductVariantID,AvilabilityDate )
)

As every room is avilable on a specific date,this will be our stock table!
11 yıl önce
Hi Andria,
My name Phuoc, I have an idea and developing nopCommerce 2.65 to serve the tourism industry like booking.com pages, and will be completed after 2 weeks, in the development process, if you are experiencing problems, Andria and everyone please help

Thanks
11 yıl önce
phuocdm wrote:
Hi Andria,
My name Phuoc, I have an idea and developing nopCommerce 2.65 to serve the tourism industry like booking.com pages, and will be completed after 2 weeks, in the development process, if you are experiencing problems, Andria and everyone please help

Thanks

I'd like to be your beta tester :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.