Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Pay Online View modes: 
User avatar
Member
Member
eng.rupalikulkarni-gmail - 11/12/2012 10:52:55 AM
   
Pay Online
Hi,

In my website i have created PayOnline product Containing only 1 textbox and AddToCart button.

When user enter's any amount in textbox.. for eg:123.33 and click on AddToCart button it should show exactly same amount in Total Price..
And he would be able to pay the amount he entered in textbox.


Right now i have specified 1.00 value in a price field , Its working for interger values like 122 , But its not working when i enter 122.33

Can someone please help me ?

Thanks!

User avatar
Member
Member
eng.rupalikulkarni-gmail - 11/12/2012 12:28:19 PM
   
RE:Pay Online
Hi,

The meaning of below query is;

I want to show Price of product as an editable field at the form instead of showing Unitstextbox.

Thanks!
Rupali.

User avatar
Member
Member
kentico_alleng - 11/12/2012 1:40:45 PM
   
RE:Pay Online
For the functionality you're trying to implement, the best option is to set up the product as a donation product type. This will allow variable amounts to be entered.

See the following documentation: Donation Product Type

Regards,
Allen

User avatar
Member
Member
kentico_alleng - 11/12/2012 5:31:23 PM
   
RE:Pay Online
Also note that if you'd like to change the field label from "Donation amount" to some other value, you can edit the value of the key com.donationproperties.amount in the file "\CMSResources\CMS.resx".

After changing the key, you may need to rebuild your project (if using a web application instead of web project), and you should also restart Kentico from Site Manager -> Administration -> System.

Regards,
Allen

User avatar
Member
Member
eng.rupalikulkarni-gmail - 11/13/2012 11:47:08 AM
   
RE:Pay Online
Hi Allen,

Thank you very much for your reply..

Its done.

I appreciate your help.