webmigit,
Thank you for assisting me with my last problem. I thought I might take advantage of your insight once more. As I had mentioned, I am changing my companies web site from asp to CF at their request. Mostly this process is going quite well. I have run into one other "wall"...
I am converting a web site from asp code to ColdFusion. I am having difficulty writing CF code to insert spaces in Credit Card numbers so our Customer Support personnel can easily read the numbers. asp code is:
<%
a= Left(rsCustNewOrders("CreditCardAcctNum").value, 4)
b=...
I am new to this and am in need of assistance. I need to loop through the shopping cart to look for duplicate stocknumbers. Desired result will be that the item quantity will be increased if stocknumber already exists in the shopping cart. Code to follow:
<cfloop collection="#FORM#"...
I am new to this and am in need of assistance. I need to loop through the shopping cart to look for duplicate stocknumbers. Desired result will be that the item quantity will be increased if stocknumber already exists in the shopping cart. Code to follow:
<cfloop collection="#FORM#"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.