Hi there,
I'm trying to add a custom <div> above the form-group row of additional fields whenever they are displayed on page /cart.php?a=confdomains (for TLDs listed in: resources > domains > dist.additionalfields.php). I tried to insert it by customising the configuredomains.tpl just above the line
{foreach from=$domain.fields key=domainfieldname item=domainfield}
however, this displays it above EACH field. I want to display it only once - above the entire additional field group. Any suggestions how I can achieve this?
This is an example of what I'm after: https://ibb.co/M68QDKw
Thanks a lot.