Viewing 2 replies - 1 through 2 (of 2 total)
  • For WooCommerce 2.x you’d need something like this, if I remember right:

    echo get_post_meta( $post_object->ID, '_price', true);
    Thread Starter rajbir4all

    (@rajbir4all)

    Hey gr8 its working, Thanks

    another one

    Ref # Description Sale Price Quantity ADD To CART

    Can i bifurcate Descriptions values by tables.

    Eg:Description Having Size

    X Large
    Large
    Medium
    Small

    Can i have table like

    XLarge
    Ref # Sale Price Quantity ADD To CART

    Large
    Ref # Sale Price Quantity ADD To CART

    Medium
    Ref # Sale Price Quantity ADD To CART

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘output product variations with price’ is closed to new replies.