haylau Posted April 16, 2021 Posted April 16, 2021 Using the Chex module, though perhaps this is a generic thing In the confirmation fields we can add a link to terms of service etc and they open in a new tab / browser But can they be made to open a pop up instead so customer stays on the same page?
haylau Posted April 20, 2021 Author Posted April 20, 2021 Solved this by using class=iframe in the <a> tag Works a treat 1
Signut Posted April 20, 2021 Posted April 20, 2021 21 minutes ago, haylau said: Solved this by using class=iframe in the <a> tag Works a treat @haylau may I ask if you have to 'Allow iframes on HTML fields' in Preferences/General for this to work well? Thanks.
haylau Posted April 20, 2021 Author Posted April 20, 2021 (edited) 3 hours ago, Signut said: @haylau may I ask if you have to 'Allow iframes on HTML fields' in Preferences/General for this to work well? Thanks. Just checked, it works either way. Full line: <a class="iframe" href="/faqs/store-information/uk-postocode-delivery-restrictions.html?content_only=1">Royal Mail Special Delivery and Expedited Courier Post Code Restrictions</a> So the ?content_only=1 part means you only get the text not the page header, footer etc Edited April 20, 2021 by haylau 1
haylau Posted April 21, 2021 Author Posted April 21, 2021 (edited) Actually, wonder if any one can help In the link, using the ?content_only=1 setting means you only ge the text. Literally Looks a little untidy. With out the setting you get the full page BUT you have to scroll down passed all the headers to see the format which is much better because it is formatted So, can anyone think of a way of displaying the page WITH formatting but WITHOUT headers and footers? And, just to be greedy. How we can adjust the same and size of the iframe Edited April 21, 2021 by haylau
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