Posts

Showing posts with the label Oscar

Django Oscar Checkout Flow

  If you are new to Django Oscar, then you can read these blog posts to understand   how to create your own e-commerce shop using django-oscar   and   how to customize django oscar models, views and url's . Django Oscar Checkout Flow covers the most use-cases. You can skip steps you don't need, or just write your own checkout views. In Oscar the checkout process is laid out like this: Step 1 - Gateway Logged in users will be automatically redirected to the next step. Anonymous users are prompted to sign in, or to proceed as a guest. NOTE:  Even as a guest user, oscar still collects their email address. Step 2 - Collect shipping information Logged in users are offered the choice of either to enter or choose a shipping address from the existing user addresses. Anonymous users are asked to enter shipping address details. Info - When the user enters a shipping address, then this address will be saved in the session and later saved as ShippingAddress model instance when the order is