The payment preview pane on the checkout page sets $order->line_items to the results of uc_order_load_line_items_display() - which seems contrary to the intention of 'display_only'. It also relies on the $order->line_items array not being refreshed via another checkout pane calling uc_order_load_line_items() -- if that happens, the display_only line items will not appear. Patch to follow regularizes this.

CommentFileSizeAuthor
#1 1414242-payment-preview-line-items.patch1.42 KBwodenx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wodenx’s picture

Status: Active » Needs review
FileSize
1.42 KB
longwave’s picture

Status: Needs review » Fixed

Makes sense to me. Committed, thanks for the patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.