Skip to content

Commit

Permalink
Admin sort plus also purchased
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Aug 27, 2020
1 parent bdf3f34 commit d202cc3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Binary file added content/images/admin_product_sort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/user/admin/admin_sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: How do I sort products in the admin
description: Categories/Products sort order
category: admin
weight: 10
---

Since Zen Cart 1.5.6, it has been possible to sort lists of products on the Categories/Products page at the products level.

![Sorting products in Admin](/images/admin_product_sort.png)

Use the _Categories/Product Display Order_ dropdown, and pick the field you would like to sort on. Your product list will now be sorted by that field.

**Note:** This only changes the view in the admin; on the storefront side, the sort order field will determine how products are sorted.
5 changes: 5 additions & 0 deletions content/user/storefront_pages/product_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ weight: 10
---

FIXME needs content

mention these items:

- Admin > Configuration > Product Info
- Admin > Catalog > Product Types > [select product type] > Edit Layout Settings.
2 changes: 2 additions & 0 deletions content/user/template/also_purchased.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To enable also purchased products display on the product info page, do the follo

2. Set: [Admin > Configuration > Minimum Values > Also Purchased Products](/user/admin_pages/configuration/configuration_minimumvalues/#also_purchased_products) to a value greater than 0. If you always want to display also purchased products, use the value "1".

A value larger than 1 (say "3") means "Display also purchased products only if there are three or more." So if you set this value to 3, but there is only one also purchased product, no products will be shown.

3. Set: [Admin > Configuration > Maximum Values > Also Purchased Products](/user/admin_pages/configuration/configuration_maximumvalues/#also_purchased_products) to a value greater than 1.

![Also Purchased Products](/images/also_purchased.png)
Expand Down

0 comments on commit d202cc3

Please sign in to comment.