Hi,
i have a problem with custom fields. Since I just change name from "Book now" to "posali upit", that field is not showing anymore.
I tried with new field "test" but nothing.
Can you please look at it?
Thank you,
Milos

Hi Milos,

On the room page, it takes the English name 'book-now' to show that button.

You can edit file: /templates/gk_royal/html/com_content/article/room.php

Look for this code:

if ($field->name === 'book-now') {
	$booknow = $field->rawvalue;
	$booknowlabel = $field->title;
}

and change the 'book-now' to the alias of your new field (I don't find it now in backend of your site)

Write a Reply...
You need to Login to view replies.