X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Changing pageid on newly created Static Page (https://forum.x-cart.com/showthread.php?t=23467)

rothecreations 07-21-2006 11:16 AM

Changing pageid on newly created Static Page
 
Hello,

I have looked around in the forums, and I love that this is such a trafficed resource. Used to use Interchange and that was hardly the case.

But I wasn't able to find an answer to this question, so if anyone can offer any help, or a link to something already posted...

I created my static pages in the admin side before I realized that I wanted them to display in a different order, and show a similar structure for "pageid=".

I was able to change the display order by changing the POS. under Static Pages in the admin area. But I wasn't able to figure out how to change the pageid's once the pages were created.

Does anyone know how to do this?

Jay

balinor 07-21-2006 01:28 PM

You would need to edit that in the database itself.

wjbrewer 07-21-2006 01:51 PM

Just enter this in the DB update

Code:

UPDATE xcart_pages SET pageid=1 WHERE filename="page.html"

Just change the filename you want to change, and the pageid that you want it to be.


All times are GMT -8. The time now is 11:21 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.