Hello community.
Hope someone can help me with my issue regarding the top links.
I get all top links using $_links = $this->getLinks(); THis works fine. I get every top link I want.
Only the URL of checkout is wrong. It points to [url]/index.php/checkout/ instead to [url]/index.php/checkout/onepage/
This is why I get a blank page, if I click on checkout in my top menu.
So I want to edit/modify the checkout URL. Can someone tell me how I chenge the the checkout url to 'checkout/onepage' instead to "checkout'?!
Thanks a lot in advance!