From 5cd4e50afacecc4a30596dd7bf639e91285fc2be Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Tue, 17 Mar 2015 14:27:44 -0400 Subject: [PATCH 1/2] Remove type and vendor links in collection sidebar --- snippets/collection-sidebar.liquid | 44 ------------------------------ 1 file changed, 44 deletions(-) diff --git a/snippets/collection-sidebar.liquid b/snippets/collection-sidebar.liquid index 7b3e4db21..e75e121da 100755 --- a/snippets/collection-sidebar.liquid +++ b/snippets/collection-sidebar.liquid @@ -10,50 +10,6 @@ {% endcomment %} -{% comment %} - Product types in the current collection - - List all of the shop's types with collections.all.all_types - - List the current collection's types with collection.all_types -{% endcomment %} -{% if collection.all_types.size > 0 %} -

{{ 'collections.sidebar.types' | t }}

- -{% endif %} - -{% comment %} - Product vendors in the current collection - - List all of the shop's vendors with collections.all.all_vendors - - List the current collection's vendors with collection.all_vendors -{% endcomment %} -{% if collection.all_vendors.size > 1 %} -

{{ 'collections.sidebar.vendors' | t }}

- -{% endif %} - {% comment %} Product tags in the current collection {% endcomment %} From 682e596c055f18739094acf1546f5af8f55aa34e Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Tue, 17 Mar 2015 14:35:13 -0400 Subject: [PATCH 2/2] Remove sidebar strings --- locales/de.json | 2 -- locales/en.default.json | 2 -- locales/es.json | 2 -- locales/fr.json | 2 -- locales/pt-BR.json | 2 -- locales/pt-PT.json | 2 -- 6 files changed, 12 deletions(-) diff --git a/locales/de.json b/locales/de.json index db9c6d67f..74ee42534 100644 --- a/locales/de.json +++ b/locales/de.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Produktart", - "vendors": "Verkäufer", "tags": "Tags" }, "sorting": { diff --git a/locales/en.default.json b/locales/en.default.json index f8e78fe5b..d2b9bb326 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Product Types", - "vendors": "Vendors", "tags": "Tags" }, "sorting": { diff --git a/locales/es.json b/locales/es.json index ae9063ad5..4b6b066c3 100644 --- a/locales/es.json +++ b/locales/es.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Tipos de producto", - "vendors": "Proveedores", "tags": "Etiquetas" }, "sorting": { diff --git a/locales/fr.json b/locales/fr.json index 00a330e82..45dd21fe0 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Types de produits", - "vendors": "Fournisseurs", "tags": "Filtres" }, "sorting": { diff --git a/locales/pt-BR.json b/locales/pt-BR.json index 332cdc91f..dfbd29040 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Tipos de produtos", - "vendors": "Fabricantes", "tags": "Marcadores" }, "sorting": { diff --git a/locales/pt-PT.json b/locales/pt-PT.json index d6689b489..795ed65e2 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -84,8 +84,6 @@ } }, "sidebar": { - "types": "Tipos de Produtos", - "vendors": "Fornecedores", "tags": "Etiquetas" }, "sorting": {