News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Custom fields in email template add :

Started by Kuubs, May 15, 2017, 15:18:51 PM

Previous topic - Next topic

Kuubs

Hello,

I'm trying to add : to a field if it's not already there. This is about my custom fields, sometimes the system adds an : but sometimes it does not. How can I make sure that in the invoice_items.php file the : is added if there is not one already there?

Thanks

Kuubs

#1
Ok I checked the source files and its initialized here :

https://docs.virtuemart.net/api-vm2/dc/d00/customfields_8php_source.html

https://docs.virtuemart.net/api-vm2/d1/d27/class_virtue_mart_model_customfields.html#a7a7f33682e6b0152619fdb2d6a8f8b74

The public member function is CustomsFieldOrderDisplay which is called from the customfields.php file somewhere in the virtuemart installation. Does anyone know where to find this or another possibility to add a double point ( : ) if there is not one already there in between the custom fields title display and value display.