The SKU being returned brings back the product SKU, but doesn’t take into account any variation of the product. i.e. if there are blue, red, and green versions and blue is default, the blue sku will be returned to the system regardless of which variation has been selected in the cart?
Is there a way around this?
is there a method for getting the shipping total also? Shipping doesn’t come under the product class?
Do you have a quick way of returning the SKU also for the product? I cannot see that it is passed back by the query in the Get_Items() function so would presume we’d have to write a query to cross reference the product ID with the _sku field stored in wp_postmeta (table)?