Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
How do i change the prices/values of all the items in my catalouge?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Hypothesis" data-source="post: 449282" data-attributes="member: 83881"><p>You're only supposed to select the page_id from catalog_items, not the parent_id, parent_id is for catalog_pages.</p><p>For example, the Front Page is Page ID 1, so this is what you'd execute.</p><p><strong>SELECT * from catalog_items WHERE page_id = 1</strong></p><p>And it'll show all items with the page_id equal to 1.</p></blockquote><p></p>
[QUOTE="Hypothesis, post: 449282, member: 83881"] You're only supposed to select the page_id from catalog_items, not the parent_id, parent_id is for catalog_pages. For example, the Front Page is Page ID 1, so this is what you'd execute. [B]SELECT * from catalog_items WHERE page_id = 1[/B] And it'll show all items with the page_id equal to 1. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How do i change the prices/values of all the items in my catalouge?
Top