FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
views
/
admin
/
product-collections
Edit File: index.php
<div class="wrap"> <?php \SureCart::render( 'layouts/partials/admin-index-header', [ 'title' => __( 'Product Collections', 'surecart' ), 'new_link' => \SureCart::getUrl()->edit( 'product_collection' ), ] ); ?> <?php $table->search_form( __( 'Search product collections', 'surecart' ), 'sc-search-products' ); ?> <?php $table->display(); ?> </div>
Save
Back