• Resolved viccvanco

    (@viccvanco)


    Hi, I need to communicate with the table linked to the plugin WooCommerce Advanced Shipping to retrieve my shipping rates. I looked for this table in my database but I didn’t find it. How can I retrieve my data ? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter viccvanco

    (@viccvanco)

    After some research, I saw that you can use the wafs_get_rates and get_post_meta functions to get the shipping rates. I tried to use these functions in the functions.php file of my theme, but I got a nice 500 error… How can I import them into my functions.php file? Thank you.

    Plugin Author merlinmonmouth

    (@merlinmonmouth)

    Hi

    First are you sure this is our plugin?

    Secondly, we don’t provide code level support – generally things can break when we make changes and it can get quite messy.

    If you are an experienced PHP dev and you still want to do it – take a look in the code, we store the data in options – again we don’t recommend you do this so proceed at your own risk!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Communicate with the table in database’ is closed to new replies.