Hello, have a scenario where we need a product where the price is not specified and the user will enter the amount. The sitation is the user will be checking out via E-Commerce to pay for their event registration. They'll complete a registration form built in Contour and select the options for the conference. Then, they'll have to manually add up their total and checkout by entering that amount in the product in Tea Commerce.
Could anyone give me some guidance on how to do this? Thanks.
You will have to use the .NET API to do this. You could have a product node with a price of 0. Then you would have to hook into an appropiate event and calc the price and set the UnitPrice of the order line. You can read about the .NET API here:
Need Product where customer can enter price
Hello, have a scenario where we need a product where the price is not specified and the user will enter the amount. The sitation is the user will be checking out via E-Commerce to pay for their event registration. They'll complete a registration form built in Contour and select the options for the conference. Then, they'll have to manually add up their total and checkout by entering that amount in the product in Tea Commerce.
Could anyone give me some guidance on how to do this? Thanks.
Hi Greg
You will have to use the .NET API to do this. You could have a product node with a price of 0. Then you would have to hook into an appropiate event and calc the price and set the UnitPrice of the order line. You can read about the .NET API here:
http://www.teacommerce.dk/en/documentation.aspx
http://rune.gronkjaer.dk/en-US/?p=284
http://rune.gronkjaer.dk/en-US/2010/11/26/how-to-use-the-tea-commerce-events/
Kind regards
Anders
Thanks for your response Anders!
is working on a reply...