Hello experts,
I want to optimize the php code for re-using in a before store field:
either split the php code in different files and include them in the coding (free option) or include them with the file option.
Unfortunately, nothing works.
My php files are stored in a separate folder directly under root.
I have tried many different approaches, e.g. „require_once“ and I have played with many different pathes.
What am I doing wrong? Any ideas?
Thank you!
Nils