× |
get_image();
?>
|
get_title(); ?>
cart->get_item_data( $values );
// Backorder notification
if ($_product->backorders_require_notification() && $_product->get_total_stock()<1) echo ' '.__('Available on backorder.', 'woothemes').' ';
?>
|
get_price_excluding_tax() );
else :
echo woocommerce_price( $_product->get_price() );
endif;
?> |
|
cart->get_product_subtotal( $_product, $values['quantity'] ) ;
?> |