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. App Admin
  2. App Settings
  3. Serial Numbers

Serial number with file download

PreviousSerial NumbersNextEmail Templates

Sometimes it's desirable to associate the serial number with file download - e.g Manuals, for example, you want customers registered with specific serial numbers to see their instruction manual PDF after they register the product

Setup

First, you will need to prepare the serial number CSV but with an extra column called data

So the new CSV will have the follow format

|serialNumber | sku | customerTags | data_download_Manual |

| SN12345678 | MERC | new,vip | https://example.com/merc_manual.pdf |

| SN12345678 | VOLVO | new | https://example.com/volvo_manual.pdf |

The data_download_Manual will a URL link to the pdf file itself, Manual will be the name showing in the frontend

Once the serial number CSV is upload to the app, then will need to enable the show serial number data to the frontend in the App admin > App Settings > General > Show registered serial numbers data for registered products is, then Save Settings at the bottom

Then whenever customers register with that specific serial number, they will see the download link in their registered products (the registered products will be shown on the registration page by default if the customer is logged in and have registered products, or it can be shown registered products on the account page, please see https://doc.product-reg.varify.xyz/admin/settings/registration-in-account

Serial NumbersShopify Product Registration
166B
mpr_sn_download.csv
Sample Serial Number CSV with file download link
Logo