Zen Cart: 1.5.1
Module: 2.12
PHP: 5.2.17

The module is all working and installed absolutely fine and the callback works fine. It has been a while since I integrated a site with WorldPay and it now appears that the call back no longer passes from a worldpay.com to mysite.com. The callback page is now generated under the worldpay.com URL which is all fine, apart from this seems to break the stylesheets.

I amended the code to include the full URL path to the stylesheets, no success - it still didn't load them. A fix I currently have is to actually load all the called stylesheets inline into the page if the main page is the WorldPay callback. Far from ideal but it sorts out the layout issues.

I'm wondering if anyone else has experienced this and what solutions they put in place? I was thinking about a Javascript call once the page has loaded to reload the stylesheets, but not sure if you can do that or how I would do it.

Mat