Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

required payment module for Razorpay


rajudp

Recommended Posts

anybody please help me to add Razorpay payment module. i am from india and most other payment modules not support here

the code they have given is below

 

<form action="" method="POST">  
  <!-- Note that the amount is in paise = 50 INR -->
<script
    src="https://checkout.razorpay.com/v1/checkout.js"

    data-key="xxx_test_yyyyyyyyyyyyyy"
    data-amount=amount
    data-buttontext="Pay with Razorpay"
    data-name="Name of seller"
    data-description="order number"
    data-prefill.name="Customer name"
    data-prefill.email="Customer Email"
    data-prefill.contact="Customer Phone"
    data-theme.color="#F37254"
></script>
<!-- input type="hidden" value="Hidden Element" name="hidden">  -->
 <input type="hidden" value="Hidden Element" name="hidden">

 

how to add the code the the module

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...