|
|
|
|
|
Item Prices: %1$s Tax & Other: %2$s Total: %3$s ', 'cartflows-pro' ), wc_price( $product_details['offer_product_item_total'] ), wc_price( $product_details['offer_product_item_tax'] ), wc_price( $product_details['offer_product_total'] ) )
)
);
?>
|
' . esc_html__( 'Refund', 'cartflows-pro' ) . '';
} else {
$button_markup = '';
}
echo wp_kses_post( $button_markup );
?>
|