Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We don't display the shipping address #13310

Closed
kidinov opened this issue Jan 15, 2025 · 3 comments
Closed

We don't display the shipping address #13310

kidinov opened this issue Jan 15, 2025 · 3 comments
Labels
category: won’t fix Considered and it was determined we do not plan to work on it at this time. type: bug A confirmed bug.

Comments

@kidinov
Copy link
Contributor

kidinov commented Jan 15, 2025

  • Create an order on the web, with both shipping and billing address.
  • Open an order in the app
  • Notice that we show only billing address in the order details

API response:

{"data":{"id":2462,"status":"pending","currency":"USD","prices_include_tax":false,"discount_total":"0.00","shipping_total":"0.00","shipping_tax":"0.00","total":"808.54","total_tax":"0.00","order_key":"wc_order_ElLSRikNlc6YR","billing":{"first_name":"111","last_name":"222","company":"asdad","address_1":"adad","address_2":"adad","city":"VRN","state":"","postcode":"11111","country":"US","email":"","phone":""},"shipping":{"first_name":"333","last_name":"444","company":"asdasd","address_1":"asdasd","address_2":"asdasd","city":"adadad","state":"","postcode":"22222","country":"US","phone":""},"payment_method":"","payment_method_title":"","customer_note":"","number":"2462","meta_data":[{"id":57545,"key":"_wc_order_attribution_source_type","value":"admin"}],"line_items":[{"id":2306,"name":"Aerodynamic Wooden Gloves","product_id":517,"variation_id":0,"quantity":1,"tax_class":"","subtotal":"808.54","subtotal_tax":"0.00","total":"808.54","total_tax":"0.00","taxes":[],"meta_data":[],"sku":"aerodynamic-wooden-gloves-77827340","price":808.54,"image":{"id":"456","src":"https:\/\/i0.wp.com\/paymentwithoutaddress.wpcomstaging.com\/wp-content\/uploads\/2024\/07\/img-sint.png?fit=700%2C700&ssl=1"},"parent_name":null}],"tax_lines":[],"shipping_lines":[],"fee_lines":[],"coupon_lines":[],"refunds":[],"payment_url":"https:\/\/paymentwithoutaddress.wpcomstaging.com\/checkout\/order-pay\/2462\/?pay_for_order=true&key=wc_order_ElLSRikNlc6YR","is_editable":true,"needs_payment":true,"needs_processing":true,"date_created_gmt":"2025-01-15T08:14:49","date_modified_gmt":"2025-01-15T08:16:15","date_paid_gmt":null,"_links":{"self":[{"href":"https:\/\/paymentwithoutaddress.wpcomstaging.com\/wp-json\/wc\/v3\/orders\/2462","targetHints":{"allow":["GET","POST","PUT","PATCH","DELETE"]}}],"collection":[{"href":"https:\/\/paymentwithoutaddress.wpcomstaging.com\/wp-json\/wc\/v3\/orders"}]}}}
01-15--09-28.mp4
@kidinov kidinov added the type: bug A confirmed bug. label Jan 15, 2025
@dangermattic
Copy link
Collaborator

dangermattic commented Jan 15, 2025

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.

@kidinov
Copy link
Contributor Author

kidinov commented Jan 15, 2025

peaMlT-16K-p2

@malinajirka
Copy link
Contributor

Works as expected - orders with only virtual products don't have/display the shipping address.

@malinajirka malinajirka added the category: won’t fix Considered and it was determined we do not plan to work on it at this time. label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: won’t fix Considered and it was determined we do not plan to work on it at this time. type: bug A confirmed bug.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants