Posted - 01/30/2022 : 11:05:01
Thanks for the help Mike but no go. I have this at the top of every page currently. quote: <!DOCTYPE html> <?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"; include "vsadmin/inc/incectstyle.php";?>
<?php header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1. header("Pragma: no-cache"); // HTTP 1.0. header("Expires: 0"); // Proxies ?>
When I go into the cart and then click on "checkout", then I exit by way of menu into another product, the number disappears. Then clicking on items, the numbers starts t "0" and continues on until I get back into the cart which updates to the REAL number. Am I supposed to have this on every page, or just the details page where the BUY button is? I also have it in the cart page as well. Terry (Redsei)
|