# Missing menu\_order in WooCommerce actions

**URL:** https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432
**Category:** WooCommerce
**Tags:** feature-request
**Created:** [October 11, 2023, 10:02am UTC](https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432 "2023-10-11T10:02:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Xtrodinary](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/xtrodinary/32/5947_2.png) [@Xtrodinary](https://forum.pinegrow.com/u/Xtrodinary)
#### Post date: [October 11, 2023, 10:02am UTC](https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432/1 "2023-10-11T10:02:55Z")

</div>

Hello, I am doing some e-shops with using WooCommerce module for Pinegrow and I found, that option to order results by menu order is missing.

I mean to display categories ordered same way as were manually ordered in admin area. Writing it manually into field will cause breaking of PHP source code.

 ![Snímka obrazovky 2023-10-11 o 11.59.19](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/b/b824b7b761eac6e287b90b0409611d786cce27fb.png)

 ![Snímka obrazovky 2023-10-11 o 12.01.44](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/9/960b21ea04b338ddfca9ce7966ad5e61d3963415.png)

---

<div class="post-metadata">

### Author: ![Xtrodinary](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/xtrodinary/32/5947_2.png) [@Xtrodinary](https://forum.pinegrow.com/u/Xtrodinary)
#### Post date: [November 7, 2023, 1:07pm UTC](https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432/2 "2023-11-07T13:07:10Z")

</div>

Do we have any news please? Because every time I export template, I need to change this line to “menu\_order” to display my subcategories as I have them in admin area.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/1/1d27f1c1eb9f01b5f38334e931dd411eccf400a0.png)

---

<div class="post-metadata">

### Author: ![madjedo](https://avatars.discourse-cdn.com/v4/letter/m/cc9497/32.png) [@madjedo](https://forum.pinegrow.com/u/madjedo)
#### Post date: [November 7, 2023, 6:43pm UTC](https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432/3 "2023-11-07T18:43:38Z")

</div>

I dont know. You can “hack” it and sort it by id and set id’s according to how you want them in the meantime.

And when you type the menu\_order in the field, have you tried typing it in with the ‘’. So it is exactly like this in the field: **‘menu\_order’**?

---

<div class="post-metadata">

### Author: ![Xtrodinary](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/xtrodinary/32/5947_2.png) [@Xtrodinary](https://forum.pinegrow.com/u/Xtrodinary)
#### Post date: [November 8, 2023, 8:28am UTC](https://forum.pinegrow.com/t/missing-menu-order-in-woocommerce-actions/8432/4 "2023-11-08T08:28:16Z")

</div>

Thank you! This “hack” helped, writing with single quotes did not break the code, like writing withou quotes.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/0/08566ba19c665d590394789dff4e1ebb6b9654f5.png)
