Page 1 of 1

New page from existing page without remove original page

Posted: Mon Sep 05, 2022 1:25 pm
by dmenhinick
I would like to create a page similar to advanced_search.php but also want to keep advanced_search.php as it is. I think this is called a content module, however this page is not listed in the content modules. Do I just clone the page in the core location or is there a better way to do this?

Re: New page from existing page without remove original page

Posted: Mon Sep 05, 2022 1:59 pm
by heatherbell
dmenhinick wrote: Mon Sep 05, 2022 1:25 pm I would like to create a page similar to advanced_search.php but also want to keep advanced_search.php as it is. I think this is called a content module, however this page is not listed in the content modules. Do I just clone the page in the core location or is there a better way to do this?
It is not a content module As the name suggests, a content module would be in /includes/modules/content/
To create a clone of an existing page, User Guide - https://phoenixcart.org/phoenixcartwiki ... a_New_Page might help you.

Re: New page from existing page without remove original page

Posted: Wed Sep 07, 2022 10:18 am
by dmenhinick
Can I have a functional page in this area ie not just an information page?

Re: New page from existing page without remove original page

Posted: Wed Sep 07, 2022 12:24 pm
by Kofod95
Yes, same procedure, but change the logic for info-pages into the logic you want.
If you copy advanced_search.php, you would have functional stuff there, which you can alter, change or whatever as you wish.

//Daniel