Jump to content

Merging 2 Product Groups


Recommended Posts

Greetings...

 

We have just migrated from clientexec.

We used to have 2 hosting products A and B under the same group "Shared Hosting" with 100 clients in A and 100 clients in B.

in WHMCS We wish to merge these 2 products into one product A or B (or maybe create a C and put A & B in C) resulting in a single list of 200 clients.

 

Is it possible via WHMCS interface ?

if not, is it possible via SQL tweak ?

Would appreciate the steps kindly.

 

Thanks

 

Jim

Link to comment
Share on other sites

You have 100 users on *product* A and 100 on *product* B in WHMCS

 

Then yes, I'd suggest you create

1 new product with the appropriate description, price, settings etc that you want first.

 

Assuming you dont want to "alter" the settings for the client - i.e. their *package* definition on the server stays the same - then it's as "simple" as

update tblhosting set packageid=N where packageid=O; (swap N for new and O for old)

you can get the ID from the url when you hover over the edit icon in setup, products&services

 

If you do want to change the plan on the server as well, then for each hosting plan in whmcs, view the client details, change the plan in the drop-down, click save, then click "change package"

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