Posted - 08/09/2020 : 10:31:05
ok THANK YOU so much for your help - after experiencing several issues trying to implement code line changes (including the site wouldn't load at all) I reverted back to an old version of my site without the latest updater and I finally fixed and removed the deprecated error msg!
Now, currently still don't have a working CART button and now most of my product pictures don't show up. CART button will "click" and turn color, but nothing happens.
Q1 -since i reverted back to a working site version without the current v7.2.3 updater (update: my dashboard does show ECT v7.2.3 ? so i guess my site IS using 7.2.3 - i'm so confused!) ( v7.1.8 was in use on the now working version of my site) do I still need to add the to add these lines in order to get the cart button to work or does updater v7.1.8 need these 2 lines for the cart to work:
<link rel="stylesheet" type="text/css" href="/css/ectcart.css"/> <script type="text/javascript" src="/js/ectcart.js"></script> if the new lines are needed, is there a particular spot on the dwt file where the to be?
This is what I find instead: @import url('../ectcart.css'); <link href="css/ectcart.css" rel="stylesheet" type="text/css">
view cart error msg = Warning: Unexpected character in input:'in /home1/donnalit/xxxxxxxx/vsadmin/inc/inccart.php on line 6210 - fixed by getting rid of 50 lines of 'X's...copied code from a clean cart.php copy...
still have error on cart page - Parse error: syntax error, unexpected '=' in /home1/donnalit/xxxxxxxx/vsadmin/inc/inccart.php on line 6210 - comparing this code line letter by letter, can't seem to see where this is or how to remedy this:
if(@$useimageincart && ! (trim($alldata['pImage'])=='' || trim($alldata['pImage'])=='prodimages/')) print $startlink . '<img class="cartimage" src="' . $alldata['pImage'] . '" alt="' . strip_tags($alldata['cartProdName']) . '" />' . $endlink; else proShip=TRUE;
Q2 - why do you think my product pictures disappeared? I know I can re-add them, but i'm not sure what caused that to happen...
I'm not a trained website creator, so I'm trying to painstakingly go line by line and get thru fixing these problems one by one. thank you for your advice and help
Donnalit TheHouseOfSparkle.com
Edited by - Donnalit on 08/09/2020 13:17:17
|