Function: tcp get the price label

Description

Returns the price label of the given product or the current product. In this last case this tag must be within The Loop.
The price label is for Simple products equal than tcp_get_the_price. For grouped products this function returns the smallest and the biggest price from the products aggregated to the Grouped product.
This function executes a filter called Filter: tcp_get_the_price_label.

Usage

<?php echo tcp_get_the_price_label( $post_id ); ?>

Parameters

$post_id 
(Integer) The ID of the product you’d like to returns its price label. Defaults to the current product. In this case this tag must be within The Loop.

Examples

Related

tcp_the_price_label | Filter: tcp_get_the_price_label