Hi,
I need to edit this file to show the 'Rates' information for each Unit. Each unit will have different prices per night and I want to show this on the booking page. I have tried adding:
print render($unit['field_unit_rate_info']);
under the other displayed fields but nothing seems to change.
Thank you in advance
Hi,
Please
1. Enable module Devel
2. Print following code in file
3. Check if there is 'field_unit_rate_info' in displaying values. It can be printed only when that value exits.
I have tried the above and it is still not showing.
How can I display the 'Rates' information in the booking results??
Because 'field_unit_rate_info' is the field of Unit Description content type, thus choosing "Show availability of individual units" also does not work
You have to create a Rate Info field in UNIT TYPES as mentioned http://megadrupal.com/forum/theme-support/hillter/3309
Thank You! :)
You're welcome