You are here

views.view.commerce_cart_form.yml in Commerce Core 8.2

modules/cart/config/install/views.view.commerce_cart_form.yml

File

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