diff --git a/pipit_catalog/admin.php b/pipit_catalog/admin.php index c672302..e88cee0 100644 --- a/pipit_catalog/admin.php +++ b/pipit_catalog/admin.php @@ -1,6 +1,6 @@ logged_in() && $CurrentUser->has_priv('pipit_catalog')) { - $this->register_app('pipit_catalog', 'Catalog', 5, 'Catalog App', '1.0.0'); + $this->register_app('pipit_catalog', 'Catalog', 5, 'Catalog App', '1.1.0'); $this->require_version('pipit_catalog', '3.0'); $this->add_setting('pipit_catalog_productsSet', 'Products Category Set', 'PerchCategories_Sets::get_settings_select_list', false); diff --git a/pipit_catalog/index.php b/pipit_catalog/index.php index c4c1898..41e34bf 100644 --- a/pipit_catalog/index.php +++ b/pipit_catalog/index.php @@ -8,7 +8,7 @@ $Paging = $API->get('Paging'); # Set the page title - $Perch->page_title = $Lang->get('Catalog app'); + $Perch->page_title = $Lang->get('Manage Products'); include('modes/_subnav.php'); diff --git a/pipit_catalog/lang/en-gb.txt b/pipit_catalog/lang/en-gb.txt index 4dc6f4a..6406ecb 100644 --- a/pipit_catalog/lang/en-gb.txt +++ b/pipit_catalog/lang/en-gb.txt @@ -4,29 +4,22 @@ "Catalog app": "Catalog app", "Add a Product": "Add a Product", "Products": "Products", - "All": "All", - "Inactive": "Inactive", - "Active": "Active", - "On Sale": "On Sale", - "Requires Shipping": "Requires Shipping", - "No Shipping": "No Shipping", - "By Category": "By Category", - "By Brand": "By Brand", + "Clear filters": "Clear filters", "Search": "Search", + "Categories": "Categories", + "Brands": "Brands", + "Status": "Status", + "On Sale": "On Sale", + "Shipping": "Shipping", "Are you sure?": "Are you sure?", "Image": "Image", "SKU": "SKU", "Title": "Title", "Stock": "Stock", "Price": "Price", + "Active": "Active", "": "", "Delete": "Delete", - "Products Category Set": "Products Category Set", - "Thumb width": "Thumb width", - "Thumb height": "Thumb height", - "Thumb density": "Thumb density", - "Thumb crop": "Thumb crop", - "Hide product images": "Hide product images", "Pagination": "Pagination", "First page": "First page", "First": "First", @@ -39,26 +32,21 @@ "Next": "Next", "Last page": "Last page", "Last": "Last", - "Save": "Save", - "or": "or", - "Cancel": "Cancel", - "Categories": "Categories", - "Brands": "Brands", - "Status": "Status", - "Shipping": "Shipping", - "Filter": "Filter", - "Clear filters": "Clear filters", - "Sale": "Sale", + "Products Category Set": "Products Category Set", + "Highlight low stock when stock": "Highlight low stock when stock", "Hide Category filter": "Hide Category filter", "Hide Brand filter": "Hide Brand filter", "Hide Status filter": "Hide Status filter", "Hide On Sale filter": "Hide On Sale filter", "Hide Shipping filter": "Hide Shipping filter", + "Hide Search Field": "Hide Search Field", + "Hide product images": "Hide product images", "Display sale prices": "Display sale prices", + "Thumb width": "Thumb width", + "Thumb height": "Thumb height", + "Thumb density": "Thumb density", + "Thumb crop": "Thumb crop", + "No matching products found.": "No matching products found.", "Sorted ascending": "Sorted ascending", - "Sorted descending": "Sorted descending", - "Hide Search Field": "Hide Search Field", - "Highlight low stock when stock": "Highlight low stock when stock", - "Add the Products Set in the %ssettings%s to enable Category filtering": "Add the Products Set in the %ssettings%s to enable Category filtering" - "No matching products found.": "No matching products found." + "Sorted descending": "Sorted descending" } \ No newline at end of file diff --git a/pipit_catalog/modes/list.post.php b/pipit_catalog/modes/list.post.php index 5e95f55..ae31c1e 100644 --- a/pipit_catalog/modes/list.post.php +++ b/pipit_catalog/modes/list.post.php @@ -1,7 +1,7 @@ title_panel([ - 'heading' => $Lang->get('Catalog'), + 'heading' => $Lang->get('Product Catalog'), 'button' => [ 'text' => $Lang->get('Add a Product'), 'link' => $productsURL.'/product/edit/', @@ -12,8 +12,6 @@ if (isset($message)) echo $message; - - $persist_args = ''; $ParentSmartbar = new PerchSmartbar($CurrentUser, $HTML, $Lang); @@ -39,7 +37,6 @@ 'arg' => 'q', 'icon' => 'core/search', 'position' => 'end', - //'persist' => ['category', 'brand', 'status', 'sale', 'shipping'], ]); } @@ -54,7 +51,7 @@ - /* Filters */ + # Filters // form->start() echo '