Jump to content

Few Questions (manual operations on the DB)


crucial

Recommended Posts

We are importing our data from WHMAP, and rather than manually edit each package, can we do either of the following without worrying about messing up any other data, or relationships within the database.

 

1. All packages are set to visible by default, the majority of our packages need to be hidden. Can we run something like this to change all packages to hidden:

 

UPDATE `tblproducts` SET hidden='on';

 

2. By default all packages do not have tax enabled, I would like to add tax support to all packages without having to go through and edit each package manually, so can I perform the following:

 

UPDATE `tblproducts` SET tax='1';

 

 

I have tested this on a temporary database, and there does not appear to be any problems - however as I don't know the exact workings of WHMCS I don't know if this will effect anything else.

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