Questions about Payment Form extension

Payment Form Question

  • pchappy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #4903 by pchappy
Payment Form Question was created by pchappy
Hi

I have seen the payment form demo and i am wanting to know if for eway the customer can type in the amount they wish to pay.

Instead of having set amounts.

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

More
13 years 6 months ago #4904 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form Question
Hi

Thanks for interested in the extension. Here are my answer to your question :

When you create/edit a form from back-end of the extension, there are two options :

1. You set the amount you want users to pay . That's fixed amount and users will have to pay for that amount when process payment through the form .

2. You allow users to enter the amount they want to Pay by setting enable enter amount property to Yes. In this case, users can enter any amount they want to pay to process payment .


So my extension meets your requirement perfectly in this case .

Regards,

Tuan

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

  • pchappy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #4905 by pchappy
Replied by pchappy on topic Re: Payment Form Question
Tuan

That is fantastic. So do i just need to purchase the payments plugin for eway to put on joomla site.

please give me direct products to buy

Kevin

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

More
13 years 6 months ago #4906 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form Question
Hi

Payment Form comes with 4 payment gateways by defaut : Paypal, Authorize.net, Eway and Offline payment. To purchase it, you can access to joomdonation.com/index.php?option=com_dm...ypal&id=18&Itemid=19

If your clients want to use it with other payment gateways like Google Checkout, Worldpay, .... you can purchase these payment plugins at joomdonation.com/index.php?option=com_dm...ut=columns&Itemid=62


I see that you comes from Australia, so I think you just need to purchase default Payment Form extension. So just go to the first link to purchase it .

Thanks,

Tuan

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

  • pchappy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago - 13 years 6 months ago #4907 by pchappy
Replied by pchappy on topic Re: Payment Form Question
great just purchased it. found instructions page
Last edit: 13 years 6 months ago by pchappy. Reason: solved

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

More
13 years 6 months ago #4908 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form Question

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

  • pchappy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #4909 by pchappy
Replied by pchappy on topic Re: Payment Form Question
i have tried to setup and get errors on this page

www.happyhosting.com.au/payment.html

please help

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

  • pchappy
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 6 months ago #4937 by pchappy
Replied by pchappy on topic Re: Payment Form Question
I get an error

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; AskTbUT2V5/5.8.0.12304)
Timestamp: Thu, 7 Oct 2010 00:54:45 UTC


Message: 'PaymentMethods' is undefined
Line: 317
Char: 4
Code: 0
URI: www.happyhosting.com.au/payment.html

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

More
13 years 6 months ago #4938 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form Question
Hi

For some reason, one of Joomla core method doesn't work on your site . The command is
Code:
$document->addScript()
used to add a javascript file into the current page .

I had to modify the code alitle to add the javascript file using normal javascript tag
Code:
<script language="javascript"></script>
. Everything is working properly now .

Thanks,

Tuan

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

Moderators: Tuan Pham Ngoc