array('title'=>__('Email Sender Options','woocommerce'),'type'=>'title','desc'=>__('The following options affect the sender (email address and name) used in WooCommerce emails.','woocommerce'),'id'=>'email_options'),
array('title'=>__('Email Template','woocommerce'),'type'=>'title','desc'=>sprintf(__('This section lets you customise the WooCommerce emails. <a href="%s" target="_blank">Click here to preview your email template</a>. For more advanced control copy <code>woocommerce/templates/emails/</code> to <code>yourtheme/woocommerce/emails/</code>.','woocommerce'),wp_nonce_url(admin_url('?preview_woocommerce_mail=true'),'preview-mail')),'id'=>'email_template_options'),
array(
'title'=>__('Header Image','woocommerce'),
'desc'=>sprintf(__('Enter a URL to an image you want to show in the email\'s header. Upload your image using the <a href="%s">media uploader</a>.','woocommerce'),admin_url('media-new.php')),
'id'=>'woocommerce_email_header_image',
'type'=>'text',
'css'=>'min-width:300px;',
'default'=>'',
'autoload'=>false
),
array(
'title'=>__('Email Footer Text','woocommerce'),
'desc'=>__('The text to appear in the footer of WooCommerce emails.','woocommerce'),
'id'=>'woocommerce_email_footer_text',
'css'=>'width:100%; height: 75px;',
'type'=>'textarea',
'default'=>get_bloginfo('title').' - '.__('Powered by WooCommerce','woocommerce'),
'autoload'=>false
),
array(
'title'=>__('Base Colour','woocommerce'),
'desc'=>__('The base colour for WooCommerce email templates. Default <code>#557da1</code>.','woocommerce'),
'id'=>'woocommerce_email_base_color',
'type'=>'color',
'css'=>'width:6em;',
'default'=>'#557da1',
'autoload'=>false
),
array(
'title'=>__('Background Colour','woocommerce'),
'desc'=>__('The background colour for WooCommerce email templates. Default <code>#f5f5f5</code>.','woocommerce'),
'id'=>'woocommerce_email_background_color',
'type'=>'color',
'css'=>'width:6em;',
'default'=>'#f5f5f5',
'autoload'=>false
),
array(
'title'=>__('Email Body Background Colour','woocommerce'),
'desc'=>__('The main body background colour. Default <code>#fdfdfd</code>.','woocommerce'),
'id'=>'woocommerce_email_body_background_color',
'type'=>'color',
'css'=>'width:6em;',
'default'=>'#fdfdfd',
'autoload'=>false
),
array(
'title'=>__('Email Body Text Colour','woocommerce'),
'desc'=>__('The main body text colour. Default <code>#505050</code>.','woocommerce'),