Hi there,
By default, WooCommerce directs users to a separate order details page when they click on an order in the My Account > Orders section. Modifying this behavior to display order details in a popup modal or expandable section would require custom development.
Since customizations are outside our scope of support, If you need more in-depth support or want to consider professional assistance for customization, I can recommend?WooExperts?and?Codeable.io?as options for getting professional help. Alternatively, you can also ask your development questions in the??WooCommerce Community Slack?as custom code falls outside our usual?scope of support.
If you’re comfortable with coding, you can override the my-account/orders.php
template in your theme and modify it to include a modal or expandable section for displaying order details. WooCommerce template files can be customized by copying them to your theme’s woocommerce/myaccount/
folder and adjusting them as needed.
For guidance on overriding templates, you can refer to:
Template structure & Overriding templates via a theme
Hope this helps! Let me know if you have any further questions.