Posts
Westside London – Wigmore Sports – 2025-08-27
Responding to MW re: orders 328591 and 328278 (predate fix) and 329080 – refunded correctly.
Westside London – Wigmore Sports – 2025-08-22
Investigating partial orders not submitting to Vend correctly – they seem to be OK.
Westside London – Wigmore Sports – 2025-08-20
Estimate for fixing partial refunds submitting incorrectly to Lightspeed. Phone call with MW. Checking logs for refunds – 404 error for POST requests to https://wigmoresports.vendhq.com/api/register_sales/. Changing endpoint to https://wigmoresports.vendhq.com/api/register_sales.
Westside London – Wigmore Sports – 2025-06-17
Script to import orders and related records. Testing imports. Running imports for missing orders. Adjusting demo inventory entries. Responding to MW. Phone call with MW. Importing 325721 from jb_wigmore_dev_2023res database. Manually creating demo inventory order items. Responding to MW queries.
Westside London – Wigmore Sports – 2025-06-16
Debrief meeting re: dev site with MW, IB and JB. Preparing to import missing orders. Mapping related table structure.
Westside London – Wigmore Sports – 2025-06-13
Fixing demo order statuses manually in database.
Westside London – Wigmore Sports – 2025-06-12
Liaising with MW re: fixing order status. Trying to access database.
Westside London – Wigmore Sports – 2025-03-26
Trying to suppress waitlist notifications when cancelling reservation. Testing cancellation hooked to wcwl_after_remove_email_from_waitlist – works, but reservation cancelled in checkout. Using is_checkout() in cancellation function – works! Meeting with MW to run tests – working! Cleaning up code ready for deployment. Deploying to live. Testing.
Westside London – Wigmore Sports – 2025-03-25
Preventing reservation cancellation from cancelling paid reservations. wcwl_after_remove_email_from_waitlist running too early – refactor to cancel reservation by hooking on ajax call when user removes themselves from the waitlist. Testing with MW – sends back in stock notification to user who has removed from waitlist. Re-instate mp_demo_stock_level_has_broken_threshold check – doesn’t work. Tracing reservation cancellation process to […]