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?
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 :)
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.
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.
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
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
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.
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
is working on a reply...