Web commerce is well-established in the public mind, but a good many transactions don't complete because the customer doesn't press the Place Order button. The question is why not?
Since getting information about anonymous customers' surfing habits without resorting to the abhorrent 'spyware' is tricky, we have to make educated guesses:
This will depend on the nature of what you are trying to sell.
It may be possible to get your whole order form, including card entry, on a single page. This is a mechanism we adopt using JavaScript-based shopping systems which calculate all the values live on the page. If the visitor has JavaScript disabled, then there will be a problem, but we haven't noticed this being an issue in practice. We usually offer the visitor the option to pay by cheque or credit transfer in case they don't like plastic. With many of our customers electing to share our secure certificate, the style of the page between the public and the secure pages is maintained.
A 'proper' shopping basket is mandatory for this, but there's still no reason why JavaScript or Ajax updating shouldn't be used within this to give the customer immediate notification of changes without a page refresh. The back-end system would still have to recalculate the sums - partly against the possibility of somebody trying to spoof the process.
2010 © Caz Limited