Quick Checkout
Quick Checkout Integration
Integrate Paytring Quick Checkout with your store.
Step 1: Add Script Tags to Your Theme
- Open the theme.liquid file in your theme editor.
- Inside the
<head>
tag, add the following script tags to include Paytring’s Quick Checkout library:
Step 2: Update Checkout Buttons
- Locate all the checkout buttons in your theme files (e.g.,
product.liquid
,cart.liquid
, etc.). - For each button:
- If the button is an
<a>
tag, remove thehref
attribute. - Add the following attributes to the button:
- If the button is an
Example:
Before:
After:
Notes
- Ensure that the
id
attribute is unique for each checkout button to avoid conflicts. - The
magic-checkout-button
ID is required for Paytring’s Quick Checkout to function properly. - Test the integration thoroughly to confirm that the checkout process works as expected.