- Issue created by @glennnz
- 🇳🇿New Zealand glennnz
I got it to work with:
public function buildPaneSummary() { if ($field_a = $this->order->getData('field_a')) { $return['field_a'] = [ '#prefix' => ('<p>'), '#plain_text' => $this->order->getData('field_a'), '#suffix' => ('</p>'), ]; } if ($field_b = $this->order->getData('field_b')) { $return['field_b'] = [ '#plain_text' => $field_b, '#suffix' => ('</p>'), ]; } return [$return]; }
But I'm quietly confident that there's a smarter way to do it.....
- Status changed to Closed: won't fix
almost 2 years ago 7:45am 17 April 2023 - 🇮🇱Israel jsacksick
With the abundance of support available in Drupal Answers, the Drupal focused Stack Exchange site, we are no longer answering support requests in the issue queue.
Support requests opened here will be closed (won't fix), so please search for existing answers or post new questions at:
https://drupal.stackexchange.com (using the drupal-commerce tag)