alias ) . '-form-button-small ' . ( WooZone()->alias ) . '-form-button-primary" id="WooZone-clean_orphaned_prod_assets" value="' . ( __('clean Now', $WooZone->localizationName) ) . '">
This option will clean orphan product assets from woozone tables: wp_amz_assets & wp_amz_products.
';
$html[] = '
';
//$html[] = 'This Affiliate id will be use in API request and if user are not from any of available amazon country.';
$html[] = '';
// view page button
ob_start();
?>
';
$html[] = '';
$options = $WooZone->settings();
$val = '';
if ( isset($options['clean_orphaned_prod_assets_wp']) ) {
$val = $options['clean_orphaned_prod_assets_wp'];
}
ob_start();
?>
';
//$html[] = 'This Affiliate id will be use in API request and if user are not from any of available amazon country.';
$html[] = '';
// view page button
ob_start();
?>
';
$html[] = '';
$options = $WooZone->settings();
$val = '';
if ( isset($options['fix_product_attributes']) ) {
$val = $options['fix_product_attributes'];
}
ob_start();
?>
'); echo __FILE__ . ":" . __LINE__;die . PHP_EOL;
$opt_yesno = array(
'yes' => 'YES',
'no' => 'NO',
);
$opt_dropshiptax_type = array(
'proc' => 'in procents',
'fixed' => 'fixed',
);
$opt_roundedprices_direction = array(
'always_up' => 'always up',
'always_down' => 'always down',
'half_up' => 'half up',
'half_down' => 'half down',
);
$opt_roundedprices_decimals = array(
0 => 'none (ex. 12)',
1 => '1 decimal (ex. 12.3)',
2 => '2 decimals (ex. 12.34)',
);
$dropshiptax = $WooZone->dropshiptax;
$roundedprices = $WooZone->roundedprices;
$text_example = __( 'Ex. if product price = $12 and you choose A) Dropshipping tax = 10 (in procents) => the new product price will be $13.2, b) Dropshipping tax = 5 (fixed) => the new product price will be $17', 'woozone' );
$text_example_rp = __( 'A) (always up) with (none) decimals => ex. 12.1 will become 13; 12.9 will become 13. B) (always down) with (none) decimals => ex. 12.1 will become 12; 12.9 will become 12. C) (half up) with (none) decimals => ex. 12.1 will become 12; 12.9 will become 13, 12.5 will become 13. D) (half down) with (none) decimals => ex. 12.1 will become 13; 12.9 will become 13, 12.5 will become 12.', 'woozone' );
ob_start();
?>