Hi bricks team,
It would be great and enjoyable if we could completely customize all parts of WooCommerce with bricks. For example:
1- Dynamic data to display user order information
- New dynamic data to display the number of pending, completed, and canceled orders
- New dynamic data to display the number of user orders (including completed, canceled, and in progress)
- New dynamic data to display the total amount of user orders (completed orders)
- New dynamic data to display the number of approved comments
This is something that can currently be done with JetEngine’s query builder.
2- Order list in my account > orders
- New query for query loop to display current user’s orders
- Dynamic data for order ID (we have it now)
- Dynamic data for order Date (we have it now)
- New dynamic data to display order status
- New dynamic data to display the total order amount
- New dynamic data to display the number of items in each order
- New dynamic data for view order detail link
3- view order
Here we already have almost all the dynamic data. But adding two new dynamic data would be great.
- Shipping method
- Shipping method price
- order time
- address
We can also display the list of ordered products in the order view using the orders query (second case), and this is great.
Thank you