PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 1.0.4
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v1.0.4
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
surecart / views / admin / settings.php
settings.php
22 lines 637 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!-- refresh this page every 15 minutes to prevent session from expiring -->
2 <meta http-equiv="refresh" content="1800" >
3
4 <?php \SureCart::render( 'layouts/partials/admin-settings-styles' ); ?>
5
6 <div id="sc-settings-container">
7 <?php \SureCart::render( 'layouts/partials/admin-settings-header' ); ?>
8
9 <div id="sc-settings-content">
10 <?php
11 \SureCart::render(
12 'layouts/partials/admin-settings-sidebar',
13 [
14 'tab' => $tab,
15 ]
16 );
17 ?>
18 <iframe id="sc-settings" src="<?php echo esc_url( $session_url ); ?>" width="100%" height="100%" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
19 </div>
20 </div>
21
22