Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
10475 Tampilan

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

Avatar
Buang
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?

Jawaban Terbai

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()

Avatar
Buang
Penulis Jawaban Terbai

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

 

 

Avatar
Buang