Multiple items per order in paypal - payment screen shows only one item
Hi Guys
I'm in the process of evaluating the umbraco e-commerce landscape for a client, and tea-commerce is looking really strong. Nicely done on a great looking product and well designed demo.
However when playing with the demo, I noticed that if I add mutliple items to my order, the paypal payment screen only shows one item showing the shop name, and the overall price of the order. This is a bit of a usability problem for us, as (some) users will inevitably think "wth am I paying for?" and it could lead to increased cart abandonment.
Is this behaviour present in all payment providers (specifically sagepay and paypal) or is it something that can be changed from within the app settings?
Thanks for your kind words - makes it even more fun to make Tea Commerce when people like it :)
Its right that we only show the shop name with paypal and also with sagepay - but we changed our payment provider API so now it would be possible to generate the cart content and show it. So I will look into reqrite the PayPal code to show the cart content and maybe also look into SagePay.
I think that you can inherit from the PayPal provider and just overwrite the generateForm method. I can send you the .cs file of the paypal provider so you know how to build it?
Yes please send me that code so I can see what's what.
I was looking at this blog entry and it seems simple enough. As long as my DLL is in the bin folder will it just pick up the new payment provider automatically?
Multiple items per order in paypal - payment screen shows only one item
Hi Guys
I'm in the process of evaluating the umbraco e-commerce landscape for a client, and tea-commerce is looking really strong. Nicely done on a great looking product and well designed demo.
However when playing with the demo, I noticed that if I add mutliple items to my order, the paypal payment screen only shows one item showing the shop name, and the overall price of the order. This is a bit of a usability problem for us, as (some) users will inevitably think "wth am I paying for?" and it could lead to increased cart abandonment.
Is this behaviour present in all payment providers (specifically sagepay and paypal) or is it something that can be changed from within the app settings?
Cheers,
Dan
Hi Dan
Thanks for your kind words - makes it even more fun to make Tea Commerce when people like it :)
Its right that we only show the shop name with paypal and also with sagepay - but we changed our payment provider API so now it would be possible to generate the cart content and show it. So I will look into reqrite the PayPal code to show the cart content and maybe also look into SagePay.
Hi Dan,
I just implemented this feature for the next release. Looks nice in Pay Pal now.
/Rune
Wow, that was unexpectedly quick! You guys just earnt yourself a customer - you should be hearing from me next week.
Cheers,
Dan
Yep, thats us. Fast as Lightning McQueen.
/Rune
That's great, but I need the opposite.
I need paypal to show show just a single price rather than the product breakdown?
Hi Matt
I think that you can inherit from the PayPal provider and just overwrite the generateForm method. I can send you the .cs file of the paypal provider so you know how to build it?
HI Anders,
Yes please send me that code so I can see what's what.
I was looking at this blog entry and it seems simple enough.
As long as my DLL is in the bin folder will it just pick up the new payment provider automatically?
Regards,
Matt
Hi Matt
Check your inbox
You will have to register your payment provider to Tea Commerce - go to Tea Commerce -> General settings -> Admin -> Payment providers
OK Anders, makes sense.
I've got the code so will have a play. :)
Thanks a lot,
Matt
is working on a reply...