I am trying to determine how to set up the shipping options so that shipping is calculated correctly using woocommerce in a word press site.
I have the weight added to each product under the variation because it depends on the size of the product.
Under the main product level the weight is listed at 0. For shipping - the settings are set to ship based on lb.
I must be missing a disconnect, because when a customer checkouts, the shipping amount is incorrect - it appears it is looking at the main product level and not at the weight for the variation.
How do I set it up so that it will validate the weight at the variation level?
I was able to correct the issue