WooCommerce - Get selected variation for a product in cart

后端 未结 2 502
小鲜肉
小鲜肉 2021-02-09 16:38

Hello,

Any one please help me find the solution.

My client has a wholesale business, in which he don\'t need woocommerce checkout functionality. He needs woocomm

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-09 17:18

    Hope this one will help...

    function woocommerce_variable_add_to_carts() {
            global $product, $post;
            $variations = $product->get_available_variations();
            foreach ($variations as $key => $value) {
                ?>
                
    $attr_value) { ?> product_type); ?>

提交回复
热议问题