Plugnpaid - Bind to an element on my website.
Step 1:
Events Binding - Embed our Javascript library on your site and use the function exported below to programmatically trigger the opening of the checkout flow.
<script src="https://plu.ug/n/g1kfnt3"></script>
Step 2:
Option A: Link to cart modal
<a href="#" onclick="pnp_open_cartg1kfnt3()">Modal PNP</a>
Option B: Button to cart modal
<a class="btn btn-danger" href="#" onclick="pnp_open_cartg1kfnt3()" role="button">PNP Button</a>
Note: Link & button do not work here as this is dummy product.
Plugnpaid - Bind code for modal popup on same page