but don't seem to be having any joy. my payment service describes itself as "string" in the ucommerce admin.
has anyone out their been able to create a payment service for paypal (or any other provider for that matter) and would they be willing to share the sourcecode.
On the face of it ucommerce looks like a great extension to umbraco, my only reservation about using it is the lack of documentation and examples (or extensive active community that reduces the requirements for docs - see umbraco :-) ) particularly in the mission critical area of payment service integration.
Sorry for the delay in getting back to you. I've been slowly working my way through backlogged mails, forum posts, and uservoice entries worked up during the vacation.
The value "string" that you get the drop down list is grabbed from the Name property of the PaymentMethodService. I would take a look at the implementation of that property. My guess is that the rest of the service works fine - it's just that particular property. Usually it should return something like "MyPaymentMehtod" or whatever describing name you'd like for it.
Payment Provider Problems
Hi All,
I'm experiencing some problems creating a ucommerce payment service for paypal.
I've taken a look at the article at
http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx
but don't seem to be having any joy. my payment service describes itself as "string" in the ucommerce admin.
has anyone out their been able to create a payment service for paypal (or any other provider for that matter) and would they be willing to share the sourcecode.
On the face of it ucommerce looks like a great extension to umbraco, my only reservation about using it is the lack of documentation and examples (or extensive active community that reduces the requirements for docs - see umbraco :-) ) particularly in the mission critical area of payment service integration.
I'm hoping someone out there can help me
thanks
Andy
Hi Andy,
Sorry for the delay in getting back to you. I've been slowly working my way through backlogged mails, forum posts, and uservoice entries worked up during the vacation.
The value "string" that you get the drop down list is grabbed from the Name property of the PaymentMethodService. I would take a look at the implementation of that property. My guess is that the rest of the service works fine - it's just that particular property. Usually it should return something like "MyPaymentMehtod" or whatever describing name you'd like for it.
Hey Andy,
I created a PayPal payment gateway for http://www.renniesgallery.co.uk/
Drop me a message on my contact form and I'll send you some code samples http://www.mattbrailsford.com/contact-me
Matt
is working on a reply...