Skip to content

Commit

Permalink
Options Name and Value management
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Sep 8, 2020
1 parent fa209b1 commit 32c6e8e
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ aliases:
## Redirect only pages

If you just want a link to show up in the `_index.md` file without having
to replicate content, you can create a file with just front matter content, and put a `url` entry in the front matter. Use the example provided by [`/user/admin/admin_password.md`](https://github.com/zencart/documentation/blob/master/content/user/admin/admin_password.md), which points to the file [`/user/troubleshooting/reset_admin_password`](https://github.com/zencart/documentation/blob/master/content/user/troubleshooting/reset_admin_password.md).
to replicate content, you can create a file with just front matter content, and put a `url:` entry in the front matter **without a trailing slash**. Use the example provided by [`/user/admin/admin_password.md`](https://github.com/zencart/documentation/blob/master/content/user/admin/admin_password.md), which points to the file [`/user/troubleshooting/reset_admin_password`](https://github.com/zencart/documentation/blob/master/content/user/troubleshooting/reset_admin_password.md).

You can also point to a folder rather than a single file, as is done in `/user/customizing/template_system.md`, which redirects to `/user/template`.

Expand Down
Binary file added content/images/option_name_sorter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/option_value_sorter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/option_value_sorter_select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/update_option_sort_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/user/admin/admin_add_categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How do I add or delete categories?
description: Category management in admin
category: admin
weight: 10
url: /user/products/add_delete_categories/
url: /user/products/add_delete_categories
---

Just a redirect page
2 changes: 1 addition & 1 deletion content/user/admin/admin_add_products.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How do I add or delete products?
description: Product management in admin
category: admin
weight: 10
url: /user/products/add_delete/
url: /user/products/add_delete
---

Just a redirect page
2 changes: 1 addition & 1 deletion content/user/admin/admin_password.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Admin Password - Resetting or Changing
description: What to do if your admin password doesn't work
category: admin
weight: 10
url: /user/troubleshooting/reset_admin_password/
url: /user/troubleshooting/reset_admin_password
---

Just a redirect page
5 changes: 5 additions & 0 deletions content/user/admin_pages/catalog/option_name_sorter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ weight: 80

This page allows you to view and edit sort order for option names.

![Option Name Sorter](/images/option_name_sorter.png)

Editing option name sort order is useful if you have some attributes that you want to position higher on the product info page.

If you want to reposition the a particular value for an option name higher on the page, look at [Option Value Sorter](/user/admin_pages/catalog/option_value_sorter/).
16 changes: 16 additions & 0 deletions content/user/admin_pages/catalog/option_value_sorter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ weight: 90

This page allows you to view and edit sort order for option values.

Start by selection and option name:

![Option Value Sorter - Select option name](/images/option_value_sorter_select.png)

Then you can edit the option values for that name.

![Option Value Sorter](/images/option_value_sorter.png)

Editing option value sort order is useful if you have some attributes values that you want to position higher in the list of possibilities.

If you want to reposition the option name higher on the page, look at [Option Name Sorter](/user/admin_pages/catalog/option_name_sorter/).

You can also update the sort order of options on any particular product or category, or on all products from this screen.

![Update Attribute Sort Order](/images/update_option_sort_order.png)

9 changes: 9 additions & 0 deletions content/user/orders/orders_status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Order Statuses
description: Adding a new order status or changing the default status
category: orders
weight: 10
url: /user/admin_pages/localization/orders_status
---

Just a redirect page
2 changes: 1 addition & 1 deletion content/user/products/download_moving.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Download folder - Moving
description: Securing your downloads
category: products
url: /user/security/relocate_download_folder/
url: /user/security/relocate_download_folder
weight: 10
---

Expand Down
2 changes: 1 addition & 1 deletion content/user/sideboxes/add_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How do I add images to a sidebox?
description: Placing images in a sidebox
category: template
weight: 10
url: /user/template/add_image_box/
url: /user/template/add_image_box
---

This page is a redirect only.
Expand Down
2 changes: 1 addition & 1 deletion content/user/storefront_pages/define_pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Define Pages
description: Shipping Info, Privacy, Conditions of Use and other define pages
category: storefront_pages
weight: 10
url: /user/template/define_pages/
url: /user/template/define_pages
---

This page is a redirect only.

0 comments on commit 32c6e8e

Please sign in to comment.