Posted - 04/23/2020 : 07:57:52
One other thing I noticed when I was looking, I noticed you have the call to the css/ectcart.css file in twice. <!-- #BeginEditable "doctitle" --> <title>Punka Pacific Premium Store</title> <!-- #EndEditable --> <link href="css/ectcart.css" rel="stylesheet"> <!-- #BeginEditable "head" --> <script type="text/javascript" src="js/ectcart.js"></script> - this should be removed and added to your main.dwt outside an editable region so it's added to every page <link rel="stylesheet" type="text/css" href="/css/ectcart.css"/> - this one needs removing The ectcart.css file should be the very first style sheet to be called, so you can then easily override any of the styles in it you wish in your css/style.css * Database Migrations and Conversions* * ASP to PHP Cart Conversions**Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
|