How Can I Add New Fields To The Appointments Section Of The Medico Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How Can I Add New Fields To The Appointments Section Of The Medico Template

Z

Zafer Kabakçıoğlu

Template 2 years ago

I am using the Medico template, in this template there is a section called Appointments. Requests from this section can be viewed in the admin panel. But I want to add new fields to this section, how can I do that?

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #125432

Hello Zafer Kabakçıoğlu

You can add fields to the appointments here:

components/com_spmedical/views/appointments/tmpl/default.php

Best regards

0
Z
Zafer Kabakçıoğlu
Accepted Answer
2 years ago #125453

Ok, so what should I do to make these fields appear on the admin side?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #125459

You have to customize here:

administrator/components/com_spmedical/views/appointments/tmpl/default.php

0
Z
Zafer Kabakçıoğlu
Accepted Answer
2 years ago #125493

I updated all the fields you mentioned, but which file should I update so that the entered values are reflected in the admin panel?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #125539

You have to add here to show in the administrator:

administrator/components/com_spmedical/models/forms/appointment.xml

0
Z
Zafer Kabakçıoğlu
Accepted Answer
2 years ago #125880

Possible?

0
Z
Zafer Kabakçıoğlu
Accepted Answer
2 years ago #125603

Thank you, but where is the database? because I want to see this information when I enter it.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #125889

You are welcome 😊

Please go to your database and add a new column on this table

xxxxx_spmedical_appointments

Use your table prefix instead of xxxxx

0