Feature Requests

Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.

[Closed] ePath Gateway Intergration

  • Daniel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 9 months ago - 13 years 2 months ago #1 by Daniel
[Closed] ePath Gateway Intergration was created by Daniel
Hello,

I use ePath ( e-path.com.au/integration.html ) as my Gateway and was wondering how hard is it to use this with Joomdle instead of PayPal?

ps_payment is the Payment Class Type
HTML-Form Based (e.g PayPal)

This is what my code looks like in Virtuemart (Payment Method Form):

<form id="myform" action=" e-path-secure-210.net/etc/etc.php " method=post>
<input type="hidden" name="amt" value="<?php printf("%.2f", $db->f("order_total"))?>" />
<input type="hidden" name="ord" value="<?php $db->p("order_id") ?>" />
<input type="hidden" name="des" value="Order Payment Authorisation" />
<input type="hidden" name="ceml" value="<?php echo $user->email?>" />
<input type="hidden" name="frq" value="Once Only" />
<input type="hidden" name="ret" value="<?php echo SECUREURL ."index.php?option=com_virtuemart--page=checkout.result--order_id=".$db->f("order_id") ?>" />
You will shortly be redirected to the Payment Gateway...
<br><br>
</form>
<script type="text/javascript">
window.onload = function formsubmit()
{
document.forms["myform"].submit();
}
</script>

Kind Regards,
Daniel
Last edit: 13 years 2 months ago by Antonio Durán.
The topic has been locked.
More
14 years 9 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: ePath Gateway Intergration
Hi.

I don't know how ePath works, so I am not sure how/if it could be done.

Most likely, you will need to either:
a) Patch VM
b) Patch ePath payment plugin
c) or create a new IPN handler for ePath, if it works similar to Paypal.

If you want us to look into it, please write to development@joomdle.com for our professional services.
The topic has been locked.
  • Daniel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 9 months ago #3 by Daniel
Replied by Daniel on topic Re: ePath Gateway Intergration
Ok thanks Antonio ill contact them.
The topic has been locked.