I am trying to order the panes provided within the Order module and ran into an issue where adding weights to these fields are not reordering them. I realized that this is because the themes are done manually within the uc_order.order_pane.inc file. Because of this, I had to modify this file to allow for ordering of these fields using the "weight" of each field.

The patch to fix this bug is provided in the following attachment. This fix should be 100% reverse compatible. I would appreciate if you guys would submit this to core.

Thanks for your time.

Travis.

CommentFileSizeAuthor
uc_order.order_pane.inc_.patch3.38 KBtravist

Comments

tr’s picture

Version: 6.x-2.0 » 6.x-2.x-dev
Status: Needs review » Needs work

Let's see if we can get this tested.

tr’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, uc_order.order_pane.inc_.patch, failed testing.

longwave’s picture

Status: Needs work » Closed (works as designed)

Not really sure what this was supposed to fix, and it's over 2 years old.