Option 1: Create the page directly from the page editor
- From the Shopify admin panel, access the “Sales channels" -> "Online Store" section and select the “Pages" option

- Create a new page with the title name "returns-portal".
- Then click on the “Show HTML" button and paste the following code: ⬇️
-
<iframe src="https://go.ifreturns.com/marchelacolombine2 "height="800" width="100%" title="ifreturns"></iframe>

- Instead of "marchelacolombine2" you need to put your shop_code name
- Once the page is created, create a new option in the footer or on the return policy page to link to the new page you just created.
- For example, the new page would look like this: https://marchelacolombine.com/pages/returns-portal
- Test its operation.
- Once the changes have been saved, the new page https://marchelacolombine.com/pages/returns-portal will load the returns portal integrated within the site.

Option 2: Modify the site Theme (for more control of the portal design)
⚠️Use this method only if you want to have more control over how the portal is displayed inside your store.
- From the Shopify admin panel, access the “Sales channels" section, select "Themes”, click on the three dots and choose the “Edit code" option.
- On the code editing page, create a new section with the name "if-returns” and insert the following code:
- <iframe src="https://go.ifreturns.com/marchelacolombine2 "height="800" width="100%" title="ifreturns"></iframe>

- Modifies the file containing the main logic of the theme (for example, theme.liquid).
Add the necessary logic to display the “if-returns" section only when the URL is /pages/returns-portal. On any other page, the normal logic of the topic should be maintained. Then save the changes. - From the Shopify admin panel, go back to the “Sales Channels” → “Pages” section
- Create a new page called "returns-portal” and save.
In this case it is not necessary to add content, since the logic and the content are handled directly from the theme file.liquid. - Once the page is created, add a new option in the footer or on the return policy page to link to it.
- For example, the address would be:
https://marchelacolombine.com/pages/returns-portal
- For example, the address would be:
- Test the operation.
- Once the changes have been saved, when visiting
hhttps://marchelacolombine.com/pages/returns-portal, the returns portal will be displayed integrated within the website. 
- Once the changes have been saved, when visiting

