The PHP session has not been started. This can cause problems with the shopping cart function. For help please go to https://www.ecommercetemplates.com/support/
Hi Carl All the shopping cart pages like cart.php, products.php should have something like this at the top of the page...
<?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?><!DOCTYPE html><html lang="en"> <head>
Could you have a look to see if that "session_start()" is there?
Hi Vince, it's all there.. I did move servers so is there something they missed.. they say not!
Also, after the update, the Recently Viewed is showing ramdom products, nothing I viewed, and in the Database Table: recentlyviewed, It is stuck on 4 views and won't empty.
Hi Carl, I responded to your message. I think you will need to press your host if those lines are all unchanged in your pages, and were working with your other host. Thanks, David
Thanks for your time Dave, is there a list of PHP extensions that need te be ticked/engaged on my server, to run the store, so I could send it to them.. like a PHP Extension check list..