Get customfield in the admin area
Posted: Fri Sep 14, 2018 5:19 pm
OC Version: 3.0.2.0
Theme: default
Hi
I am trying to do something like the below in the admin dashboard but unfortunately is not working. I want to print the custom field number --> Customers --> Customers.
Until now I done
This one is working fine {% if email %}{{ email }}{% endif %} for email
This not working {% if custom_field[13] %}{{ custom_field[13] }}{% custom_field[13] %}
Theme: default
Hi
I am trying to do something like the below in the admin dashboard but unfortunately is not working. I want to print the custom field number --> Customers --> Customers.
Until now I done
This one is working fine {% if email %}{{ email }}{% endif %} for email
This not working {% if custom_field[13] %}{{ custom_field[13] }}{% custom_field[13] %}