Forums
This topic is locked
Utradev Shopping Cart Question ... and more
Posted 03 Apr 2002 09:14:45
1
has voted
03 Apr 2002 09:14:45 Jeff Hansen posted:
Quickly-i am trying to get the UltraDev Shopping cart up and running on my box w/ sql server 2k. I am trying to add products to the cookie on 'product_id'. When I click to add the product to the cart, as it refreshed that page, the following is shown in my URL localhost/Products/show_detail.asp?product_id=1970&UC_AddId=1970Anyway, at first i was getting the following:
Type mismatch
/Products/show_detail.asp, line 641
641 = If (UC_rs.Fields.Item(UC_uniqueCol).Value <> UC_AddId) Then
Looks like from what i am seeing in other code the UC-AddID is coverted to string and used? Anyone have a clue what this is all about and how to beat it? I mean surely i can have that product_id as numeric.
for testing i made the above column to a char and got past that error and then got BOF EOF error on line that looked to have something to with an array or something not set by myself, which the page should not be dependant on.
anyone have experience with this thing OR KNOW A REALLY GOOD EXTENSION FOR SHOPPING CARTS???
Thanks much
JEFF