Ok do you have any suggestions on how to go about this...as in coding?
Ok do you have any suggestions on how to go about this...as in coding?
Nick Smith - Venture Design and Print
https://venturedesignandprint.co.uk
So, I just took a look at what the code posted in the first post of this thread does (didn't follow the link yet), and it basically does a regex replace on the associated data. This is a relatively straight forward process in php. I'd have to go back into the EP4 code to identify the applicable locations for taking action during the export, but I would suggest this action during some form of the full data export. Some form meaning there is a single clickable option from the main EP4 window, as well as the ability to export by smaller groups through the dropdowns at the top of the screen.
There is a branch off of EP4 that supports an additional product type called BookX that uses the notifiers in EP4 to accomplish the work designed by that programmer. There are some inefficiencies in that code, but the observer class (found in includes/classes/observers) shows examples of how to initiate the associated code at the related point in EP4. The code of EP4 has been structured to primarily have the necessary data in the global space, so variables needed to be modified can be brought into the applicable observer function, modified and upon exit will be equal to what was in the observer. Such variables are brought in by declaring global $var; where $var is the desired variable on which to operate.
The latest EP4 code can be found at https://github.com/mc12345678/EasyPopulate-4.0
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Nick Smith - Venture Design and Print
https://venturedesignandprint.co.uk