<?php/** * Admin View: Notice - Tracking */if(!defined('ABSPATH')){exit;}?><divid="message"class="updated woocommerce-message woocommerce-tracker"><p><?phpprintf(__('Want to help make WooCommerce even more awesome? Allow WooCommerce to collect non-sensitive diagnostic data and usage information, and get %1$s discount on your next WooThemes purchase. <a href="%2$s" target="_blank">Find out more</a>.','woocommerce'),'20%','https://woocommerce.com/usage-tracking/');?></p><pclass="submit"><aclass="button-primary"href="<?phpechoesc_url(wp_nonce_url(add_query_arg('wc_tracker_optin','true'),'wc_tracker_optin','wc_tracker_nonce'));?>"><?php_e('Allow','woocommerce');?></a><aclass="skip button-secondary"href="<?phpechoesc_url(wp_nonce_url(add_query_arg('wc-hide-notice','tracking'),'woocommerce_hide_notices_nonce','_wc_notice_nonce'));?>"><?php_e('No, do not bother me again','woocommerce');?></a></p></div>