My Product Cares
BlogSchedule a callContact us
  • Overview
  • Frontend Page
    • Prefill form fields
    • Registered entries
  • Claim Warranty
  • App Admin
    • Forms
      • Listing
        • Registration detail
      • Form Design
      • Form Settings
        • Limit product search to specific products
      • Claim Warranty Form
    • App Settings
      • General Settings
      • Custom From Email
      • Serial Numbers
        • Serial number with file download
    • Email Templates
    • Warranty
    • Navigation
    • Customer Admin Link
    • Registrations In Account Area
    • Form inside Shopify Page
    • Add registrations for customer
  • POS (Point Of Sales)
  • Integrations
    • Klaviyo
    • Stripe payment
  • Video tutorials
  • Advance
    • API
    • Import/Migrate Registrations
    • Webhook
    • Downloadable assets after submit
    • Serial number checker/validator
    • Shopify Flow
  • Frequently Asked Questions (FAQ)
    • Why is View on the frontend link not working?
  • Migrate to v2
  • Change Logs
  • Contact us
  • Terms & Conditions
  • Privacy Policy and Data Protection
Powered by GitBook
On this page
  1. Advance

Serial number checker/validator

PreviousDownloadable assets after submitNextShopify Flow

Sometimes is desirable to have a simple interface for customer to validate or check their serial number. The app provide such function, here are some use cases

  • Check if authenticity of a product - e.g customer bought the product with serial number and want to check the authenticity

  • Provide manual (or any other downloadable content) customer when bought the product with serial number, they just need enter the serial number to download the assets associate with the serial number

Frontend UI

The serial number checker/lookup have a frontend url

apps/product-registration?action=snlookup

The simple UI allow customer to enter serial number and get the relevant information for it

Once customer enter a valid serial number it will present the result

As indicate from the above results, it consist the following

  1. Wether the entered serial number is valid or not

  2. Show downloadable content if there are downloadable content associate with the serial number - see here how to assicate download to serial number

  3. Show the product associated with the serial number - associate product with serial numbers

For more information how to manage serial numbers, please checkout here