Jump to content

Change PID number?


UAE

Recommended Posts

I think you can do it by changing the id of the product in tblproducts, but it's not something I would recommend.

I don't think anything will happen to your installation, but it's really up to yourself to decide wether or not you want to do it.

 

This will break things, as that id number is used in several other tables.

Link to comment
Share on other sites

What exactly will it break? I just tried messing around with it, and it seems to be working fine. This is however not a live version of the website.

 

The ID of a product is all over the database (custom fields, invoice items, pricing, configuration options, upgrades, purchased products, addons, etc). Here a just a few tables I found, that contain product IDs:

 

tblcustomfields (relid)

tblinvoiceitems (relid)

tblpricing (relid)

tblproductconfiglinks (pid)

tblupgrades (relid)

tblhosting (packageid)

tbladdons (packages)

 

These are just the ones I found, off hand. There may be other places, as well. If you manually change the product ID in the tblproducts table, other things will break.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated