<?php
/**
* Dokan Seller Enabled/Disabled warning Notice
*
* @since 2.4
*
* @package dokan
*/
?>
<div class="dokan-alert dokan-alert-warning">
<strong><?php esc_attr_e( 'Error!', 'dokan-lite' ); ?></strong>
<?php esc_attr_e( 'Your account is not enabled for selling, please contact the admin', 'dokan-lite' ); ?>
</div>