Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • rich hamilton 117 posts 136 karma points
    Apr 05, 2012 @ 12:44
    rich hamilton
    0

    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?

  • Anders Burla 2560 posts 8256 karma points
    Apr 05, 2012 @ 12:53
    Anders Burla
    0

    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

  • rich hamilton 117 posts 136 karma points
    Apr 05, 2012 @ 13:16
    rich hamilton
    0

    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.

  • rich hamilton 117 posts 136 karma points
    Apr 05, 2012 @ 13:18
    rich hamilton
    0
  • Anders Burla 2560 posts 8256 karma points
    Apr 05, 2012 @ 13:20
    Anders Burla
    0

    Something must have changed :) Try and backtrack until it works again

    Kind regards
    Anders

  • rich hamilton 117 posts 136 karma points
    Apr 05, 2012 @ 13:22
    rich hamilton
    0

    If I added a new page to the cart would that affect it?

  • rich hamilton 117 posts 136 karma points
    Apr 05, 2012 @ 17:31
    rich hamilton
    0

    Deleted the additional page from the cart and still not going to payment at confirm.

  • Anders Burla 2560 posts 8256 karma points
    Apr 09, 2012 @ 11:50
    Anders Burla
    0

    Do you get any javascript errors or any errors in the umbraco log?

    Kind regards
    Anders

  • rich hamilton 117 posts 136 karma points
    Apr 10, 2012 @ 12:02
    rich hamilton
    0

    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.

  • Anders Burla 2560 posts 8256 karma points
    Apr 10, 2012 @ 13:21
    Anders Burla
    0

    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

  • rich hamilton 117 posts 136 karma points
    Apr 10, 2012 @ 15:59
    rich hamilton
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft