Some more explanation on the design: * the shop is for low value goods and payment is via invoice.This allows a very lean shopping process: search for the product, click on the spare part to add it to the cart, click on checkout button enter your address click on commit and you are done. * no stupid accepting terms - the customer is always right, isn't he - , no "click here to deny not requesting to be not being on a mass mailing list". Keeps the checkout process also lean and fast. * stuff is added by an url like /shop/cart/add/<productid>/testcookie/ this sets the testcookie and redirects to /shop/cart/add/<productid>/ where we test for the testcookie and add the product with the id <productid> (artnr) to the cart.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---