Change wordpress database Woocommerce

Asked

Viewed 187 times

2

I made a system for the back-end of a wordpress store that uses the Woocommerce plugin. The client requested me to make a login system with custom registration, because well, I made the system with bootstrap, php, jquery.

It is worth remembering that this system has a unique table with its respective data to authenticate the user.

I’ve already integrated most of it on his site and set up the proper rules for authenticity and Alz, but there was a need to make Woocommerce take the data from my record table to set up the checkout.

I found nowhere any explanation of how to get information from a table that is not the standard of Woocommerce.

meu sistema de login é por session.

from what I saw in phpmyadmin there are two tables: wp_836(Woocommerce) and my "registration".

how to make the registration table the main table of the plugin Woocommerce? follows the data:

id, enterprise, email, password, CNPJ, address, zip code, city, state, telephone, cellular, date, token.

the store is all set up and I don’t want to have to redo everything just to mess with it.

from what I’m seeing I spent a lot of time sifting through the plugin files but it’s very tricky to edit file by file, ideal is if I could do some Function in functions.php to set this, or something similar.

From now on I thank anyone who can help me.

Other alternatives are welcome.

  • I needed to make a custom login system also in Wordpress, but I did not create different table just implemented the extra fields in the Wordpress login table itself

  • hello, thank you for the reply, because it is Larissa, however I did not understand very well this table of WP, and do not know where it stores the login data, you know explain me?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.