Hi @megosoft
If you want to add custom field then need to customize the plugin core files. From admin directly it is not possible.
We will try to add this kind of feature in future updates 🙂
Is there any simple way how can I do that?
Hi @codemenschen, I am interesting by this topic. Is it simple to add custom field and customize the voucher template ?
Thanks,
FX
Hi @vayier @megosoft
To add the custom field need to modify the plugin. If you are able to modify the plugin then you can update the “giftitems.php” and “front.php” also, if you want to save it to Database then need to pass the value by js file from below folders.
gift-voucher/assets/js/voucher-script.js
gift-voucher/assets/js/item-script.js
To save data you can modify below file.
gift-voucher/include/wpgv_voucher_pdf.php
gift-voucher/include/wpgv_item_pdf.php
Let us know if you need further help 🙂