Questions about Payment Form extension

Payment Form 1.6 to 1.7 change logs

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9770 by Tuan Pham Ngoc
Payment Form 1.6 to 1.7 change logs was created by Tuan Pham Ngoc
Hi all

Today, I started working on version 1.7 of payment form . I open this thread to inform you the features / items... which I will works on from today on this version :

1. Fixed an issue with unpublished form as reported on this forum post joomdonation.com/index.php?option=com_ku...iew&catid=55&id=9245

2. Small improvement to Paypal payment plugin to make it works with special characters .

3. Add Transaction ID and Payment Method of the payment record into confirmation email and notification email. You can now also use [TRANSACTION_ID] and [PAYMENT_METHOD] tags in the email messages .

4. Modify default layout alitle (remove a not-needed td tags) .

Thanks,

Tuan

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9865 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form 1.6 to 1.7 change logs
- Added support for three new payment gateways : iDEAL Mollie, Securepay, Payflow Pro :) . Will add more features into the extension in the next days !

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9897 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form 1.6 to 1.7 change logs
- Improved custom fee field feature :

1. Now, the fee formular can used data from other fields on the form to calculate fee . For example, you have two fields on the form :

* A dropdown field called pf_product with 3 option :

+ Product A (with the price 30)

+ Product B (with the price 40)

+ Product C (with the price 50)

* A field called quantity which allows users to enter number of product which they want to purchase called pf_quantity. You can use fee formular as follow : [PF_PRODUCT]*[PF_QUANTITY]

* How it works :

+ Let says users want to purchase 2 products, they enter 2 into quantity field :

If they choose product A , they will have to pay 2*30 = 60$ ;

If they choose product B, they will have to pay 2*40 = 80$

And so on.....

2. Added Fee Calculation Script field to form . So in case total fee is calculated by many fields in complex rules, you can write PHP code and enter that code into this field to calculate fee . Will write a document with sample code to explain this usefull feature when version 1.7 releases .

More features are coming .

Regards,

Tuan

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9912 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form 1.6 to 1.7 change logs
- Fixed an issue with session expiration as reported on this page :

joomdonation.com/index.php?option=com_ku...iew&catid=55&id=9908

Regards,

Tuan

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9914 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form 1.6 to 1.7 change logs
- Added support for attachment: Administrator can now select a file attachment and this file will be sent to customer automatically after they complete payment .

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

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
12 years 9 months ago #9958 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Payment Form 1.6 to 1.7 change logs
- Prevent copy core fields (first name, last name....) as it will cause un-expected behavior !

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

  • edgar@wfsolutions.org
  • Offline
  • New Member
  • New Member
More
12 years 7 months ago #10759 by edgar@wfsolutions.org
Replied by edgar@wfsolutions.org on topic Re: Payment Form 1.6 to 1.7 change logs
How can I apply these changes...I really need the [TRANSACTION ID] to work.

Is there an update?
Is there some code that I can change?
Anything...

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

Moderators: Tuan Pham Ngoc