Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JanetB

    Updating site from asp to ColdFusion.

    guitboxgeek, Good afternoon, and again thank you for your assistance. I am very new to programming. I went from Customer Support Management to Lead Programmer, Web Developer/Designer, and IT support for our building only 6 months ago. I have never worked in this field prior to this position...
  2. JanetB

    Updating site from asp to ColdFusion.

    guitboxgeek, Thank you, I had not put my variable output inside the output tags. This is exactly the hint I needed. Program works great now. Again, thank you.
  3. JanetB

    Updating site from asp to ColdFusion.

    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&quot...
  4. JanetB

    How do I add spaces to a Credit card Number upon output?

    Thank you, Thank you. This is exactly what I needed.
  5. JanetB

    How do I add spaces to a Credit card Number upon output?

    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(&quot;CreditCardAcctNum&quot;).value, 4) b=...
  6. JanetB

    Looping through 2D array shopping cart

    Carl, I really appreciate your help. Work has moved me to form validation for our credit card customers right now but, I expect I'll be back to this in a few days. I'll try your sugestions then. Again, thank you.
  7. JanetB

    Looping through 2D array shopping cart

    Hi csteinhilber, The part that is currently not working is as follows: <cfset session.cart[position][2] = #FORM[VarName]# + #quantity#> I am having difficulty getting the quantity to increase if a stock # is put in the cart that already exists in the cart. I have only been doing this for...
  8. JanetB

    Looping through 2D array shopping cart

    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=&quot;#FORM#&quot...
  9. JanetB

    Looping through 2D array shopping cart

    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=&quot;#FORM#&quot...

Part and Inventory Search

Back
Top