View Single Post
  #16  
Old 12-06-2004, 02:17 PM
 
elomibao elomibao is offline
 

Member
  
Join Date: Sep 2004
Posts: 24
 

Default

I made a booboo when posting the solution.

The line:
Code:
if ($mode == "added") $smarty->assign("cshopping","1");

should be added before:
Code:
if ($mode == "checkout" || $mode == "auth") { # # Calculate total number of checkout process steps

and not this line:
Code:
func_header_location("cart.php");

Sorry about that.
__________________
X-Cart Pro 4.0.5
Fedora Core 2
Apache 2.x/PHP 4.x
MySQL 3.x
Reply With Quote