Warranty
Adding warranty information for each product allows customers to easily view the expiration date of their warranty after completing the product registration process. This feature enhances transparency
Last updated
Adding warranty information for each product allows customers to easily view the expiration date of their warranty after completing the product registration process. This feature enhances transparency
Last updated
Each product can have a different warranty period, which needs to be set up at the product level using product tags. Using tags will apply the warranty period to all variants of the product.
To set this up, follow these steps:
Open the Shopify admin.
Navigate to Products.
Select the product you want to add a warranty period to.
Add new tags to the product to indicate the warranty period.
The tags should be in the format warranty:{duration}, where duration consists of a number and a unit (e.g., 1 year).
Example tags:
warranty:1 year
warranty:2 years
warranty:6 months
It's possible to set up specific warranties for different variants. For example, if you have a bed product, the different sizes will be variants. A 2-meter bed can have a 2-year warranty, while a 1.5-meter bed can have a 1-year warranty.
To set the warranty period for a specific variant, you need to use a metafield.
Create a new metafield for product variants in the Shopify admin > Settings > Custom Data > Variant > Add new definition/metafield
The name must be warranty (all lowercase).
The type should be Single line text.
You can preset choices for the warranty period, such as 1 year, 2 years, and 3 years. This will simplify assigning values later.
Once the variant metafield is set, navigate to the product variant and assign the appropriate metafield value.
The value for the warranty should match the format used in the tag section, such as 1 year or 6 months.
Once the product is set up with a warranty period and the customer registers that product, the warranty expiration date will be calculated based on registration date + warranty period.
To allow customers to see the warranty expiration date, you need to enable this feature in the App admin:
Go to App Settings.
Navigate to General.
Enable Show customer warranty.
This will display the warranty expiration date to the customer.
After the setting is enabled, the customer can see the warranty information in the frontend under Registered Products.
You can change the wording for warranty information in the App admin. To do this, follow these steps:
Go to Settings.
Navigate to Languages.
Search for the term warranty.
Modify the wording as needed.
Don't forget to Save your changes.
This allows you to customize how warranty information is presented to your customers.
It's possible to show the warranty information while the customer is filling out the form. To enable this feature, follow these steps:
Go to App admin.
Navigate to Forms.
Select the form you want to modify.
Go to Settings > General.
Enable Show warranty info.
This will display the warranty information to the customer during the form-filling process.
Once the product has a warranty tag and the feature is enabled, the warranty information will be displayed on the form when the customer selects the product during the form-filling process.
It's possible to set up an extended warranty if the customer registers their product within a specified number of days after the purchase date.
First, set up the normal warranty as described above. Then, enable the extended warranty settings in the App admin:
Go to Forms.
Select the form you want to modify.
Navigate to Settings > General.
Enable Extended warranty.
Select the period and date for the extended warranty.
Once enabled, the app will automatically calculate the date and add the extended warranty.
Once enabled, the app will automatically calculate the extended warranty period and update the warranty expiration date accordingly.
Once it's enabled, Save settings.