Default checkout process steps are 1.review order 2.shipping and billing 3.payment 4.confirmation
I want to have 1.review order 2. signin/signup 3.shipping 4.payment 5. confirmation
Thanks and Regards
tk
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Default checkout process steps are 1.review order 2.shipping and billing 3.payment 4.confirmation
I want to have 1.review order 2. signin/signup 3.shipping 4.payment 5. confirmation
Thanks and Regards
tk
You add this code in method checkout_redirection() in website_sales/controllers/main.py (at the beginning)
if not request.session.uid:
return login_redirect()
Thanks for your reply zbik.... I did it by modifying checkout view template.
Actually we dont like to redirect the user to login page. we brought login page in the checkout process steps.
Regards
Tk