Ejemplo n.º 1
0
 */
if (!defined('ABSPATH')) {
    exit;
}
// Exit if accessed directly
?>

<div class="nyp" <?php 
echo WC_Name_Your_Price_Helpers::get_data_attributes($product_id, $prefix);
?>
 >

	<?php 
do_action('woocommerce_nyp_before_price_input', $product_id);
?>

	<label for="nyp">
			<?php 
printf(_x('%s ( %s )', 'In case you need to change the order of Name Your Price ( $currency_symbol )', 'wc_name_your_price'), stripslashes(get_option('woocommerce_nyp_label_text', __('Name Your Price', 'wc_name_your_price'))), get_woocommerce_currency_symbol());
?>
	</label>

	<?php 
echo WC_Name_Your_Price_Helpers::get_price_input($product_id, $prefix);
?>

	<?php 
do_action('woocommerce_nyp_after_price_input', $product_id);
?>

</div>