views.view.commerce_cart_form.yml 13 KB

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