I am creating a custom theme for woocommerce and I need to be able to create a mini product display. I am having problems finding documentation on the woocommerce api. I hav
Use this method:
$_product = wc_get_product( $id );
Official API-docs: wc_get_product