Hello, I was just wondering, Whats the catalog page code?

Status
Not open for further replies.

willboy100

Member
Jul 30, 2013
45
0
Hello, I was just wondering, Whats the catalog page code?
To add a page in the catalog? (A blank page)
So i can add customs to that page.
My hotel is r63. :)
 

Khalil

IDK
Dec 6, 2011
1,642
786
Well, if you're too lazy to insert a blank page, then heres the code:

Code:
INSERT INTO `catalog_pages` VALUES ('500', '-1', 'Blank Page', '5', '5', '1', '0', '1', '0', '60', 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', '');
 

willboy100

Member
Jul 30, 2013
45
0
Threads merged - Kieren
Im trying to add customs to the catalog, E.g. i have the furniture sql code, The catalog items sql code, I just need to know what the sql code is for catalog pages, So i can add a new page into the catalog. So i can put my customs into it.

That is what i ment. Theres no need to be cocky!

And im not lazy!
 
Last edited by a moderator:

Khalil

IDK
Dec 6, 2011
1,642
786
For that you just get the page's id in the catalog_pages, example in the code i gave you the id is "500", so in your catalog_items code you just change the page id to the id of the page in catalog_pages.
 
Status
Not open for further replies.

Users who are viewing this thread

Top