WooCommerce, get shipping price by shipping class id?
-
Hello,
I came up with a problem and couldn’t find the right method in the API.
What I want to do is basically extend cart table with additional columns which would display shipping price per product. All my products are using simple flat rate and prices for shipping are separate for each product. In the cart table loop \woocommerce\cart\cart.php I can easily get get_shipping_class_id() for a particular product, but I can’t figure out, how do I get price for that shipping class, that has been assigned to that product. Any help?
- The topic ‘WooCommerce, get shipping price by shipping class id?’ is closed to new replies.