Posted - 11/29/2020 : 11:51:18
Hi mxzrxp I had a look at your site and I see that you have the following references for the ectcart.css and ectcart.js files... <link rel="stylesheet" type="text/css" href="ectcart.css" /> . . <link href="css/ectcart.css" rel="stylesheet" type="text/css" /> . . <script type="text/javascript" src="ectcart.js"></script> So you have ectcart.css defined twice at two different locations and the ectcart.js defined at the store root location. I would remove the first reference to ectcart.css and leave the one referencing css/ectcart.css. Then change the reference to ectcart.js to js/ectcart.js. <link href="css/ectcart.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/ectcart.js"></script> The reason for this is that in the updater they are in these folders (css and js) so this is probably where you copied them to in your site and these are the latest versions. I can see from your cart page that you are not referencing the latest ectcart files so hopefully changing this will sort out the problem. If it doesn't then we can look again. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|