jissh Posted May 7, 2009 Share Posted May 7, 2009 Our cart option is "default", when placing a order and changing the currency from other then the default assigned we receive the following error. The requested URL https://www.urlremoved/clients/cart.ph was not found on this server. As you can see there is a error in the cart.php extension. All the other cart templates are fine accept for the default. Can anyone else reproduce this problem. 0 Quote Link to comment Share on other sites More sharing options...
Host4cheap Posted May 9, 2009 Share Posted May 9, 2009 Yes, I got this also. 0 Quote Link to comment Share on other sites More sharing options...
jissh Posted May 9, 2009 Author Share Posted May 9, 2009 Found the problem. Just need to open products.tpl in the default order template and replace <form method="post" action="cart.ph?gid={$smarty.get.gid}p"> with <form method="post" action="cart.php?gid={$smarty.get.gid}"> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.