Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
10480 Weergaven

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
Annuleer
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?

Beste antwoord

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
Annuleer
Auteur Beste antwoord

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
Annuleer