Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi,

I'm working on CouchCms Cart. I have redirected my cart details to Razorpay. But I wanted to insert "input" field for Shipping Address on "cart.php" page so I can pass that field to Razorpay checkout script. Is it possible to do so? Or I have to use another method. Following is my razorpay script.
I wanted to insert address into "data-notes.shipping_address="???????????" field

<script
src="https://checkout.razorpay.com/v1/checkout.js"
data-key="Key"// Your Api kEY
data-amount="<cms:mul myamount '100' />"
data-currency="INR"
data-buttontext="PAY NOW"
data-name="VISPACE"
data-description="TEST TRANSACTION"
data-image="http://v-space.in/img/Vspace.png" ///Your Company Logo
data-prefill.name=""
data-prefill.email=""
data-notes.shopping_order_id="3456"
data-theme.color="#422291"
data-notes.shipping_address="???????????"
data-notes.item_ordered="<cms:show myorder />"
>
</script>


Thanks in advance....
Can I see the form you’re working with? And is the script JavaScript? Your question seems to be incomplete...
2 posts Page 1 of 1