alextselegidis/easyappointments

Small change to booking.js output

Closed this issue · 1 comments

This is not an error report but a suggestion to make a small change to output.

(

'text': '[' + lang('duration') + ' ' + service.duration + ' ' + lang('minutes') + ']'
)

  • 'text': '[' + lang('duration') + ' ' + service.duration + ' ' + lang('minutes') + ']'
  • 'text': '[' + lang('duration') + ': ' + service.duration + ' ' + lang('minutes') + ']'

'text': '[' + lang('price') + ' ' + service.price + ' ' + service.currency + ']'

  • 'text': '[' + lang('price') + ' ' + service.price + ' ' + service.currency + ']'
  • 'text': '[' + lang('price') + ': ' + service.price + ' ' + service.currency + ']'

'text': '[' + lang('location') + ' ' + service.location + ']'

  • 'text': '[' + lang('location') + ' ' + service.location + ']'
  • 'text': '[' + lang('location') + ': ' + service.location + ']'

Hello!

Thanks for posting this, but the display has already changed for the upcoming 1.5 release (see develop branch).

Cheers!

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!