Auto Nav doesn´t work in single pages + skipping discount page during checkout

Permalink
Hi everybody,

I am building an ecommerce website in multiple languages and I ran into couple of problems. Auto nav in single pages such as cart and checkout doesn´t display links. I set it to display pages at the second level. This is my site map (roughly):

Home

- lang1
--- page1
--- page2
--- page3

- lang2
--- page1
--- page2
--- page3

- lang3
--- page1
--- page2
--- page3

- cart

- checkout(8)

Anyone knows what the problem could be? Another thing is Discount page during checkout. I thinks it is unnecessary to have one step in checkout just for entering promo code, especially when you can enter it at the end of the billing form. How could one skip this step in the checkout process?

Thank you all in advance!

 
Responsive replied on at Permalink Reply
Responsive
Is your auto nav in an area defined on your Header.php ? if so can you give more details on what does not display
easynowbaby replied on at Permalink Reply
Thank you for your reply. Yes, autonav is defined in header.php as it used to work as it should when the site was only in one language and it still does but only in language sections. In cart and all the checkout pages the nav is just empty and on these pages it displays only top level pages.
easynowbaby replied on at Permalink Reply
I was able to resolve the issue. The problem was probably with the internationalization plugin, the single pages weren´t somehow able to detect the current language so I hardcoded the autonav following this guide:

https://www.concrete5.org/community/forums/internationalization/auto...

and now everything works!

The other problem still stands, anyone knows how to skip the discount page during checkout process?

Thank you!