Productcart variables |
Post Reply |
Author | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mr.Art
Newbie Joined: 09-March-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 09-March-2006 at 1:13pm |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
i'm not too familiar with asp. I'm trying to figure out some variables that productcart uses. I need the variable so i can pass them to our tracking code for dynamic page tracking. Can someone help me out. Pasted below are the variables i need and the ones i think i got right. PageName = "pidproduct" ContentGroup = "pidcategory" Transaction = "pcCartIndex" TransactionId = "pcCartSession" OrderProduct = OrderCategory = OrderQuantity = OrderAmount =
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
watercrazed
Groupie Joined: 31-December-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hi, I am no pro, asp is totally new to me, but here is my best, I use Access not sure what the differences in sturcture for sql. I think some of the variables you are are looking for are calculated on the fly, But I am only familiar with a small number of the tables used
PageName = "pidproduct" There is no one variable for page name viewPrd.asp?idcategory=52&idproduct=1342 That page would have 2 variables defining it. I think pidproduct is a field basicly defined in the product table in the data base if you call that it will return the number of the product. it is also used in other tables like the one below. ContentGroup = "pidcategory" See above Transaction = "pcCartIndex" Not sure What you mean by transaction TransactionId = "pcCartSession" Cart session is a unique identifier that is created I think when a browser first opens a page of the cart. I think if the browser is closed and the same person comes back they will have a new number OrderProduct = Not sure what you are looking for, if trying to call the products in an order, you would need both the order number and the idproduct associated with it see the table I pasted below OrderCategory = Really... not sure about this one OrderQuantity = I don't think the total order quantity is stored, at least not in the database, there may be a dymanic variable the code creates for this. I have pasted a part of my database table productsordered that shows how the orders are tracked If more than one of an item is ordered it is stored in the table below under quantity OrderAmount = If you are looking for the number of products order note that individual records are created for each type of product in an order ie order # 7 Are you looking for $ amount: with or without shipping
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |