Style thankyou page

HI guys,

is there a way to shutt of the functionality of the thankyou page. This is the last step of the payment process which clears the basket and I cant call the page with an empty basket. The only way I see is to every time to put something in the basket and going through the whole payment to see some changes of the page.

Is there a better way to style this page?

thanks in advance!
nick

Take a look in /views/thankyou.php and comment


oxUtils::getInstance()->redirect( $this->getConfig()->getShopHomeURL().'&cl=start' );

Dont forget to decomment it, if youre finished.