HEX
Server: Apache
System: Linux p3plzcpnl476737.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: p8pyefaexf70 (9161224)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/p8pyefaexf70/public_html/wp-content/plugins/shopengine/core/settings/screens/default.php
<script>
var shopengine_has_product_status = <?php echo json_encode([
    'has_product' => \ShopEngine\Core\Builders\Templates::has_simple_product(),
    'message' => \ShopEngine\Widgets\Products::instance()->no_product_to_preview()
]);?>
</script>
<?php 
    $dashboard_class = 'shopengine-admin-dashboard';
    if( is_rtl() ) {
        $dashboard_class .= ' rtl-enabled';
    } else {
        $dashboard_class .= ' rtl-disabled';
    }
?>

<div class="<?php echo esc_attr( $dashboard_class ) ?>">
    <div class="shopengine-admin-dashboard-wrapper" >
        <!-- Content Goes Here -->
    </div>
</div>