Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

modify prices presentation
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: modify prices presentation

modify prices presentation 12 years ago #29916

Hello,

2 questions about this :

2012-05-04_1146.png



the first : How modify the parameters of discount to select COUNT DAYS DISCOUNT instead of COUNT UNITS DISCOUNT ? Because I propose reservations only for days, not hours.

The second one : I find that the prices presentation is confused. Because customers could wonder what is the good price for the room. I would insert just before the deposit amount the text "deposit"
exemple 144/ deposit 72 euros or 144 (deposit 72 euros). Something to avoid confusing.

thanks
The topic has been locked.

Re: modify prices presentation 12 years ago #30055

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello

1. The quickest way is improving language constant
COUNT UNITS DISCOUNT="%s or more hours/days - %s" 

to
COUNT UNITS DISCOUNT="%s or more days - %s"


2. There is file administrator/components/com_booking/helpers/booking.php
improve row
 
if ($deposit)
$value .= '/' . $deposit; // append deposit like: 100/20
 

to
 
if ($deposit)
$value .= '/ deposit ' . $deposit; // append deposit like: 100/ deposit 20
 
ARTIO Support Team
Last Edit: 12 years ago by jitr.
The topic has been locked.
  • Page:
  • 1
User Login Empty