Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
10486 Näkymät

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
Hylkää
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?

Paras vastaus

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
Hylkää
Tekijä Paras vastaus

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
Hylkää