Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
10487 Vizualizări

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

Imagine profil
Abandonează
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?

Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

 

 

Imagine profil
Abandonează