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
Custom fields on GK Royal
Hi, any response?
tnx!
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)
ok, tnx!
please close this ticket.
saguaros locked the discussion.