Preselect variant options on a checkout
How to preselect default variant options on a checkout using configuration settings
What is variant preselection?
Preselecting variants populates the variant selection with a default choice through query parameters. Customers see the preset option selected and can change it if needed.
How to preselect using variant settings
- Go to Pages and open the checkout you want to edit.
- Go to Details → Variants and click on the variant.
- Open Settings and check Preselect option.
- Select the default option.
- Click Save.
How to preselect using URL query parameters
Add the variant Reference and the option SKU value to the checkout URL. You must set the SKU on each option you want to preselect. It is found under Additional settings on the option.
Example:
A variant with reference size has an option "Large" with SKU large.
?size=large
Multiple variants: ?size=large&color=blue