PATH:
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
<?php /** * Admin View: Notice - Legacy Shipping. * * @package Kkart\Admin\Notices */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="message" class="updated kkart-message"> <a class="kkart-message-close notice-dismiss" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'kkart-hide-notice', 'legacy_shipping' ), 'kkart_hide_notices_nonce', '_kkart_notice_nonce' ) ); ?>"> <?php esc_html_e( 'Dismiss', 'kkart' ); ?> </a> <p class="main"> <strong><?php esc_html_e( 'New:', 'kkart' ); ?> <?php esc_html_e( 'Shipping zones', 'kkart' ); ?></strong> – <?php esc_html_e( 'a group of regions that can be assigned different shipping methods and rates.', 'kkart' ); ?> </p> <p> <?php esc_html_e( 'Legacy shipping methods (flat rate, international flat rate, local pickup and delivery, and free shipping) are deprecated but will continue to work as normal for now. <b><em>They will be removed in future versions of Kkart</em></b>. We recommend disabling these and setting up new rates within shipping zones as soon as possible.', 'kkart' ); ?> </p> <p class="submit"> <?php if ( empty( $_GET['page'] ) || empty( $_GET['tab'] ) || 'kkart-settings' !== $_GET['page'] || 'shipping' !== $_GET['tab'] ) : ?> <a class="button-primary" href="<?php echo esc_url( admin_url( 'admin.php?page=kkart-settings&tab=shipping' ) ); ?>"> <?php esc_html_e( 'Setup shipping zones', 'kkart' ); ?> </a> <?php endif; ?> <a class="button-secondary" href="https://docs.kkart.com/document/setting-up-shipping-zones/"> <?php esc_html_e( 'Learn more about shipping zones', 'kkart' ); ?> </a> </p> </div>
[-] html-notice-secure-connection.php
[edit]
[-] html-bulk-edit-product.php
[edit]
[-] html-admin-page-status.php
[edit]
[-] html-admin-page-status-logs-db.php
[edit]
[-] html-notice-updated.php
[edit]
[-] html-notice-custom.php
[edit]
[-] html-notice-base-table-missing.php
[edit]
[-] html-notice-maxmind-license-key.php
[edit]
[-] html-notice-update.php
[edit]
[-] html-admin-page-product-export.php
[edit]
[-] html-admin-page-status-logs.php
[edit]
[-] html-notice-legacy-shipping.php
[edit]
[-] html-quick-edit-product.php
[edit]
[-] html-notice-uploads-directory-is-unprotected.php
[edit]
[+]
..
[-] html-admin-settings.php
[edit]
[-] html-notice-no-shipping-methods.php
[edit]
[-] html-notice-regenerating-thumbnails.php
[edit]
[-] html-notice-redirect-only-download.php
[edit]
[-] html-admin-page-status-tools.php
[edit]
[-] html-notice-template-check.php
[edit]
[-] html-notice-install.php
[edit]
[-] html-email-template-preview.php
[edit]
[-] html-report-by-date.php
[edit]
[-] html-admin-page-addons.php
[edit]
[-] html-notice-wp-php-minimum-requirements.php
[edit]
[-] html-notice-regenerating-lookup-table.php
[edit]
[-] html-notice-updating.php
[edit]
[-] html-admin-page-status-report.php
[edit]
[-] html-admin-page-reports.php
[edit]