My plan of attack will be 2-staged:
1. Get the minimum required tags to make a purchased switched over: update card, add to cart, checkout, etc. I'll make X-Cart live at that point.
2. Get the rest switched over.
After that I plan to remove the need for cookies. I'll do this by attaching a session id to every URL tag (actually a bit easier than the javascript since it can be done as a global find/replace). The number of browsers rejecting cookies is even higher than the number with Javascript turned off.
|