Embedded Checkout

Apart from Hosted Checkout and Overlay Checkout, you can also Embed the whole checkout flow directly inside your Software, Website or App.

Embedded checkout can be put directly on the Website or inside your App - this is not Overlay / Pop-up Checkout but has the same features

In order to implement Embedded Checkout, simply navigate to Checkout Elements on the left of the Dashboard:

Access Checkout Elements to use Overlay or Embedded Checkouts

You can now see a list of all Checkout Elements. Create a new one or edit previous ones:

Choose Embed tab to Copy the HTML code that you can put directly on your Website or inside your App

That's it - no coding required. Only Copy and Paste the HTML code.

This is an example HTML script that will be copied:

// Embedded Checkout HTML code
<div id="target-element-id" style="max-width: 800px; 
height: 900px;">
</div>

<script src='https://cdn.jsdelivr.net/npm/@fungies/[email protected]' 
defer data-auto-init data-auto-display-checkout 
data-fungies-checkout-url='https://aceedz.com/checkout-element/ef42a016-1e61-417d-9885-4b5bdde69349'  
data-fungies-mode='embed' data-fungies-frame-target='target-element-id'>
</script>

You can play around with the script like changing the Width and the Height of the code.

Last updated