forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
31 lines
711 B
YAML
31 lines
711 B
YAML
label: 'Cart form'
|
|
display:
|
|
default:
|
|
display_title: Master
|
|
display_options:
|
|
exposed_form:
|
|
options:
|
|
submit_button: Apply
|
|
reset_button_label: Reset
|
|
exposed_sorts_label: 'Sort by'
|
|
sort_asc_label: Asc
|
|
sort_desc_label: Desc
|
|
fields:
|
|
purchased_entity:
|
|
label: Item
|
|
separator: ', '
|
|
unit_price__number:
|
|
label: Price
|
|
separator: ', '
|
|
edit_quantity:
|
|
label: Quantity
|
|
remove_button:
|
|
label: Remove
|
|
total_price__number:
|
|
label: Total
|
|
separator: ', '
|
|
arguments:
|
|
order_id:
|
|
exception:
|
|
title: All
|