views.view.commerce_order_item_table.yml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. uuid: 0bb54f84-2047-419b-bd1b-30de99864636
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_order
  7. - commerce_price
  8. _core:
  9. default_config_hash: UE_BIm69Zww4UFa4pD5Qiu7XY-rGJGrGYDJHUSZKupw
  10. id: commerce_order_item_table
  11. label: 'Order items'
  12. module: views
  13. description: 'Display a set of order items in a table.'
  14. tag: ''
  15. base_table: commerce_order_item
  16. base_field: order_item_id
  17. display:
  18. default:
  19. id: default
  20. display_title: Master
  21. display_plugin: default
  22. position: 0
  23. display_options:
  24. fields:
  25. title:
  26. id: title
  27. table: commerce_order_item
  28. field: title
  29. relationship: none
  30. group_type: group
  31. admin_label: ''
  32. entity_type: null
  33. entity_field: title
  34. plugin_id: field
  35. label: Title
  36. exclude: false
  37. alter:
  38. alter_text: false
  39. text: ''
  40. make_link: false
  41. path: ''
  42. absolute: false
  43. external: false
  44. replace_spaces: false
  45. path_case: none
  46. trim_whitespace: false
  47. alt: ''
  48. rel: ''
  49. link_class: ''
  50. prefix: ''
  51. suffix: ''
  52. target: ''
  53. nl2br: false
  54. max_length: 0
  55. word_boundary: true
  56. ellipsis: true
  57. more_link: false
  58. more_link_text: ''
  59. more_link_path: ''
  60. strip_tags: false
  61. trim: false
  62. preserve_tags: ''
  63. html: false
  64. element_type: ''
  65. element_class: ''
  66. element_label_type: ''
  67. element_label_class: ''
  68. element_label_colon: true
  69. element_wrapper_type: ''
  70. element_wrapper_class: ''
  71. element_default_classes: true
  72. empty: ''
  73. hide_empty: false
  74. empty_zero: false
  75. hide_alter_empty: true
  76. click_sort_column: value
  77. type: string
  78. settings:
  79. link_to_entity: false
  80. group_column: value
  81. group_columns: { }
  82. group_rows: true
  83. delta_limit: 0
  84. delta_offset: 0
  85. delta_reversed: false
  86. delta_first_last: false
  87. multi_type: separator
  88. separator: ', '
  89. field_api_classes: false
  90. unit_price__number:
  91. id: unit_price__number
  92. table: commerce_order_item
  93. field: unit_price__number
  94. relationship: none
  95. group_type: group
  96. admin_label: ''
  97. entity_type: commerce_order_item
  98. entity_field: unit_price
  99. plugin_id: field
  100. label: 'Unit price'
  101. exclude: false
  102. alter:
  103. alter_text: false
  104. text: ''
  105. make_link: false
  106. path: ''
  107. absolute: false
  108. external: false
  109. replace_spaces: false
  110. path_case: none
  111. trim_whitespace: false
  112. alt: ''
  113. rel: ''
  114. link_class: ''
  115. prefix: ''
  116. suffix: ''
  117. target: ''
  118. nl2br: false
  119. max_length: 0
  120. word_boundary: true
  121. ellipsis: true
  122. more_link: false
  123. more_link_text: ''
  124. more_link_path: ''
  125. strip_tags: false
  126. trim: false
  127. preserve_tags: ''
  128. html: false
  129. element_type: ''
  130. element_class: ''
  131. element_label_type: ''
  132. element_label_class: ''
  133. element_label_colon: true
  134. element_wrapper_type: ''
  135. element_wrapper_class: ''
  136. element_default_classes: true
  137. empty: ''
  138. hide_empty: false
  139. empty_zero: false
  140. hide_alter_empty: true
  141. click_sort_column: number
  142. type: commerce_price_default
  143. settings:
  144. strip_trailing_zeroes: false
  145. currency_display: symbol
  146. group_column: ''
  147. group_columns: { }
  148. group_rows: true
  149. delta_limit: 0
  150. delta_offset: 0
  151. delta_reversed: false
  152. delta_first_last: false
  153. multi_type: separator
  154. separator: ', '
  155. field_api_classes: false
  156. quantity:
  157. id: quantity
  158. table: commerce_order_item
  159. field: quantity
  160. relationship: none
  161. group_type: group
  162. admin_label: ''
  163. entity_type: commerce_order_item
  164. entity_field: quantity
  165. plugin_id: field
  166. label: Quantity
  167. exclude: false
  168. alter:
  169. alter_text: false
  170. text: ''
  171. make_link: false
  172. path: ''
  173. absolute: false
  174. external: false
  175. replace_spaces: false
  176. path_case: none
  177. trim_whitespace: false
  178. alt: ''
  179. rel: ''
  180. link_class: ''
  181. prefix: ''
  182. suffix: ''
  183. target: ''
  184. nl2br: false
  185. max_length: 0
  186. word_boundary: true
  187. ellipsis: true
  188. more_link: false
  189. more_link_text: ''
  190. more_link_path: ''
  191. strip_tags: false
  192. trim: false
  193. preserve_tags: ''
  194. html: false
  195. element_type: ''
  196. element_class: ''
  197. element_label_type: ''
  198. element_label_class: ''
  199. element_label_colon: true
  200. element_wrapper_type: ''
  201. element_wrapper_class: ''
  202. element_default_classes: true
  203. empty: ''
  204. hide_empty: false
  205. empty_zero: false
  206. hide_alter_empty: true
  207. click_sort_column: value
  208. type: number_decimal
  209. settings:
  210. thousand_separator: ''
  211. decimal_separator: .
  212. scale: 2
  213. prefix_suffix: true
  214. group_column: value
  215. group_columns: { }
  216. group_rows: true
  217. delta_limit: 0
  218. delta_offset: 0
  219. delta_reversed: false
  220. delta_first_last: false
  221. multi_type: separator
  222. separator: ', '
  223. field_api_classes: false
  224. total_price__number:
  225. id: total_price__number
  226. table: commerce_order_item
  227. field: total_price__number
  228. relationship: none
  229. group_type: group
  230. admin_label: ''
  231. entity_type: commerce_order_item
  232. entity_field: total_price
  233. plugin_id: field
  234. label: 'Total price'
  235. exclude: false
  236. alter:
  237. alter_text: false
  238. text: ''
  239. make_link: false
  240. path: ''
  241. absolute: false
  242. external: false
  243. replace_spaces: false
  244. path_case: none
  245. trim_whitespace: false
  246. alt: ''
  247. rel: ''
  248. link_class: ''
  249. prefix: ''
  250. suffix: ''
  251. target: ''
  252. nl2br: false
  253. max_length: 0
  254. word_boundary: true
  255. ellipsis: true
  256. more_link: false
  257. more_link_text: ''
  258. more_link_path: ''
  259. strip_tags: false
  260. trim: false
  261. preserve_tags: ''
  262. html: false
  263. element_type: ''
  264. element_class: ''
  265. element_label_type: ''
  266. element_label_class: ''
  267. element_label_colon: true
  268. element_wrapper_type: ''
  269. element_wrapper_class: ''
  270. element_default_classes: true
  271. empty: ''
  272. hide_empty: false
  273. empty_zero: false
  274. hide_alter_empty: true
  275. click_sort_column: number
  276. type: commerce_price_default
  277. settings:
  278. strip_trailing_zeroes: false
  279. currency_display: symbol
  280. group_column: ''
  281. group_columns: { }
  282. group_rows: true
  283. delta_limit: 0
  284. delta_offset: 0
  285. delta_reversed: false
  286. delta_first_last: false
  287. multi_type: separator
  288. separator: ', '
  289. field_api_classes: false
  290. pager:
  291. type: none
  292. options:
  293. offset: 0
  294. exposed_form:
  295. type: basic
  296. options:
  297. submit_button: Apply
  298. reset_button: false
  299. reset_button_label: Reset
  300. exposed_sorts_label: 'Sort by'
  301. expose_sort_order: true
  302. sort_asc_label: Asc
  303. sort_desc_label: Desc
  304. access:
  305. type: none
  306. options: { }
  307. cache:
  308. type: tag
  309. options: { }
  310. empty:
  311. area_text_custom:
  312. id: area_text_custom
  313. table: views
  314. field: area_text_custom
  315. relationship: none
  316. group_type: group
  317. admin_label: ''
  318. plugin_id: text_custom
  319. empty: true
  320. content: 'There are no order items yet.'
  321. tokenize: false
  322. sorts: { }
  323. arguments:
  324. order_id:
  325. id: order_id
  326. table: commerce_order_item
  327. field: order_id
  328. relationship: none
  329. group_type: group
  330. admin_label: ''
  331. entity_type: commerce_order_item
  332. entity_field: order_id
  333. plugin_id: numeric
  334. default_action: 'not found'
  335. exception:
  336. value: all
  337. title_enable: false
  338. title: All
  339. title_enable: false
  340. title: ''
  341. default_argument_type: fixed
  342. default_argument_options:
  343. argument: ''
  344. default_argument_skip_url: false
  345. summary_options:
  346. base_path: ''
  347. count: true
  348. override: false
  349. items_per_page: 25
  350. summary:
  351. sort_order: asc
  352. number_of_records: 0
  353. format: default_summary
  354. specify_validation: false
  355. validate:
  356. type: none
  357. fail: 'not found'
  358. validate_options: { }
  359. break_phrase: false
  360. not: false
  361. filters: { }
  362. style:
  363. type: table
  364. options:
  365. grouping: { }
  366. row_class: ''
  367. default_row_class: true
  368. columns:
  369. title: title
  370. unit_price__number: unit_price__number
  371. quantity: quantity
  372. total_price__number: total_price__number
  373. default: '-1'
  374. info:
  375. title:
  376. sortable: false
  377. default_sort_order: asc
  378. align: ''
  379. separator: ''
  380. empty_column: false
  381. responsive: ''
  382. unit_price__number:
  383. sortable: false
  384. default_sort_order: asc
  385. align: ''
  386. separator: ''
  387. empty_column: false
  388. responsive: ''
  389. quantity:
  390. sortable: false
  391. default_sort_order: asc
  392. align: ''
  393. separator: ''
  394. empty_column: false
  395. responsive: ''
  396. total_price__number:
  397. sortable: false
  398. default_sort_order: asc
  399. align: ''
  400. separator: ''
  401. empty_column: false
  402. responsive: ''
  403. override: true
  404. sticky: false
  405. summary: ''
  406. empty_table: true
  407. caption: ''
  408. description: ''
  409. row:
  410. type: fields
  411. options:
  412. default_field_elements: true
  413. inline: { }
  414. separator: ''
  415. hide_empty: false
  416. query:
  417. type: views_query
  418. options:
  419. query_comment: ''
  420. disable_sql_rewrite: false
  421. distinct: false
  422. replica: false
  423. query_tags: { }
  424. relationships: { }
  425. header: { }
  426. footer: { }
  427. display_extenders: { }
  428. cache_metadata:
  429. max-age: -1
  430. contexts:
  431. - 'languages:language_content'
  432. - 'languages:language_interface'
  433. - url
  434. tags: { }