Skip to content

Commit

Permalink
Create feature page for sorting line items by “menu order”
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Nov 5, 2024
1 parent 61cc910 commit f958dd4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
33 changes: 33 additions & 0 deletions content/features/sort-by-menu-order.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
+++
title = 'Sort order items by “menu order”'

subtitle = 'With Dashify, when viewing a customer’s order in the admin, you can sort the products by their “menu order”, which is the position of the item on the Shop page.'

description = 'With Dashify, when viewing a customer’s order in the admin, you can sort the products by their “menu order”, which is the position of the item on the Shop page.'

imageURL = '/images/menu-order.webp'
imageAlt = 'Screenshot of the “Menu order” column that Dashify adds to the line items in the admin order edit view in WooCommerce. This column has a number which represents the position of the product on the store’s Shop page.'
imageClasses = 'max-w-xl w-full'

[[highlights]]
title = "Easier and faster fulfillment"
description = "If you sort your inventory according to the “menu order” of products in WooCommerce, seeing the items listed this way in the orders makes packing orders more convenient."

[[highlights]]
title = "Sort ascending and descending"
description = "You can sort the items in the order they appear on the Shop page, or in reverse order."

[[highlights]]
title = "Display menu order value without sorting"
description = "Need to make use of the value but don’t want the items sorted? You can do that as well."

[[highlights]]
title = "Set a default sort"
description = "In the Screen Options, you can set a default sort, so whenever you visit an order edit page, the items will be sorted to your preference."

[[highlights]]
title = "Toggle the column on and off"
description = "If you’re not using it, you can toggle it off through the Screen Options."

layout = 'feature'
+++
7 changes: 7 additions & 0 deletions data/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,10 @@
imageAlt = "Screenshot of an order’s products in the WooCommerce order admin, showing SKU displayed as a separate column that can be sorted."
action = "Learn about sorting by SKU →"
actionLink = "/features/sort-by-sku/"
[[features.pro]]
title = "Sort order items by “menu order”"
description = "Do you organize your inventory by the product “menu order”? Save time packing orders by viewing the items in a custom’s order with the same sorting as the Shop page."
image = "menu-order.webp"
imageAlt = "Screenshot of the “Menu order” column that Dashify adds to the line items in the admin order edit view in WooCommerce. This column has a number which represents the position of the product on the store’s Shop page."
action = "Learn about “menu order” sort →"
actionLink = "/features/sort-by-menu-order/"
Binary file added static/images/menu-order.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 static/images/menu-order.webp
Binary file not shown.

0 comments on commit f958dd4

Please sign in to comment.