{{-- Header --}}
C

Welcome, {{ auth('shop_user')->user()->name }}!

Let's get your store connected — just 2 more steps.

{{-- Step tracker --}}
Account Created
2
Install App
3
Go Live
{{-- Main card --}}
{{-- Current step --}}

Install the Checkout App on Shopify

Click the button below to connect your Shopify store {{ auth('shop_user')->user()->shop->domain ?? '' }} to the platform. You'll be redirected to Shopify to grant permissions.

What permissions will be requested:

  • Read orders and customers
  • Write orders (to create checkout orders)
  • Read products and inventory
  • Manage script tags and webhooks
{{-- Divider --}}

Need help? Contact support at support@checkoutplatform.com or chat with us in the bottom right.

{{-- FAQ --}}

Common questions

@foreach ([ ['q' => 'Can I connect multiple stores?', 'a' => 'Each store needs its own account. You can register separate accounts for each Shopify store.'], ['q' => 'What happens after I install?', 'a' => 'You\'ll be redirected back here and then to your dashboard where you can customize the checkout modal and manage orders.'], ['q' => 'Is my store data safe?', 'a' => 'Yes. We only store what\'s needed to process checkouts. We never store raw payment data — all payments go through Razorpay\'s secure vault.'], ] as $i => $faq)

{{ $faq['a'] }}

@endforeach
@csrf