Closed (fixed)
Project:
Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals
Version:
7.x-1.0-rc3
Component:
Rooms Pricing
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
5 Oct 2012 at 18:43 UTC
Updated:
28 May 2013 at 21:51 UTC
Comments
Comment #1
nicola85 commentedComment #2
tchurch commentedI 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"?
Comment #3
nicola85 commentedFor now the page is empty and show only 'You do not have any administrative items', this is not a problem
Comment #4
tchurch commentedOK. 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).
Comment #5
ronald_istos commentedChanging title of issue to reflect problem
Comment #6
ronald_istos commentedRemoved currency settings (since not used) with commit: http://drupalcode.org/project/rooms.git/commit/6c5f70b
Comment #7
ronald_istos commentedCurrency symbol shows in front of value now: http://drupalcode.org/project/rooms.git/commit/f6d5595
Comment #8
junkbox commentedI 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
Comment #9
ronald_istos commentedIs 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.