Hey all,
The company I work for has just purchased some accounting software with an ecommerce package bundled in. The website uses ASP and MSSQL running on IIS on a 2000 machine.
My job is to make some changes to the site, but I can’t do that unless I understand what is happening.
I have been chasing variables around and came across a line:
My question is how do I know what eShoppingCart.boShoppingCart is and what it does. There are other lines like that and it would really make my job simpler if I could figure out what their exact function is.
Regards,
Warren
The company I work for has just purchased some accounting software with an ecommerce package bundled in. The website uses ASP and MSSQL running on IIS on a 2000 machine.
My job is to make some changes to the site, but I can’t do that unless I understand what is happening.
I have been chasing variables around and came across a line:
Code:
Set objShoppingCart = Server.CreateObject("eShoppingCart.boShoppingCart")
Regards,
Warren