Shopify Product Cares/Registration
BlogSchedule a callContact us
V2 Latest
V2 Latest
  • Overview
  • Frontend Page
    • Prefill form fields
    • Registered entries
    • Fill product with serial number
  • Claim Warranty
  • App Admin
    • Forms
      • Listing
        • Registration detail
      • Form Design
      • Form Settings
        • Limit product search to specific products
        • Auto registration on new order
      • Claim Warranty Form
    • Serial Numbers
      • Serial number with file download
    • Warranty / Care Plans
      • Create a warrant plan product
      • Cross-selling warranty / care plan
    • App Settings
      • General Settings
      • Custom From Email
      • Languages
    • Email Templates
    • Warranty
    • Navigation
    • Customer Admin Link
    • Registrations In Account Area
    • Form inside Shopify Page
    • Add registrations for customer
  • POS (Point Of Sales)
  • Shopify admin links
  • Integrations
    • Klaviyo
    • Mailchimp
    • Stripe payment
    • Gorgias
  • 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. Serial Numbers

Serial number with file download

PreviousSerial NumbersNextWarranty / Care Plans

Last updated 1 month ago

In some cases, it may be helpful to tie a serial number with a file download. For example, you may want customers who register with specific serial numbers to have access to their product's instruction manual PDF after registration. This can enhance the customer experience by providing immediate access to important documents.

Setup

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

The new CSV will have the following 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 column should contain the URL link to the PDF file itself. The text Manual will be displayed as the link name on the frontend.

Once the serial number CSV is uploaded to the app, you will need to enable the display of serial number data on the frontend. To do this, navigate to App admin > App Settings > General and enable the option Show registered serial numbers data for registered products. Finally, click Save Settings at the bottom.

When customers register with a specific serial number, they will see the download link in their registered products. By default, registered products are displayed on the registration page if the customer is logged in and has registered products. Alternatively, registered products can be shown on the account page. For more details, please refer to the documentation.

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