From my understanding this should render a form and when clicked would redirect the customer in my case to sagepay.Am I missing something?
It basically renders nothing
It might be because an error in the generation happens. Try look in the umbracoLog DB table and the App_Data/Logs and see if anything with Tea Commerce and Sagepay pops up.
I too had a similar issue, it turned out that I was just not setting the payment method on the order before trying to render the form. Nice and simple fix, but not in the documentation as a required prerequisite like it should be. Instead I had just maded sure that I had available payment methods for the given country.
Trying to send customer to sage pay TC.GeneratePaymentForm rendering nothing
Hi,I'm trying to render out a buy button that with render the form the send them off to my selected payment provider which is sagepay.
I've taken the following from the demo site file step-accept.cshtml and put it my file:
From my understanding this should render a form and when clicked would redirect the customer in my case to sagepay.Am I missing something?
It basically renders nothing
Thanks
Rob
It might be because an error in the generation happens. Try look in the umbracoLog DB table and the App_Data/Logs and see if anything with Tea Commerce and Sagepay pops up.
Kind regards
Anders
Checked nothing being logged.
Try get the source code and attach your Visual Studio to the website process locally and see what happens.
https://bitbucket.org/teasolutions/tea-commerce-tea-commerce-payment-providers
Kind regards
Anders
Is there another way of creating an order other than @TC.GeneratePaymentForm, not creating just to be sent off to SagePay
my sage pay screen is as above
Then on the page shop/checkout/confirm-order
I just have the line in my first post. Which just doesn't render anything.
Thanks Rob
Did you find the problem, as I think I have the same issue!?
I too had a similar issue, it turned out that I was just not setting the payment method on the order before trying to render the form. Nice and simple fix, but not in the documentation as a required prerequisite like it should be. Instead I had just maded sure that I had available payment methods for the given country.
Hop that helps someone..
is working on a reply...