';
if ( 0 < usces_the_itemCprice( 'return' ) ) {
$usces_listprice = esc_html__( 'List price', 'usces' ) . usces_guid_tax( 'return' );
$html .= '
' . apply_filters( 'usces_filter_listprice_label', $usces_listprice, esc_html__( 'List price', 'usces' ), usces_guid_tax( 'return' ) ) . '
';
$html .= '
' . usces_the_itemCpriceCr( 'return' ) . '
';
}
$usces_sellingprice = esc_html__( 'selling price', 'usces' ) . usces_guid_tax( 'return' );
$html .= '
' . apply_filters( 'usces_filter_sellingprice_label', $usces_sellingprice, esc_html__( 'selling price', 'usces' ), usces_guid_tax( 'return' ) ) . '
';
$html .= '
' . usces_the_itemPriceCr( 'return' ) . '
';
$html .= usces_crform_the_itemPriceCr_taxincluded( true, '', '', '', true, false, true, 'return' );
$html .= '
' . esc_html__( 'stock status', 'usces' ) . ' : ' . esc_html( usces_get_itemZaiko( 'name' ) ) . '
';
$html .= apply_filters( 'single_item_stock_field', $singlestock );
$item_custom = usces_get_item_custom( $post->ID, 'list', 'return' );
if ( $item_custom ) {
$html .= '