Posted - 01/28/2020 : 11:28:35
I had problems getting orders to not error out when there was a different shipping address from the billing address. After working with the code I believe I found a problem.
in vsadmin/inv/inccart.asp Line 6032 it states
rs2.close firstname=rs("ordShipName") : lastname=rs("ordShipLastName") if NOT usefirstlastname then call splitname(rs("ordName"),firstname,lastname)
I changed: if NOT usefirstlastname then call splitname(rs("ordName"),firstname,lastname)
to
if NOT usefirstlastname then call splitname(rs"ordShipName"),firstname,lastname)
and it works again.
Please confirm that my change is accurate. Thank you.
Charles Goldberg SleepRestfully.com and NaturalCare4u.com
|