How to hide header, so I can use page with and without header

I have a dynamic page which I want to use with and without header depending where the user is accessing it (while purchasing I want the header hidden, when coming back to the same page to edit their choices I‘d like then to be able to navigate the site).

I’d rather not have two versions of the same page, as it’s a complicated page that I expect I will be refining a lot once the site is live.

.hide() isn’t available on the header, so that isn’t a solution.

How night I achieve this?

The header can’t be hidden using code.

If you need further details or clarification, I would recommend contacting Wix Customer Care , as they know best.

Thanks @Yisrael (Wix)

Are either of these sensible work arounds?

  1. Using an iframe, or another way to put a dynamic page inside a static page.
  2. Recreate the header (menu, logo and members icon) at the top of the page.

What else might you suggest?

Or would you recommend having two pages?