Copied to clipboard

Flag this post as spam?

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


  • Greyhound 102 posts 124 karma points
    Nov 22, 2011 @ 13:51
    Greyhound
    0

    Custom checkout pages

    Hi,

    I've had a look through the forum posts and cannot find anything on the customisation of the checkout stages.

    Basically what I'm looking for is a much simplified version which does not include the Shipping/Payment section or Accept sections. The reason for this is that there will be no shipping charge and there is only one way to pay via credit card with HSBC.

    Also I need to add in some extra fields like "How did you find us", verify your email address (ie. type it in twice to make sure they match), accept terms and conditions etc etc.

    Do you know of any examples or documentation that would help me get a start with this?

    Thanks

  • Anders Burla 2560 posts 8256 karma points
    Nov 22, 2011 @ 16:08
    Anders Burla
    0

    Hi Greyhound

    You could have a look at step2 of the starter kit to see how properties is added to the order - like name, address. To verify your email address you could do that using client side validation - so just normal javascript code to do that.

    About the shipping and payment methods - you can specify a default shipping and payment method for your country. This will automatically add those for your order so the user dont have to select them. Else you can just merge the functions of different steps if needed. Its just about copy/paste and glue it all together :)

    Kind regards
    Anders

  • Greyhound 102 posts 124 karma points
    Nov 22, 2011 @ 18:35
    Greyhound
    0

    Step 2 of the starter kit lists out a number of variables but I'm not sure how one would add these to the backend system and without an example or documentation that I can find I'd be "hoping for the best"

    Client side validation already seems to be in operation - I'm not sure where this is hooked up though. I'd much prefer to use something less obtrusive than a pop-up but again have no real idea where this would need to be changed.

     

     

  • Anders Burla 2560 posts 8256 karma points
    Nov 23, 2011 @ 13:31
    Anders Burla
    0

    Have you looked through the javascript files - the simple and advanced? Should give you a goog knowledge of what is going on. If there are specific parts of the html generated you dont get - just try and paste it into this forum post and ill try and help you.

    Kind regards
    Anders

Please Sign in or register to post replies

Write your reply to:

Draft