For Teams & Individuals
Choose Your Gift Card
Every card is delivered digitally, personalised with your message, and protected by a one-time redemption code.
How this maps to a real build on your Wix site
- Platform: rekoop.asia runs on Wix. This prototype is a standalone front-end demo — a real version would be built with Wix Stores (for cart/checkout) plus custom Velo (Wix's dev layer) code for gift-card-specific logic.
- Cart & checkout: Use Wix Stores with each gift card type set up as a digital product (Day Experience = fixed price, Monetary = customer-entered price via a custom input, À la carte = variant per technology). Wix Payments (or Stripe/PayNow via Wix) handles the actual charge.
- Unique codes: Generated server-side in a Velo backend function on order completion (e.g.
REKOOP-XXXX-XXXXusing a secure random generator), written to a Wix Data collection with fields: code, type, value/technology, recipient name/email, sender name, message, status (unused/redeemed), issuedAt, redeemedAt. - Single-use enforcement: The redemption tool (staff-facing page or POS integration) checks the collection for the code's status before marking it redeemed — exactly like the demo below, but backed by a real database with a transaction/lock to prevent double-redemption.
- Automatic email: Triggered from the Velo backend using Wix's Triggered Emails, or an external provider (SendGrid/Postmark) called via an HTTP function — fired right after payment confirms, sending the code and gift details to the recipient's email.
- Next step: If you'd like, I can turn this into a written spec/PRD for a Wix developer, or — if you grant me access to your Wix editor in Chrome — help configure the actual Wix Stores products and Velo logic directly.
- Images & logo: The logo, hero photo, and all 5 technology photos are hotlinked directly from rekoop.asia's own Wix media library for this prototype. In a real build, these would simply be selected from REKOOP's existing Wix Media Manager — no hotlinking needed.