Jump to content

Domain Price Transfer


Emhope

Recommended Posts

Hello,

 

I am looking to transfer across the list of domain extensions and prices form our main WHMCS website to a new fresh install. Which tables do I need to transfer across?

 

I can see tbldomainpricing has a list of domain extensions and tblpricing contains the pricing. Are there any more tables which are required.

 

Thank you

Link to comment
Share on other sites

make sure that the following tables are empty in the "fresh install", then export data from old database to the new one:

tbldomainpricing

tbltlds

 

and for "tblpricing" you need to export pricing related for domains only, using this query will list domain related records:

SELECT * FROM `tblpricing` WHERE `type` IN ("domainregister", "domaintransfer", "domainrenew", "domainaddons")

 

also exclude tblpricing.id from data exported to avoid any issues with the new database, if it has existing records

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