jtchandler Posted January 23, 2014 Share Posted January 23, 2014 I am creating a module to integrate with a payment processor. They have one requirement that is causing me a lot of trouble. After the payment is securely submitted from their site, they display a page from my site, but embedded in an iFrame. That means, for the page to look right, all the image and css URLs have to be full absolute URLs. Not to mention all the menu links. Is there a way to force all URLs to display as full absolute URLs on one certain page? Link to comment Share on other sites More sharing options...
PascalVG Posted January 24, 2014 Share Posted January 24, 2014 Hmm, what do the final url's to the missing pictures etc look like? Link to comment Share on other sites More sharing options...
jtchandler Posted January 25, 2014 Author Share Posted January 25, 2014 Hmm, what do the final url's to the missing pictures etc look like? Here is the page: https://gumball-depot.com/module/itransact/complete My best solution so far is to embed a whole pile of CSS directly in the template, and put full absolute URLs in there, but it seems like there should be a better way to make all internal links display as absolute urls. Link to comment Share on other sites More sharing options...
PascalVG Posted January 31, 2014 Share Posted January 31, 2014 Do you still remember what the final urls to the broken pics looked like without the css added? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now