I am trying to integrate Zen Cart and Endicia, and I've made some progress. However, I do have an issue. What I set out to do was create a system that will let a user click a button on an order detail page and an Endicia label will print. I want as little user interaction as possible to minimize human error.

I created a button that passes the order ID to a script that successfully generates an XML file. The file gets saved on the server and everything is fine. Getting that XML file into Dazzle is the problem. Dazzle sits on a user's local PC, and I can't really fopen the file on their local computer. Dazzle will automatically check a directory on the same PC it's installed on, so if I could generate the file and stick it in that directory, that would be great.

I'm not enough of a php wiz to know how to do this. Anyone here know? Another option would be to generate an xml file for the previous day's orders, save it to a folder, then manually ftp it from the Dazzle PC, but that would put the user into mistake-mode.

I just need a little nudge in the right direction.

----

Mods, I had responded to another thread with this issue before I noticed where it was or what the thread title is...and I don't think many people are going to read it there. Maybe I'm wrong, but my point is that I'm not spamming the forum. You can delete my other post if you want.

Caleb