Are you using the starter kit? What payment method are you using? And which payment provider is the payment method using? Do you get any javascript errors? - check using FireBug for Firefox.
It seems like you have a form with the id="ct106" this is the asp.net form and that is why the server side fallback isnt working at the moment and just posts back to the same page - like asp.net normal does The javascript code that should move you to the payment provider doesnt run because the jQuery selector doesnt select the "05 paymen" input field. So some of the markup you must have changed.
you have a div with the id "cart" but the class "stepProgress". This class should be "stepProgress4" and the number og items. Try and check out the startkit markup and compare it with yours. You should see the difference.
Problem with cart steps
I am getting to /cart/accept.aspx
but can't continue any further. When I click continue it goes back to the same page.
What could be the problem?
Hi Rich
Are you using the starter kit? What payment method are you using? And which payment provider is the payment method using? Do you get any javascript errors? - check using FireBug for Firefox.
Kind regards
Anders
I am using my own payment providor. But Even if I add some other ones and try to use them it is doing the same thing.
I don't seem to be getting any errors. I had it working yesterday, so not sure what's changed.
Something must have changed :) Try and backtrack until it works again
Kind regards
Anders
If I added a new page to the cart would that affect it?
Deleted the additional page from the cart and still not going to payment at confirm.
Do you get any javascript errors or any errors in the umbraco log?
Kind regards
Anders
Can't see any errors.
When I click 05 PAYMENT
iy posts back and it reloads the same page and nothing else happens.
It worked ok last week and was going to my payment gateway.
This was the skype message I send Richard.
Are you using ASP.NET forms at http://fujikura.nxtds.com/cart/accept.aspx?
It seems like you have a form with the id="ct106" this is the asp.net form and that is why the server side fallback isnt working at the moment and just posts back to the same page - like asp.net normal does
The javascript code that should move you to the payment provider doesnt run because the jQuery selector doesnt select the "05 paymen" input field. So some of the markup you must have changed.
you have a div with the id "cart" but the class "stepProgress". This class should be "stepProgress4" and the number og items. Try and check out the startkit markup and compare it with yours. You should see the difference.
http://starterkit.teacommerce.dk/en/cart/accept/
so when you fix this. Your javascript will run again and go to payment
but if you want to have server side fallback you will have to look at the starter kit and its markup and how it does the job
Thanks for your help Anders.
It was indeed a problem with the classes from when we removed the language node.
I will test the asp.net form and see what happens when I remove it from the MainMaster.Master
is working on a reply...