vanilophp / admin

Vanilo Admin Module
MIT License
6 stars 2 forks source link

Show Order Item Configuration on Order Items #16

Closed molnarerwin closed 3 months ago

molnarerwin commented 3 months ago

Description

Added modal to display configuration JSON of order items.

Note

As of now, the ->hasConfiguration method returns true for configurations that are empty arrays. Consequently, the button is displayed unnecessarily for items that don't have a configuration. In these cases, only an empty array ([]) is displayed in the modal.

Screenshots:

image image