• Resolved chinwag

    (@chinwag)


    Hi, the best shipping plugin by miles!!!

    in which database table(s) are the weight rules located please?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author grola

    (@grola)

    Hi,

    all settings are stored in wp_options database table.

    You can use this SQL to list it:

    
    select * from wp_options where option_name like 'woocommerce_flexible_shipping_single_%_settings';
    
    Thread Starter chinwag

    (@chinwag)

    Thank you so much for your help, really useful.

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Data table storage of weight rules?’ is closed to new replies.