Quote Originally Posted by namuh View Post
Hello. I am a new Zen cart user and currently know nothing about php programming. I installed the All Business template on my rented server space which uses UNIX, and I was getting the shopping cart header line with "Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?>" on my store's home page.

I did a little researching and found that other people said it was a server problem, but I looked at the line (line 59) in /includes/templates/all_business/common/tpl_header.php and noticed that everywhere else in that area of the file, there was a "php" after the <? when things were being echoed on the screen, except for the two places where the text showed in the header on my store. I added the text "php" at those two spots, saved the file, and now things look fine.

Is that the fix for this problem? Like I said I know nothing about php programming and don't want to cause problems with the way the Zen Cart operates.

Thanks.

scott
This question has already been asked and answered on the thread. Please read the thread before posting.

It is not a template problem at all but a problem with your server. If you are using a wamp server, you need to switch to xamp.

Thanks,

Anne