Hi there,
I am sorry if this has already been asked, but I did not have luck searching the forums.
Here is what I need to do...
I added 2 customfields to a service plan: servicetype and serverid
I need to write a smarty statement that pulls the servicetype.
If the servicetype = Dedicated, then it must add additional code to the page. If the servicetype doesn't = Dedicated, then it shows nothing additional.
Within the additional code, I will need to call the serverid variable and insert it within some php code to complete an API statement.
Basically, I need to know how to call customfields with smarty. I have searched the forums and the examples I found did not make any since to myself and I could not complete what I needed to do.
Thanks for the help!