index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
surecart
/
views
/
admin
/
products
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/surecart/views/admin/products/index.php
<style> .wp-list-table .column-image { width: 40px; } .sc-product-name { display: flex; gap: 1em; } .sc-product-name img { width: 40px; height: 40px; border: var(--sc-input-border); border-radius: var(--sc-border-radius-medium); box-shadow: var(--sc-shadow-small); flex: 1 0 40px; object-fit: cover; display: block; flex: 0 0 40px; } td.sync_status { font-size: 16px; line-height: 0; color: var(--sc-color-gray-700); } .syncing-wrapper { display: flex; align-items: center; gap: 0.25em; } .syncing-text { font-size: 13px; } td.sync_status .synced { color: var(--sc-color-success-700); } .sc-product-image-preview { width: 40px; height: 40px; object-fit: cover; background: #f3f3f3; display: flex; align-items: center; justify-content: center; border: var(--sc-input-border); border-radius: var(--sc-border-radius-medium); box-shadow: var(--sc-shadow-small); flex: 0 0 40px; } th#name { width: 235px; } th#featured { width: 60px; } </style> <div class="wrap"> <?php \SureCart::render( 'layouts/partials/admin-index-header', [ 'title' => __( 'Products', 'surecart' ), 'new_link' => \SureCart::getUrl()->edit( 'product' ), ] ); ?> <?php $table->search_form( __( 'Search Products', 'surecart' ), 'sc-search-products' ); ?> <form id="products-filter" method="get"> <?php $table->views(); ?> <?php $table->display(); ?> </form> </div>