Hi again,
I was getting so frustrated on this, but I finally got it to work.
Jo Ann, the pop-up window is added as an extra page in the cart as you suggested and the info is in an HTML box. I had to move the files in the "EmgeeOrderForm" folder individually into the /order so it would appear correctly in the pop-up window. I also had to put the EmgeeOrderForm.php file in the root directory as I was getting an error so it almost worked as I indicated below. The code on the SCCPro page is based on
Eric's example and looks like this:
[[[<a href="EmgeeOrderForm.html" target="name"
onclick="window.open('EmgeeOrderForm.html','name','height=850, width=800,toolbar=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes'); return false;"
>Please Click Here to place an order</a> ]]]
Eric gave me an idea of what was going wrong so I moved the exported WFB folder and .php file to /order, and added the folder name in front of the file name so the code is now:
[[[<a href="
EmgeeOrderForm/EmgeeOrderForm.html" target="name"
onclick="window.open('
EmgeeOrderForm/EmgeeOrderForm.html','name','height=850, width=800,toolbar=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes'); return false;"
>Please Click Here to place an order</a> ]]]
Now it works!
Eric, I couldn't figure out where to change the script created by WFB since I don't have an .html page for the catalogue as I want it to remain hidden. That was my issue originally. But I'm happy with the work around I found.
Thanks for all the help Eric and Jo Ann!