Posted - 08/26/2026 : 05:35:33
Remember, this is ASP v7.7.8 This is what was there and with it, the bad_email was not working if orderid="" AND (in_array(ordEmail,bad_emails,TRUE) OR ordAddress="3137 Laguna Street") then sSQL="DELETE FROM cart WHERE cartCompleted=0 AND " & getsessionsql() ect_query(sSQL) success=FALSE end if
So I looked at a newer version and saw this change in the code (lcase(ordEmail),bad_emails,TRUE)
So I copied the new code, adding the "Thank you..." if orderid="" AND (in_array(lcase(ordEmail),bad_emails,TRUE) OR ordAddress="3137 Laguna Street" OR ordAddInfo="Thank you for your order.") then sSQL="DELETE FROM cart WHERE cartCompleted=0 AND cartOrderID=0 AND " & getsessionsql() ect_query(sSQL) success=FALSE end if
I just noticed this is the new code that was not in the old one AND cartOrderID=0
Would that make any difference? This is a site I had you modify some files, so it is not easily updated. I am going to email you. MarshallCENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 08/26/2026 05:35:52
|