default.php
11 lines
| 1 | <script> |
| 2 | var shopengine_has_product_status = <?php echo json_encode([ |
| 3 | 'has_product' => \ShopEngine\Widgets\Products::instance()->get_a_simple_product_id(), |
| 4 | 'message' => \ShopEngine\Widgets\Products::instance()->no_product_to_preview() |
| 5 | ]);?> |
| 6 | </script> |
| 7 | <div class="shopengine-admin-dashboard"> |
| 8 | <div class="shopengine-admin-dashboard-wrapper" > |
| 9 | <!-- Content Goes Here --> |
| 10 | </div> |
| 11 | </div> |