更改产品系列页面上显示的产品数量



通过更改模板编辑器中的模板设置或编辑您的模板代码,您可以更改产品系列页面上显示的产品数量。您可以按需显示任何数量的产品,只要不超过 Shopify 每页 50 个产品的限制即可。

检查您的模板设置

  1. 在更改模板代码之前,转到模板编辑器。

  2. 在页面顶部的下拉菜单或在移动设备上的模板菜单中,选择产品系列页面

  3. 点击产品系列页面产品系列

  4. 如果您的模板具有可更改产品系列页面上显示的产品数量的设置,请调整该设置以满足您的需求。

  5. 点击保存

如果您的模板中没有用于更改每页显示的产品数量的设置,或者存在此类设置但对于您要执行的更改过于局限,请按照以下步骤编辑您的模板代码。

更新 collection-template.liquid 文件

PC:

  1. 在 Shopify 后台中,转到在线商店 > 模板

  2. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Sections 目录中,点击 collection-template.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

苹果系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Sections 目录中,点击 collection-template.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

安卓系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Sections 目录中,点击 collection-template.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

在上面的示例中,每页的默认产品数是 9。此数量因模板而异。您需要将此数量更改为您想在产品系列页面上显示的产品数量。可使用您所需的任何数量,不超过 50 即可。

某些模板使用 limit 变量而不是数字来确定每页显示的产品数量。如果您的模板使用 limit 变量,代码将如下所示:

 {% paginate collection.products by limit %}

如果您的模板使用 limit 变量,您将需要将 limit 替换为数字。同上,这是将显示在每个产品系列页面上的产品数量,并且该数量不得超过 50。请注意,将 limit 变量替换为数字后,您将无法在模板编辑器的分页设置中更改产品系列页面。我们建议您不要从模板编辑器中编辑您的模板代码,除非您无法存档每页所需的产品数量。

  1. 点击保存

更新 collection.liquid 文件

PC:

  1. 在 Shopify 后台中,转到在线商店 > 模板

  2. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 目录中,点击 collection.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

苹果系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 目录中,点击 collection.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

安卓系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分中,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 找到要编辑的模板,然后点击操作 > 编辑代码

  1. 在 Templates 目录中,点击 collection.liquid

  2. 在代码编辑器中,查找以下代码:

 {% paginate collection.products by 9 %}

在上面的示例中,每页的默认产品数是 9。此数量因模板而异。您需要将此数量更改为您想在产品系列页面上显示的产品数量。可使用您所需的任何数量,不超过 50 即可。

某些模板使用 limit 变量而不是数字来确定每页显示的产品数量。如果您的模板使用 limit 变量,代码将如下所示:

 {% paginate collection.products by limit %}

如果您的模板使用 limit 变量,您将需要将 limit 替换为数字。同上,这是将显示在每个产品系列页面上的产品数量,并且该数量不得超过 50。请注意,将 limit 变量替换为数字后,您将无法在模板编辑器的分页设置中更改产品系列页面。我们建议您不要从模板编辑器中编辑您的模板代码,除非您无法存档每页所需的产品数量。

  1. 点击保存

Shopify商户官网原文详情:

Change the number of products shown on collection pages



You can change the number of products that are shown on your collection pages, either by making changes to your theme settings in the theme editor, or by editing your theme's code. You can show any number of products you like, as long as you don't exceed Shopify's limit of 50 products per page.

Check your theme settings

  1. Before making changes to your theme code, go to the theme editor.

  2. From the drop-down menu at the top of the page, or from the Templates menu on mobile, select Collection pages.

  3. Click Collection pages or Collection.

  4. If your theme has settings available to change the number of products that display on collection pages, then adjust the settings to fit your needs.

  5. Click Save.

If your theme doesn't have settings to change the number of products that display per page, or if the settings exist but are too limited for the changes that you want to make, then follow the next steps to edit your theme's code.

Update the collection-template.liquid file

PC:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Sections directory, click collection-template.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}

iPhone:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Sections directory, click collection-template.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}

Android:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Sections directory, click collection-template.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}
  1. In the above example, the default number of products per page is 9. This number varies theme to theme. You will need to change this number to the number of products that you'd like to show on your collection pages. Use any number you like, as long as it is not more than 50.

    Some themes use a variable called limit instead of a number to determine how many products will be shown per page. If your theme uses a limit variable, the code will look like this:

     {% paginate collection.products by limit %}

    If your theme uses a limit variable, you will need to replace limit with a number. As above, this is the number of products that will show on each collection page, and the number must not be more than 50. Note that replacing the limit variable with a number will remove the ability to make changes to the collection pages pagination settings in the theme editor. We recommend that you not edit your theme code unless you are unable to achieve the desired number of products per page in the theme editor.

  2. Click Save.

Update the collection.liquid file

PC:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates directory, click collection.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}

iPhone:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates directory, click collection.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}

Android:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Find the theme you want to edit, and then click Actions > Edit code.

  1. In the Templates directory, click collection.liquid.

  2. In the code editor, find the following code:

     {% paginate collection.products by 9 %}
  1. In the above example, the default number of products per page is 9. This number varies theme to theme. You will need to change this number to the number of products that you'd like to show on your collection pages. Use any number you like, as long as it is not more than 50.

    Some themes use a variable called limit instead of a number to determine how many products will be shown per page. If your theme uses a limit variable, the code will look like this:

     {% paginate collection.products by limit %}

    If your theme uses a limit variable, you will need to replace limit with a number. As above, this is the number of products that will show on each collection page, and the number must not be more than 50. Note that replacing the limit variable with a number will remove the ability to make changes to the collection pages pagination settings from the theme editor. We recommend that you not edit your theme code unless you are unable to achieve the desired number of products per page from the theme editor.

  2. Click Save.

文章内容来源:Shopify商户官方网站


(本文内容根据网络资料整理,出于传递更多信息之目的,不代表连连国际赞同其观点和立场)