mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Browse customer orders (#16145)
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | bootstrap-admin-panel | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no | | Related tickets | n/a | | License | MIT |
This commit is contained in:
commit
01ff1ac22a
2 changed files with 3 additions and 12 deletions
|
|
@ -17,14 +17,14 @@ Feature: Browsing orders of a customer
|
|||
And the customer chose "Free" shipping method to "United States" with "Cash on Delivery" payment
|
||||
And I am logged in as an administrator
|
||||
|
||||
@api @todo @ui
|
||||
@api @ui
|
||||
Scenario: Browsing orders of a specific customer in the list
|
||||
When I browse orders of a customer "logan@wolverine.com"
|
||||
Then I should see a single order in the list
|
||||
And I should see the order with number "#00000007" in the list
|
||||
And I should not see the order with number "#00000008" in the list
|
||||
|
||||
@api @todo @ui
|
||||
@api @ui
|
||||
Scenario: Sorting orders of customer by channel
|
||||
When I browse orders of a customer "logan@wolverine.com"
|
||||
And I sort the orders ascending by channel
|
||||
|
|
|
|||
|
|
@ -24,17 +24,8 @@ sylius_admin_customer_order_index:
|
|||
_sylius:
|
||||
section: admin
|
||||
permission: true
|
||||
template: "@SyliusAdmin/Crud/index.html.twig"
|
||||
template: "@SyliusAdmin/Shared/Crud/index.html.twig"
|
||||
grid: sylius_admin_customer_order
|
||||
vars:
|
||||
route:
|
||||
parameters:
|
||||
$customerId: $id
|
||||
templates:
|
||||
breadcrumb: '@SyliusAdmin/Customer/Order/Index/_breadcrumb.html.twig'
|
||||
header_title: '@SyliusAdmin/Customer/Order/Index/_headerTitle.html.twig'
|
||||
subheader: sylius.ui.process_your_orders
|
||||
icon: cart
|
||||
|
||||
sylius_admin_customer_orders_statistics:
|
||||
path: /orders-statistics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue