public function display()
    {
        ?>
		<h3><?php 
        _e('Presentation Settings', 'wp-e-commerce');
        ?>
</h3>
		<p><?php 
        _e('Most presentational settings have now been moved to the Customizer.  Click the <em>Manage in Customizer</em> button above to modify your settings.', 'wp-e-commerce');
        ?>
</p>
	<?php 
        parent::display();
    }
    public function display()
    {
        ?>
		<h3><?php 
        _e('Wondering where all the old presentation settings have gone?', 'wpsc');
        ?>
</h3>
		<p><?php 
        _e("Do not worry. We're taking this opportunity to rewrite them properly using the new WordPress settings API throughout this beta phase.", 'wpsc');
        ?>
</p>
		<p><?php 
        _e("We'll either add them right back or release mini Plugins. To help us decide what goes back into core and what will become a Plugin, please <a href='https://github.com/wp-e-commerce/WP-e-Commerce/issues/516'>let us know on Github</a> what your most important setting is.", 'wpsc');
        ?>
</p>
	<?php 
        parent::display();
    }
 public function display()
 {
     $this->check_slug_conflicts();
     parent::display();
 }