HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/tour.kamille.us/wp-content/plugins/surecart/views/admin/restore/index.php
<style>
	#wpwrap {
		--sc-color-primary-500: var(--sc-color-brand-primary);
		background: var(--sc-color-brand-main-background);
	}

	.wrap .container {
		width: 100%;
		padding-top: 3em;
	}

	.wrap .container  sc-card {
		width: 100%;
		max-width: 600px;
	}

	.wrap .container sc-card sc-icon {
		font-size: 24px;
		color: var(--sc-color-primary-500);
	}

	.wrap .container .button-container {
		gap: 1em;
	}

</style>
<div class="wrap">
	<?php \SureCart::render( 'layouts/partials/admin-index-styles' ); ?>

	<sc-flex justify-content="center" class="container">
		<sc-card style="--sc-card-padding: var(--sc-spacing-xxx-large)">
			<form action="" method="post">
				<?php wp_nonce_field( 'restore_missing_page', 'nonce' ); ?>
				<input type="hidden" name="restore" value="<?php echo esc_attr( $restore ?? '' ); ?>" />
				<sc-flex flex-direction="column" style="--sc-flex-column-gap:1em;">
					<sc-icon name="repeat"></sc-icon>
					<sc-heading size="large"><?php esc_html_e( 'Restore', 'surecart' ); ?></sc-heading>
					<sc-text>
						<?php esc_html_e( 'This page is important for certain SureCart eCommerce features. Bringing back this page will make sure SureCart works as expected.', 'surecart' ); ?>
					</sc-text>
					<sc-flex class="button-container" justify-content="flex-start">
						<sc-button size="large" type="primary" submit><?php esc_html_e( 'Restore', 'surecart' ); ?></sc-button>
						<sc-button size="large" type="link" onclick="window.history.back()"><?php esc_html_e( 'Cancel', 'surecart' ); ?></sc-button>
					</sc-flex>
				</sc-flex>
			</form>
		</sc-card>
	</sc-flex>
</div>