payment getway

  • Posts: 2
  • Thank you received: 0
11 years 11 months ago #77674

Hi,

i m doing a payment gateway without creating a plugin as using CCAvenue for payment gateway
i m almost done it just want to put last order id and price in following input field's value
i tried to do in order list but its show order id invalid
even i have attached the file which i want to make change
so please do help me or let me know if u ppl makes payment gateway plugin for CCAvenue

here are the code which i tried

input type="hidden" name="Order_Id" value="<?php echo $this->element->order_id; ?>" />
<input type="hidden" name="Amount" value="1000" />


thanks in advance for help :)

Attachments:
Last edit: 11 years 11 months ago by pratha13. Reason: attachment

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #77683

Hi,

To implement a payment method, you need to use a plugin. Else it will not work properly.
Without using a plugin, all the HikaShop actions for order creation, emails, product stock... will not be used.

We are not creating this plugin actually, and we have a lot of work. So this will not be made shortly.
I suggest you to post you request in the commercial jobs section of this website, or ask to a third developer, or develop it yourself.
You can find some documentation here:
www.hikashop.com/en/support/documentatio...r-documentation.html
And can see how the others payment plugins are made.

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum