views.view.commerce_product_variation_prices.yml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. uuid: 1dcb0050-6d16-4fcc-96be-df991c41f9fd
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_price
  7. - commerce_pricelist
  8. - user
  9. id: commerce_product_variation_prices
  10. label: 'Variation prices'
  11. module: views
  12. description: ''
  13. tag: ''
  14. base_table: commerce_pricelist_item
  15. base_field: id
  16. display:
  17. default:
  18. display_plugin: default
  19. id: default
  20. display_title: Master
  21. position: 0
  22. display_options:
  23. access:
  24. type: perm
  25. options:
  26. perm: 'administer commerce_pricelist'
  27. cache:
  28. type: none
  29. options: { }
  30. query:
  31. type: views_query
  32. options:
  33. disable_sql_rewrite: false
  34. distinct: false
  35. replica: false
  36. query_comment: ''
  37. query_tags: { }
  38. exposed_form:
  39. type: basic
  40. options:
  41. submit_button: Apply
  42. reset_button: false
  43. reset_button_label: Reset
  44. exposed_sorts_label: 'Sort by'
  45. expose_sort_order: true
  46. sort_asc_label: Asc
  47. sort_desc_label: Desc
  48. pager:
  49. type: full
  50. options:
  51. items_per_page: 20
  52. offset: 0
  53. id: 0
  54. total_pages: null
  55. tags:
  56. previous: '‹ Previous'
  57. next: 'Next ›'
  58. first: '« First'
  59. last: 'Last »'
  60. expose:
  61. items_per_page: false
  62. items_per_page_label: 'Items per page'
  63. items_per_page_options: '5, 10, 25, 50'
  64. items_per_page_options_all: false
  65. items_per_page_options_all_label: '- All -'
  66. offset: false
  67. offset_label: Offset
  68. quantity: 9
  69. style:
  70. type: table
  71. options:
  72. grouping: { }
  73. row_class: ''
  74. default_row_class: true
  75. override: true
  76. sticky: false
  77. caption: ''
  78. summary: ''
  79. description: ''
  80. columns:
  81. purchasable_entity: purchasable_entity
  82. name: name
  83. quantity: quantity
  84. list_price__number: list_price__number
  85. price__number: price__number
  86. status: status
  87. operations: operations
  88. info:
  89. purchasable_entity:
  90. sortable: false
  91. default_sort_order: asc
  92. align: ''
  93. separator: ''
  94. empty_column: false
  95. responsive: ''
  96. name:
  97. sortable: true
  98. default_sort_order: asc
  99. align: ''
  100. separator: ''
  101. empty_column: false
  102. responsive: ''
  103. quantity:
  104. sortable: true
  105. default_sort_order: asc
  106. align: ''
  107. separator: ''
  108. empty_column: false
  109. responsive: ''
  110. list_price__number:
  111. sortable: true
  112. default_sort_order: asc
  113. align: ''
  114. separator: ''
  115. empty_column: false
  116. responsive: ''
  117. price__number:
  118. sortable: true
  119. default_sort_order: asc
  120. align: ''
  121. separator: ''
  122. empty_column: false
  123. responsive: ''
  124. status:
  125. sortable: true
  126. default_sort_order: asc
  127. align: ''
  128. separator: ''
  129. empty_column: false
  130. responsive: ''
  131. operations:
  132. align: ''
  133. separator: ''
  134. empty_column: false
  135. responsive: ''
  136. default: '-1'
  137. empty_table: true
  138. row:
  139. type: fields
  140. fields:
  141. purchasable_entity:
  142. id: purchasable_entity
  143. table: commerce_pricelist_item
  144. field: purchasable_entity
  145. relationship: none
  146. group_type: group
  147. admin_label: ''
  148. label: 'Product variation'
  149. exclude: false
  150. alter:
  151. alter_text: false
  152. text: ''
  153. make_link: false
  154. path: ''
  155. absolute: false
  156. external: false
  157. replace_spaces: false
  158. path_case: none
  159. trim_whitespace: false
  160. alt: ''
  161. rel: ''
  162. link_class: ''
  163. prefix: ''
  164. suffix: ''
  165. target: ''
  166. nl2br: false
  167. max_length: 0
  168. word_boundary: true
  169. ellipsis: true
  170. more_link: false
  171. more_link_text: ''
  172. more_link_path: ''
  173. strip_tags: false
  174. trim: false
  175. preserve_tags: ''
  176. html: false
  177. element_type: ''
  178. element_class: ''
  179. element_label_type: ''
  180. element_label_class: ''
  181. element_label_colon: true
  182. element_wrapper_type: ''
  183. element_wrapper_class: ''
  184. element_default_classes: true
  185. empty: ''
  186. hide_empty: false
  187. empty_zero: false
  188. hide_alter_empty: true
  189. click_sort_column: target_id
  190. type: entity_reference_label
  191. settings:
  192. link: false
  193. group_column: target_id
  194. group_columns: { }
  195. group_rows: true
  196. delta_limit: 0
  197. delta_offset: 0
  198. delta_reversed: false
  199. delta_first_last: false
  200. multi_type: separator
  201. separator: ', '
  202. field_api_classes: false
  203. entity_type: commerce_pricelist_item
  204. entity_field: purchasable_entity
  205. plugin_id: field
  206. name:
  207. id: name
  208. table: commerce_pricelist
  209. field: name
  210. relationship: price_list_id
  211. group_type: group
  212. admin_label: ''
  213. label: List
  214. exclude: false
  215. alter:
  216. alter_text: false
  217. text: ''
  218. make_link: false
  219. path: ''
  220. absolute: false
  221. external: false
  222. replace_spaces: false
  223. path_case: none
  224. trim_whitespace: false
  225. alt: ''
  226. rel: ''
  227. link_class: ''
  228. prefix: ''
  229. suffix: ''
  230. target: ''
  231. nl2br: false
  232. max_length: 0
  233. word_boundary: true
  234. ellipsis: true
  235. more_link: false
  236. more_link_text: ''
  237. more_link_path: ''
  238. strip_tags: false
  239. trim: false
  240. preserve_tags: ''
  241. html: false
  242. element_type: ''
  243. element_class: ''
  244. element_label_type: ''
  245. element_label_class: ''
  246. element_label_colon: false
  247. element_wrapper_type: ''
  248. element_wrapper_class: ''
  249. element_default_classes: true
  250. empty: ''
  251. hide_empty: false
  252. empty_zero: false
  253. hide_alter_empty: true
  254. click_sort_column: value
  255. type: string
  256. settings:
  257. link_to_entity: false
  258. group_column: value
  259. group_columns: { }
  260. group_rows: true
  261. delta_limit: 0
  262. delta_offset: 0
  263. delta_reversed: false
  264. delta_first_last: false
  265. multi_type: separator
  266. separator: ', '
  267. field_api_classes: false
  268. entity_type: commerce_pricelist
  269. entity_field: name
  270. plugin_id: field
  271. quantity:
  272. id: quantity
  273. table: commerce_pricelist_item
  274. field: quantity
  275. relationship: none
  276. group_type: group
  277. admin_label: ''
  278. label: Quantity
  279. exclude: false
  280. alter:
  281. alter_text: false
  282. text: ''
  283. make_link: false
  284. path: ''
  285. absolute: false
  286. external: false
  287. replace_spaces: false
  288. path_case: none
  289. trim_whitespace: false
  290. alt: ''
  291. rel: ''
  292. link_class: ''
  293. prefix: ''
  294. suffix: ''
  295. target: ''
  296. nl2br: false
  297. max_length: 0
  298. word_boundary: true
  299. ellipsis: true
  300. more_link: false
  301. more_link_text: ''
  302. more_link_path: ''
  303. strip_tags: false
  304. trim: false
  305. preserve_tags: ''
  306. html: false
  307. element_type: ''
  308. element_class: ''
  309. element_label_type: ''
  310. element_label_class: ''
  311. element_label_colon: true
  312. element_wrapper_type: ''
  313. element_wrapper_class: ''
  314. element_default_classes: true
  315. empty: ''
  316. hide_empty: false
  317. empty_zero: false
  318. hide_alter_empty: true
  319. click_sort_column: value
  320. type: number_decimal
  321. settings:
  322. thousand_separator: ''
  323. prefix_suffix: true
  324. decimal_separator: .
  325. scale: 2
  326. group_column: value
  327. group_columns: { }
  328. group_rows: true
  329. delta_limit: 0
  330. delta_offset: 0
  331. delta_reversed: false
  332. delta_first_last: false
  333. multi_type: separator
  334. separator: ', '
  335. field_api_classes: false
  336. entity_type: commerce_pricelist_item
  337. entity_field: quantity
  338. plugin_id: field
  339. list_price__number:
  340. id: list_price__number
  341. table: commerce_pricelist_item
  342. field: list_price__number
  343. relationship: none
  344. group_type: group
  345. admin_label: ''
  346. label: 'List price'
  347. exclude: false
  348. alter:
  349. alter_text: false
  350. text: ''
  351. make_link: false
  352. path: ''
  353. absolute: false
  354. external: false
  355. replace_spaces: false
  356. path_case: none
  357. trim_whitespace: false
  358. alt: ''
  359. rel: ''
  360. link_class: ''
  361. prefix: ''
  362. suffix: ''
  363. target: ''
  364. nl2br: false
  365. max_length: 0
  366. word_boundary: true
  367. ellipsis: true
  368. more_link: false
  369. more_link_text: ''
  370. more_link_path: ''
  371. strip_tags: false
  372. trim: false
  373. preserve_tags: ''
  374. html: false
  375. element_type: ''
  376. element_class: ''
  377. element_label_type: ''
  378. element_label_class: ''
  379. element_label_colon: true
  380. element_wrapper_type: ''
  381. element_wrapper_class: ''
  382. element_default_classes: true
  383. empty: ''
  384. hide_empty: false
  385. empty_zero: false
  386. hide_alter_empty: true
  387. click_sort_column: number
  388. type: commerce_price_default
  389. settings:
  390. strip_trailing_zeroes: false
  391. currency_display: symbol
  392. group_column: ''
  393. group_columns: { }
  394. group_rows: true
  395. delta_limit: 0
  396. delta_offset: 0
  397. delta_reversed: false
  398. delta_first_last: false
  399. multi_type: separator
  400. separator: ', '
  401. field_api_classes: false
  402. entity_type: commerce_pricelist_item
  403. entity_field: list_price
  404. plugin_id: field
  405. price__number:
  406. id: price__number
  407. table: commerce_pricelist_item
  408. field: price__number
  409. relationship: none
  410. group_type: group
  411. admin_label: ''
  412. label: Price
  413. exclude: false
  414. alter:
  415. alter_text: false
  416. text: ''
  417. make_link: false
  418. path: ''
  419. absolute: false
  420. external: false
  421. replace_spaces: false
  422. path_case: none
  423. trim_whitespace: false
  424. alt: ''
  425. rel: ''
  426. link_class: ''
  427. prefix: ''
  428. suffix: ''
  429. target: ''
  430. nl2br: false
  431. max_length: 0
  432. word_boundary: true
  433. ellipsis: true
  434. more_link: false
  435. more_link_text: ''
  436. more_link_path: ''
  437. strip_tags: false
  438. trim: false
  439. preserve_tags: ''
  440. html: false
  441. element_type: ''
  442. element_class: ''
  443. element_label_type: ''
  444. element_label_class: ''
  445. element_label_colon: true
  446. element_wrapper_type: ''
  447. element_wrapper_class: ''
  448. element_default_classes: true
  449. empty: ''
  450. hide_empty: false
  451. empty_zero: false
  452. hide_alter_empty: true
  453. click_sort_column: number
  454. type: commerce_price_default
  455. settings:
  456. strip_trailing_zeroes: false
  457. currency_display: symbol
  458. group_column: ''
  459. group_columns: { }
  460. group_rows: true
  461. delta_limit: 0
  462. delta_offset: 0
  463. delta_reversed: false
  464. delta_first_last: false
  465. multi_type: separator
  466. separator: ', '
  467. field_api_classes: false
  468. entity_type: commerce_pricelist_item
  469. entity_field: price
  470. plugin_id: field
  471. status:
  472. id: status
  473. table: commerce_pricelist_item
  474. field: status
  475. relationship: none
  476. group_type: group
  477. admin_label: ''
  478. label: Status
  479. exclude: false
  480. alter:
  481. alter_text: false
  482. text: ''
  483. make_link: false
  484. path: ''
  485. absolute: false
  486. external: false
  487. replace_spaces: false
  488. path_case: none
  489. trim_whitespace: false
  490. alt: ''
  491. rel: ''
  492. link_class: ''
  493. prefix: ''
  494. suffix: ''
  495. target: ''
  496. nl2br: false
  497. max_length: 0
  498. word_boundary: true
  499. ellipsis: true
  500. more_link: false
  501. more_link_text: ''
  502. more_link_path: ''
  503. strip_tags: false
  504. trim: false
  505. preserve_tags: ''
  506. html: false
  507. element_type: ''
  508. element_class: ''
  509. element_label_type: ''
  510. element_label_class: ''
  511. element_label_colon: true
  512. element_wrapper_type: ''
  513. element_wrapper_class: ''
  514. element_default_classes: true
  515. empty: ''
  516. hide_empty: false
  517. empty_zero: false
  518. hide_alter_empty: true
  519. click_sort_column: value
  520. type: boolean
  521. settings:
  522. format: default
  523. format_custom_true: ''
  524. format_custom_false: ''
  525. group_column: value
  526. group_columns: { }
  527. group_rows: true
  528. delta_limit: 0
  529. delta_offset: 0
  530. delta_reversed: false
  531. delta_first_last: false
  532. multi_type: separator
  533. separator: ', '
  534. field_api_classes: false
  535. entity_type: commerce_pricelist_item
  536. entity_field: status
  537. plugin_id: field
  538. operations:
  539. id: operations
  540. table: commerce_pricelist_item
  541. field: operations
  542. relationship: none
  543. group_type: group
  544. admin_label: ''
  545. label: Operations
  546. exclude: false
  547. alter:
  548. alter_text: false
  549. text: ''
  550. make_link: false
  551. path: ''
  552. absolute: false
  553. external: false
  554. replace_spaces: false
  555. path_case: none
  556. trim_whitespace: false
  557. alt: ''
  558. rel: ''
  559. link_class: ''
  560. prefix: ''
  561. suffix: ''
  562. target: ''
  563. nl2br: false
  564. max_length: 0
  565. word_boundary: true
  566. ellipsis: true
  567. more_link: false
  568. more_link_text: ''
  569. more_link_path: ''
  570. strip_tags: false
  571. trim: false
  572. preserve_tags: ''
  573. html: false
  574. element_type: ''
  575. element_class: ''
  576. element_label_type: ''
  577. element_label_class: ''
  578. element_label_colon: true
  579. element_wrapper_type: ''
  580. element_wrapper_class: ''
  581. element_default_classes: true
  582. empty: ''
  583. hide_empty: false
  584. empty_zero: false
  585. hide_alter_empty: true
  586. destination: false
  587. entity_type: commerce_pricelist_item
  588. plugin_id: entity_operations
  589. filters:
  590. price_list_id:
  591. id: price_list_id
  592. table: commerce_pricelist_item
  593. field: price_list_id
  594. relationship: none
  595. group_type: group
  596. admin_label: ''
  597. operator: '='
  598. value:
  599. min: ''
  600. max: ''
  601. value: ''
  602. group: 1
  603. exposed: true
  604. expose:
  605. operator_id: price_list_id_op
  606. label: 'Price list'
  607. description: ''
  608. use_operator: false
  609. operator: price_list_id_op
  610. identifier: price_list_id
  611. required: false
  612. remember: false
  613. multiple: false
  614. remember_roles:
  615. authenticated: authenticated
  616. anonymous: '0'
  617. administrator: '0'
  618. placeholder: ''
  619. min_placeholder: ''
  620. max_placeholder: ''
  621. operator_limit_selection: false
  622. operator_list: { }
  623. is_grouped: false
  624. group_info:
  625. label: ''
  626. description: ''
  627. identifier: ''
  628. optional: true
  629. widget: select
  630. multiple: false
  631. remember: false
  632. default_group: All
  633. default_group_multiple: { }
  634. group_items: { }
  635. entity_type: commerce_pricelist_item
  636. entity_field: price_list_id
  637. plugin_id: numeric
  638. sorts:
  639. weight:
  640. id: weight
  641. table: commerce_pricelist
  642. field: weight
  643. relationship: price_list_id
  644. group_type: group
  645. admin_label: ''
  646. order: ASC
  647. exposed: false
  648. expose:
  649. label: ''
  650. entity_type: commerce_pricelist
  651. entity_field: weight
  652. plugin_id: standard
  653. id:
  654. id: id
  655. table: commerce_pricelist
  656. field: id
  657. relationship: price_list_id
  658. group_type: group
  659. admin_label: ''
  660. order: DESC
  661. exposed: false
  662. expose:
  663. label: ''
  664. entity_type: commerce_pricelist
  665. entity_field: id
  666. plugin_id: standard
  667. quantity:
  668. id: quantity
  669. table: commerce_pricelist_item
  670. field: quantity
  671. relationship: none
  672. group_type: group
  673. admin_label: ''
  674. order: ASC
  675. exposed: false
  676. expose:
  677. label: ''
  678. entity_type: commerce_pricelist_item
  679. entity_field: quantity
  680. plugin_id: standard
  681. title: Prices
  682. header: { }
  683. footer: { }
  684. empty:
  685. area_text_custom:
  686. id: area_text_custom
  687. table: views
  688. field: area_text_custom
  689. relationship: none
  690. group_type: group
  691. admin_label: ''
  692. empty: true
  693. tokenize: false
  694. content: 'No prices yet.'
  695. plugin_id: text_custom
  696. relationships:
  697. price_list_id:
  698. id: price_list_id
  699. table: commerce_pricelist_item
  700. field: price_list_id
  701. relationship: none
  702. group_type: group
  703. admin_label: 'Price list'
  704. required: true
  705. entity_type: commerce_pricelist_item
  706. entity_field: price_list_id
  707. plugin_id: standard
  708. arguments:
  709. 'null':
  710. id: 'null'
  711. table: views
  712. field: 'null'
  713. relationship: none
  714. group_type: group
  715. admin_label: ''
  716. default_action: 'not found'
  717. exception:
  718. value: all
  719. title_enable: false
  720. title: All
  721. title_enable: false
  722. title: ''
  723. default_argument_type: fixed
  724. default_argument_options:
  725. argument: ''
  726. default_argument_skip_url: false
  727. summary_options:
  728. base_path: ''
  729. count: true
  730. items_per_page: 25
  731. override: false
  732. summary:
  733. sort_order: asc
  734. number_of_records: 0
  735. format: default_summary
  736. specify_validation: false
  737. validate:
  738. type: none
  739. fail: 'not found'
  740. validate_options: { }
  741. must_not_be: false
  742. plugin_id: 'null'
  743. purchasable_entity:
  744. id: purchasable_entity
  745. table: commerce_pricelist_item
  746. field: purchasable_entity
  747. relationship: none
  748. group_type: group
  749. admin_label: ''
  750. default_action: default
  751. exception:
  752. value: all
  753. title_enable: false
  754. title: All
  755. title_enable: false
  756. title: ''
  757. default_argument_type: product_variation
  758. default_argument_options: { }
  759. default_argument_skip_url: false
  760. summary_options:
  761. base_path: ''
  762. count: true
  763. items_per_page: 25
  764. override: false
  765. summary:
  766. sort_order: asc
  767. number_of_records: 0
  768. format: default_summary
  769. specify_validation: true
  770. validate:
  771. type: 'entity:commerce_product_variation'
  772. fail: 'not found'
  773. validate_options:
  774. operation: view
  775. multiple: 0
  776. bundles: { }
  777. access: false
  778. break_phrase: false
  779. not: false
  780. entity_type: commerce_pricelist_item
  781. entity_field: purchasable_entity
  782. plugin_id: numeric
  783. display_extenders: { }
  784. cache_metadata:
  785. max-age: -1
  786. contexts:
  787. - 'languages:language_content'
  788. - 'languages:language_interface'
  789. - url
  790. - url.query_args
  791. - user.permissions
  792. tags: { }
  793. page:
  794. display_plugin: page
  795. id: page
  796. display_title: 'Variation tab'
  797. position: 1
  798. display_options:
  799. display_extenders: { }
  800. path: product/%commerce_product/variations/%commerce_product_variation/prices
  801. menu:
  802. type: tab
  803. title: Prices
  804. description: ''
  805. expanded: false
  806. parent: ''
  807. weight: 10
  808. context: '0'
  809. menu_name: admin
  810. tab_options:
  811. type: none
  812. title: Prices
  813. description: ''
  814. weight: 0
  815. display_description: ''
  816. cache_metadata:
  817. max-age: -1
  818. contexts:
  819. - 'languages:language_content'
  820. - 'languages:language_interface'
  821. - url
  822. - url.query_args
  823. - user.permissions
  824. tags: { }