?>
				</div>
				<div class="note grayed-links">
<?php 
echo sprintf(__('Please note this functionality is in beta. So if you run into difficulties or find problems with Chameleon, please <a %s>let us know</a>.', 'ecwid-shopping-cart'), ' target="_blank" href="http://help.ecwid.com/customer/portal/emails/new"');
?>
				</div>
		</div>

		<hr <?php 
echo ecwid_migrations_is_original_plugin_version_older_than('3.3') ? '' : ' hidden';
?>
 />

	    <div class="pure-control-group checkbox<?php 
echo ecwid_migrations_is_original_plugin_version_older_than('3.3') ? '' : ' hidden';
?>
">
			<div class="label">
				<label for="ecwid_use_new_horizontal_categories">

					<input
						id="ecwid_use_new_horizontal_categories"
						name="ecwid_use_new_horizontal_categories"
						type="checkbox"
						<?php 
if (get_option('ecwid_use_new_horizontal_categories') == 'Y') {
    ?>
							checked="checked"
						<?php 
}
Ejemplo n.º 2
0
				<div class="note">
					<?php 
_e('Automatic adjustment of your store design to your Wordpress theme. Whatever Wordpress theme you use, Ecwid will detect predominant colors and font and use them in your product catalog.', 'ecwid-shopping-cart');
?>
				</div>
				<div class="note grayed-links">
<?php 
echo sprintf(__('Please note this functionality is in beta. So if you run into difficulties or find problems with Chameleon, please <a %s>let us know</a>.', 'ecwid-shopping-cart'), ' target="_blank" href="http://help.ecwid.com/customer/portal/emails/new"');
?>
				</div>
		</div>


        <?php 
if (ecwid_migrations_is_original_plugin_version_older_than('3.4')) {
    ?>
		<hr />

	    <div class="pure-control-group checkbox">
			<div class="label">
				<label for="ecwid_use_new_horizontal_categories">

					<input
						id="ecwid_use_new_horizontal_categories"
						name="ecwid_use_new_horizontal_categories"
						type="checkbox"
						<?php 
    if (get_option('ecwid_use_new_horizontal_categories') == 'Y') {
        ?>
							checked="checked"