FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
views
/
layouts
/
partials
Edit File: admin-settings-sidebar.php
<div id="sc-nav" style="--sc-tabs-min-width: 0;"> <?php if ( (bool) \SureCart\Models\ApiToken::get() ) : ?> <sc-tab href="<?php echo esc_url( remove_query_arg( 'tab' ) ); ?>" <?php echo ! $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="sliders"></sc-icon> <?php esc_html_e( 'Store Settings', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'brand' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'brand' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="pen-tool"></sc-icon> <?php esc_html_e( 'Design & Branding', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'order' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'order' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="shopping-bag"></sc-icon> <?php esc_html_e( 'Orders & Invoices', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'abandoned_checkout' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'abandoned_checkout' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="shopping-cart"></sc-icon> <?php esc_html_e( 'Abandoned Checkout', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'customer_notification_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'customer_notification_protocol' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="bell"></sc-icon> <?php esc_html_e( 'Notifications', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'subscription_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'subscription_protocol' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="refresh-ccw"></sc-icon> <?php esc_html_e( 'Subscriptions', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'subscription_preservation' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'subscription_preservation' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="bar-chart-2"></sc-icon> <?php esc_html_e( 'Subscription Saver', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'dynamic_pricing' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'dynamic_pricing' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="badge-percent"></sc-icon> <?php esc_html_e( 'Dynamic Pricing', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'affiliation_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'affiliation_protocol' === $tab ? 'active' : ''; ?> > <sc-icon style="font-size: 18px; width: 18px; stroke-width: 4;" name="mouse-pointer" slot="prefix"></sc-icon> <?php esc_html_e( 'Affiliates', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'review_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'review_protocol' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="star"></sc-icon> <?php esc_html_e( 'Reviews', 'surecart' ); ?> <span class="sc-new-badge"></span> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'tax_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'tax_protocol' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="tag"></sc-icon> <?php esc_html_e( 'Taxes', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'shipping_protocol' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'shipping_protocol' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="truck"></sc-icon> <?php esc_html_e( 'Shipping', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'processors' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'processors' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="credit-card"></sc-icon> <?php esc_html_e( 'Payment Processors', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'display_currency' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'display_currency' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="dollar-sign"></sc-icon> <?php esc_html_e( 'Currencies', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'export' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'export' === $tab ? 'active' : ''; ?> > <sc-icon style="font-size: 18px; width: 18px; stroke-width: 4;" name="layers" slot="prefix"></sc-icon> <?php esc_html_e( 'Data Export', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'integrations' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'integrations' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px; opacity: 0.7;" name="zap"></sc-icon> <?php esc_html_e( 'Integrations', 'surecart' ); ?> </sc-tab> <?php if ( get_option( 'surecart_learn_admin_menu', true ) ) : ?> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'learn' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'learn' === $tab ? 'active' : ''; ?>> <sc-icon slot="prefix" style="width: 18px; height: 18px;" name="book-open"></sc-icon> <?php esc_html_e( 'Learn', 'surecart' ); ?> </sc-tab> <?php endif; ?> <?php endif; ?> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'connection' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'connection' === $tab ? 'active' : ''; ?> > <sc-icon style="font-size: 18px; width: 18px; stroke-width: 4;" name="upload-cloud" slot="prefix"></sc-icon> <?php esc_html_e( 'Connection', 'surecart' ); ?> </sc-tab> <sc-tab href="<?php echo esc_url( add_query_arg( [ 'tab' => 'advanced' ], menu_page_url( 'sc-settings', false ) ) ); ?>" <?php echo 'advanced' === $tab ? 'active' : ''; ?> > <sc-icon style="font-size: 18px; width: 18px; stroke-width: 4;" name="sliders" slot="prefix"></sc-icon> <?php esc_html_e( 'Advanced', 'surecart' ); ?> </sc-tab> </div>
Save
Back