Hi all,
Finally i managed myself to solve this issue by modifying anonymous_checkout.tpl file...
I have removed the cart_details.tpl, cart_contents.tpl files and included the register.tpl file.. Here is the modified code...
Code:
{* $Id: anonymous_checkout.tpl,v 1.13 2003/11/14 13:49:43 svowl Exp $ *}
<p class=AdminSmallMessage>
{include file="auth_main.tpl"}
</p>
{$lng.txt_new_account_msg}
{include file="customer/main/register.tpl"}
</p>
Mods,
Request to close this topic...