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
  • Overview
  • Step #1 - Upload serial number CSV with downloadable assets
  • Step #2 - Turn on show downloadable assets in registered entries
  1. Advance

Downloadable assets after submit

PreviousWebhookNextSerial number checker/validator

Last updated 2 months ago

Overview

Allow customers to download files (e.g., product manuals, warranty documents) after they submit the form.

The app will associate serial numbers with downloadable assets. When customers input specific serial numbers in the form and successfully submit it, they will be able to download the assets associated with those serial numbers.

  1. Upload the serial number CSV to associate serial numbers with specific downloads.

  2. Customers register their serial numbers.

  3. Upon successful registration, customers will see the downloadable assets associated with their serial numbers.

Step #1 - Upload serial number CSV with downloadable assets

Prepare a serial number CSV that includes links to the downloadable assets. This CSV is similar to the normal , but with an additional column data_download_asset_name. The prefix data_download_ is fixed, and the asset name is what will be displayed to the customer.

Here is an example of the CSV format:

serialNumber
sku
data_download_manual
data_download_warranty

123

k123

https://example.com/k123.zip

https://example.com/k123.pdf

321

k123

https://example.com/k123.zip

https://example.com/k123.pdf

456

k456

https://example.com/k456.zip

https://example.com/k456.pdf

In this example, each serial number is associated with multiple downloadable assets, such as manuals and warranty documents.

Upload the CSV in the App admin. Once uploaded, customers will be able to see and download the assets associated with their registered serial numbers.

Step #2 - Turn on show downloadable assets in registered entries

Customers will see the downloadable assets after successfully submitting the form. Additionally, they can view the downloadable assets in their registered entries (e.g., customers can see their registered products when they log in and register products using their login email).

To show the downloadable assets in the registered entries, enable the setting in App admin > App settings > General > Show registered serial numbers data for registered products, and then click Save (on the top right).

Once this setting is enabled, customers will be able to view and download the associated assets directly from their registered entries.

CSV
119B
sample_serial_number_with_download.csv
Sample serial number with downloadable assets