Create single page beneath a normal C5 page from package

Permalink
Hello All
I'm currently in a need to install a single page beneath a regular C5 page. I need to do it through a package install. The normal C5 page is already an existing page and have content on it. So my concern is, if I install the package, will it overwrite the normal page as make it as single page?
Also what will be the directory structure in the package? Please help!

Thanks
Rony

ronyDdeveloper
 
ramonleenders replied on at Permalink Best Answer Reply
ramonleenders
I mostly just make the single page at "root" level. After doing so, I just copy the page to where I want it or make an alias of it. By copying it, you maintain the possibility to add attributes, set SEO and stuff like that. It also just works as expected. Depends what other functionalities you have in mind for it though. If it is some sort of shopping cart, you may hit some bumps and do things differently. But just try it out and see what happens.
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Copying the page solves most of the issue, but there was few limitations but I've managed that with some customization. Thanks a lot.

Rony
ramonleenders replied on at Permalink Reply
ramonleenders
You're welcome! Copying works in almost all situations. And if you want the other page to be gone, you can code in if it's the original page or not and redirect if it's the original (or something like that). I think there's always a way to get around particular issues/problems.