Skip to content

Add dropdown item on order to copy customer checkout summary url#1147

Merged
daveearley merged 2 commits intoHiEventsDev:developfrom
LogFlames:logflames/add_copy_customer_link
Apr 6, 2026
Merged

Add dropdown item on order to copy customer checkout summary url#1147
daveearley merged 2 commits intoHiEventsDev:developfrom
LogFlames:logflames/add_copy_customer_link

Conversation

@LogFlames
Copy link
Copy Markdown
Contributor

Adds a new dropdown item on the order page to copy the customer "checkout summary" url:
Screenshot 2026-04-06 at 20 35 17

This leads to the checkout summary (e.g. https://localhost:8443/checkout/1/o_7bvFIZgqhIuGi/summary):

Screenshot 2026-04-06 at 20 40 50

This is useful when doing customer support and you want to help the customer by providing them with this link, if they didn't recieve their email, or you want to check that the customer can access their tickets etc.

Currently this is only constructed in the email template, so you have to check sent emails to get this url for the specific customer.

Checklist

  • I have read the contributing guidelines.
  • My code is of good quality and follows the coding standards of the project.
  • I have tested my changes, and they work as expected.

@LogFlames LogFlames changed the title Add order dropdown item to copy customer checkout summary url Add dropdown item on order to copy customer checkout summary url Apr 6, 2026
@daveearley daveearley requested a review from Copilot April 6, 2026 19:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an additional action in the Orders table “Manage” dropdown to copy a customer-facing checkout summary URL for a given order (to support customer support workflows without needing to look up emails).

Changes:

  • Add a new menu item (“Copy customer link”) to copy the checkout summary URL to the clipboard.
  • Reuse existing eventCheckoutPath and getConfig('VITE_FRONTEND_URL') to construct the full public URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@daveearley
Copy link
Copy Markdown
Contributor

Looks good -- thank you! If you wouldn't mind addressing Copilot's comment, then I'll merge.

@LogFlames
Copy link
Copy Markdown
Contributor Author

LogFlames commented Apr 6, 2026

Thanks for the quick response!
I've created a url helper and use it instead, and verified that it works locally running ./start-dev.sh.

@daveearley daveearley merged commit 0168b3f into HiEventsDev:develop Apr 6, 2026
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2026
@daveearley
Copy link
Copy Markdown
Contributor

Merged! Thanks again. It's a useful addition.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants