Make an URL for Stripe script
-
I want to receive payments with stripe. I want to allign this button to the table sales page, with only contains url (Order now). The code I have:
<form action=”/charge” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”xxx”
data-image=”/square-image.png”
data-name=”xxxx”
data-name=”Silver Package”
data-label=”Buy the Silver Package – $29.99″
data-description=”Silver Package ($29.99)”
data-amount=”2999″>
</script>
</form>The question is how to put this stripe script/button to the table in the form of the URL
Thanks
The topic ‘Make an URL for Stripe script’ is closed to new replies.