콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
10524 화면

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

아바타
취소
Thanks for your reply... I did it by modifying checkout view template.. 

Thanks for your immediate reply...

Regards
Tk

On Mon, Feb 23, 2015 at 9:29 PM, zbik <darek-krokus.com.pl@mail.odoo.com> wrote:

A new answer for How do I customize the odoo ecommerce checkout process? has been posted. Click here to access the post.

--
zbik
Sent by Odoo S.A. using Odoo about Forum Post How do I customize the odoo ecommerce checkout process?

베스트 답변

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

 

 

아바타
취소