Hotel location not correctly displayed after pressing "book now"
-
Hello,
if I define my location other than US below hotel the displayed hotel location after pressing "book now" is shown as "Paris, , France". Usually it should be: "Paris, France" without an extra comma. This is because France has no "State" such as Alabama like US has.
Where is the bug site?
Thanks!
namaste7
-
@namaste7 The displayed hotel lacation on the room type detail page is generated in ProductController.php. You can modify the given line to remove double commas.
Line 285: https://github.com/webkul/hotelcommerce/blob/v1.5.2/controllers/front/ProductController.php#L285