product_factory->get_product()->get_price_html();
$allowed_tags = wp_kses_allowed_html( $context );
if ( $amp_product_price ) {
echo 'Price: ' . wp_kses( $amp_product_price, $allowed_tags ) ;
} else {
echo "Sorry, this item is not for sale at the moment, please check out more products Here " ;
}
}
?>