Backend add missing details order view #77

Merged
bilal.catic merged 9 commits from backend-add-missing-details-order-view into development 2018-12-03 00:08:34 +01:00
bilal.catic commented 2018-11-27 07:24:53 +01:00 (Migrated from gitlab.com)

SMOKE TEST :

  1. Login to backend
  2. Go to orders page
  3. Verify that location, Commercial lead and Customer columns are present and verify that they are showing correct values
  4. Open order quick view
  5. Verify that Commercial Lead and Shipping details are shown.
  6. Verify that simple product prices are shown and total cost is correct
SMOKE TEST : 1. Login to backend 2. Go to orders page 3. Verify that location, Commercial lead and Customer columns are present and verify that they are showing correct values 4. Open order quick view 5. Verify that Commercial Lead and Shipping details are shown. 6. Verify that simple product prices are shown and total cost is correct
akrdzic commented 2018-11-27 11:50:22 +01:00 (Migrated from gitlab.com)

[Object] in order quick view
Selection_009

[Object] in order quick view ![Selection_009](/uploads/864fa19bdfaa254cbffcf52350ccffa7/Selection_009.png)
akrdzic commented 2018-11-27 11:53:30 +01:00 (Migrated from gitlab.com)

Also we do not need prices for simple products, but overview for pricing info for every bundle in order (pricing type info) and this is only for broker.

Selection_010

Also we do not need prices for simple products, but overview for pricing info for every bundle in order (pricing type info) and this is only for broker. ![Selection_010](/uploads/81e38d171ec05c28e5b27ca5673487ed/Selection_010.png)
akrdzic commented 2018-11-27 12:13:35 +01:00 (Migrated from gitlab.com)

I do not think these custom class copies of woocommerce orders list classes is needed. Can functionality of payment info be achieved with filters?

I do not think these custom class copies of woocommerce orders list classes is needed. Can functionality of payment info be achieved with filters?
akrdzic commented 2018-11-27 12:18:01 +01:00 (Migrated from gitlab.com)

try using woocommerce_admin_order_preview_line_item_columns and woocommerce_admin_order_preview_line_item_column_{column} to render payment info for item

try using `woocommerce_admin_order_preview_line_item_columns` and `woocommerce_admin_order_preview_line_item_column_{column}` to render payment info for item
bilal.catic commented 2018-11-29 05:02:09 +01:00 (Migrated from gitlab.com)

added 2 commits

  • df0e45c3 - remove obsolete info from order preview
  • dcb1c6cd - add order payment details to order preview

Compare with previous version

added 2 commits <ul><li>df0e45c3 - remove obsolete info from order preview</li><li>dcb1c6cd - add order payment details to order preview</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28342256&start_sha=a9a29f4d9e3cf8ef405f85d731f83a8fca852bf7)
bilal.catic commented 2018-11-29 05:07:06 +01:00 (Migrated from gitlab.com)

added 9 commits

  • dcb1c6cd...3dbdb657 - 4 commits from branch development
  • 4dc23bcb - add custom columns to order list view
  • d54a3df4 - add commercial lead name to order preview
  • afd059d3 - show item prices in order preview
  • 08bc0e10 - remove obsolete info from order preview
  • a8845d73 - add order payment details to order preview

Compare with previous version

added 9 commits <ul><li>dcb1c6cd...3dbdb657 - 4 commits from branch <code>development</code></li><li>4dc23bcb - add custom columns to order list view</li><li>d54a3df4 - add commercial lead name to order preview</li><li>afd059d3 - show item prices in order preview</li><li>08bc0e10 - remove obsolete info from order preview</li><li>a8845d73 - add order payment details to order preview</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28342358&start_sha=dcb1c6cd7ddd577e452411cf928b76e3f65b3437)
bilal.catic commented 2018-11-29 13:32:48 +01:00 (Migrated from gitlab.com)

changed this line in version 4 of the diff

changed this line in [version 4 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28379774&start_sha=a8845d732e23e4c4c44ba27803cd837d62477a12#bbaa95f1815d119c5611b3bd31903daf05635f7b_64_64)
bilal.catic commented 2018-11-29 13:32:48 +01:00 (Migrated from gitlab.com)

added 2 commits

  • 164b172e - Remove custom class
  • 0963b972 - show delivery details

Compare with previous version

added 2 commits <ul><li>164b172e - Remove custom class</li><li>0963b972 - show delivery details</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28379774&start_sha=a8845d732e23e4c4c44ba27803cd837d62477a12)
akrdzic commented 2018-11-30 13:35:15 +01:00 (Migrated from gitlab.com)

add 'wiaas' prefix to 'commercial_lead_name'

add 'wiaas' prefix to '`commercial_lead_name`'
akrdzic commented 2018-11-30 13:35:25 +01:00 (Migrated from gitlab.com)

add 'wiaas' prefix to column ids

add 'wiaas' prefix to column ids
akrdzic commented 2018-11-30 13:35:35 +01:00 (Migrated from gitlab.com)

add wiaas prefix to column ids

add wiaas prefix to column ids
bilal.catic commented 2018-11-30 13:45:05 +01:00 (Migrated from gitlab.com)

changed this line in version 5 of the diff

changed this line in [version 5 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28472134&start_sha=0963b972521e91977045869c281662e9bcf74d10#0ef922a4daaa83e0d6aa94880ed7d4bb2caf81f3_79_79)
bilal.catic commented 2018-11-30 13:45:05 +01:00 (Migrated from gitlab.com)

changed this line in version 5 of the diff

changed this line in [version 5 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28472134&start_sha=0963b972521e91977045869c281662e9bcf74d10#0ef922a4daaa83e0d6aa94880ed7d4bb2caf81f3_45_45)
bilal.catic commented 2018-11-30 13:45:06 +01:00 (Migrated from gitlab.com)

changed this line in version 5 of the diff

changed this line in [version 5 of the diff](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28472134&start_sha=0963b972521e91977045869c281662e9bcf74d10#0ef922a4daaa83e0d6aa94880ed7d4bb2caf81f3_113_112)
bilal.catic commented 2018-11-30 13:45:06 +01:00 (Migrated from gitlab.com)

added 1 commit

  • 1ba55eea - add wiaas prefix

Compare with previous version

added 1 commit <ul><li>1ba55eea - add wiaas prefix</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28472134&start_sha=0963b972521e91977045869c281662e9bcf74d10)
akrdzic commented 2018-12-01 00:25:09 +01:00 (Migrated from gitlab.com)

mentioned in merge request !79

mentioned in merge request !79
bilal.catic commented 2018-12-01 13:29:19 +01:00 (Migrated from gitlab.com)

added 2 commits

  • e6bba0b1 - Fix order details display
  • a1315d7c - Merge branch 'fix-order-details-display' into 'backend-add-missing-details-order-view'

Compare with previous version

added 2 commits <ul><li>e6bba0b1 - Fix order details display</li><li>a1315d7c - Merge branch &#39;fix-order-details-display&#39; into &#39;backend-add-missing-details-order-view&#39;</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28518873&start_sha=1ba55eeabd1573e3d38c80ea6dcb854c21c957be)
bilal.catic commented 2018-12-03 00:05:16 +01:00 (Migrated from gitlab.com)

added 12 commits

  • a1315d7c...00f9d5ca - 3 commits from branch development
  • a5419e2f - add custom columns to order list view
  • 434d0ab6 - add commercial lead name to order preview
  • 8b5ea356 - show item prices in order preview
  • 2f18e1e4 - remove obsolete info from order preview
  • 00a1ef7d - add order payment details to order preview
  • 29fb0720 - Remove custom class
  • a0b7faa9 - show delivery details
  • 397a0ed8 - add wiaas prefix
  • a2c088ba - Fix order details display

Compare with previous version

added 12 commits <ul><li>a1315d7c...00f9d5ca - 3 commits from branch <code>development</code></li><li>a5419e2f - add custom columns to order list view</li><li>434d0ab6 - add commercial lead name to order preview</li><li>8b5ea356 - show item prices in order preview</li><li>2f18e1e4 - remove obsolete info from order preview</li><li>00a1ef7d - add order payment details to order preview</li><li>29fb0720 - Remove custom class</li><li>a0b7faa9 - show delivery details</li><li>397a0ed8 - add wiaas prefix</li><li>a2c088ba - Fix order details display</li></ul> [Compare with previous version](https://gitlab.com/saburly/wiaas/new-wiaas/merge_requests/77/diffs?diff_id=28560575&start_sha=a1315d7ce51fe6ec10fcd7013becab77b305ca0a)
akrdzic commented 2018-12-03 00:08:34 +01:00 (Migrated from gitlab.com)

merged

merged
akrdzic commented 2018-12-03 00:08:34 +01:00 (Migrated from gitlab.com)

mentioned in commit 6c6612c7c6

mentioned in commit 6c6612c7c63aba5ab41148fd1cc1ba768a480978
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-new-wiaas#77