Under Documentation, in forder to configure the hotel booking module, I need to visit Admin -> Store administration -> Hotel Booking.

However, I cannot locate Hotel Booking, but the module is successfully installed & enabled.
Any possible reason why this is happening?

Thank you,

Comments

larowlan’s picture

Drupal 7 is more aggressive with caching, sometimes installing a module does not flush the menu cache, especially if you are using drush.
Try using the clear cache button on the performance page and report back how you get on.

larowlan’s picture

FYI It's admin/store/hotel_booking if you want to go there without a link.

larowlan’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Status: Active » Fixed

This down to the way Ubercart gathers the links for the page shown at admin/store.
It ignores any links of type MENU_LOCAL_TASK (ie tabs).
Have modified the way the menu items are built and tested fine.
Committed to the 7.x-1.x dev version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.