I'm using user 1 which has all permissions and I get this message:

You do not have any administrative items

I have the permission "manage booking unit pricing"

Could you check in the file rooms\modules\rooms_pricing\rooms_pricing.module, line 60-68?

Comments

nicola85’s picture

Status: Active » Closed (fixed)
tchurch’s picture

Status: Closed (fixed) » Active

I don't understand. You've set this to closed (fixed) without any comments. I'm now using the current dev version (20-april) and it still doesn't work for me.

Can you tell us what you "fixed"?

nicola85’s picture

For now the page is empty and show only 'You do not have any administrative items', this is not a problem

tchurch’s picture

OK. I was hoping the settings for another issue were in here. On the search results page, the £ sign is on the end on the number, not the beginning (it's at the beginning in all other places as they're controlled through commerce).

ronald_istos’s picture

Title: Cannot access page admin/rooms/config/currency » On the search results page, the £ sign is on the end on the number, not the beginning

Changing title of issue to reflect problem

ronald_istos’s picture

Removed currency settings (since not used) with commit: http://drupalcode.org/project/rooms.git/commit/6c5f70b

ronald_istos’s picture

Assigned: Unassigned » ronald_istos
Priority: Normal » Minor
Status: Active » Needs review

Currency symbol shows in front of value now: http://drupalcode.org/project/rooms.git/commit/f6d5595

junkbox’s picture

Version: 7.x-1.x-dev » 7.x-1.0-rc3

I think OP is simply talking about the way the price is rendered in the search results. I noticed this as well, somewhere around line 433 in rooms_booking_manager.module

I changed:

'#markup' => t('Base Cost:') . ' ' . $price . ' ' . $currency_symbol,

to

'#markup' => t('Base Cost:') . ' ' . $currency_symbol . ' ' . $price,

HTH

ronald_istos’s picture

Status: Needs review » Fixed

Is this something you changed in RC3 or Rooms 1.0 - it is fixed in Rooms 1.0 and it would be a good idea for you to move to that version.

Status: Fixed » Closed (fixed)

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