Can I insert the returns portal in my store as an iframe?
Yes. The returns portal can be inserted in any of your store's pages as an iframe. You'll just need to add the following code in the page you'd like your returns portal to be in (replace "subdomain" with the one you're using in Turny):
<iframe src="https://subdomain.turny.co/return/" width="100%" height="800px" style="overflow-x: hidden; border: none;"></iframe>
<iframe src="https://subdomain.turny.co/return/" width="100%" height="800px" style="overflow-x: hidden; border: none;"></iframe>
Updated on: 11/08/2021
Thank you!