If you want to reduce the number of steps your customers take before paying, you can send them directly to your checkout page instead of your product page.
This is especially useful if:
You’re linking from your website
You’re running ads or campaigns
You want a faster, frictionless buying experience
You can modify your product link so that it automatically opens the checkout page.
Simply add this to the end of your product URL:
?add_to_cart=1&email=&fullname=&mobile=
If your product link is:
Your direct checkout link becomes:
https://selar.co/your-product?add_to_cart=1&email=&fullname=&mobile=
You can choose which fields to include:
email= → prefill or leave blank
fullname= → prefill or leave blank
mobile= → optional
If you’re not collecting phone numbers at checkout, you can remove the mobile field:
?add_to_cart=1&email=&fullname=
You can even pre-fill customer details if you already have them (e.g. from your website or email list):
?add_to_cart=1&email=john@example.com&fullname=John Doe
This makes checkout even faster and smoother.
Use direct checkout links when:
You want fewer clicks before payment
You’re embedding payment buttons on your website
You’re sending customers from ads, emails, or DMs
Always test your link before sharing it
Make sure your checkout settings (like required fields) match what you're including in the link