Shopping Cart

Shopping Cart

McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
but now    
Quantity Name Price EA Total

Remove
Chatillon K0720-X-CG Century Series Hanging Scale, 20 kg x 50 g, w/CG Scoop Chatillon K0720-X-CG Century Series Hanging Scale, 20 kg x 50 g, w/CG Scoop
SKU: K0720-X-CG    
In Stock - Ships within 24 hours    
View Accessories
$284.00 $284.00
Ground, UPS  $26.50 $26.50
3 Day, UPS  $59.00
2 Day Air, UPS  $79.00
2 Day Air, UPS - Alaska  $107.40
2 Day Air, UPS - Hawaii  $107.40
2 Day Air, UPS - Puerto Rico  $107.40
Next Day Air, UPS  $124.00
Next Day Air Saturday, UPS  $139.00
Select a Country
Enter Promo Code
Sub Total $310.50
Contiue shopping
buy now but now
*itinscales.com does not collect sales tax from any state other than NY.
**Alaska, Hawaii and Puerto Rico Two day shipping only

 

 


Debugging Information
ColdFusion Server Enterprise 10,0,23,302580
Template /checkout/cart.cfm
Time Stamp 25-Apr-24 02:15 PM
Locale English (US)
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP 10.189.254.4
Host Name 10.189.254.4


Execution Time

Total Time Avg Time Count Template
172 ms 172 ms 1 top level E:\inetpub\Websites\itinscales.com\checkout\cart.cfm
110 ms 110 ms 1 E:/inetpub/Websites/global/checkout/dsp_cart.cfm
47 ms 24 ms 2 E:/inetpub/Websites/itinscales.com/includes/inc_site_settings.cfm
31 ms 31 ms 1 E:/inetpub/Websites/itinscales.com/includes/top_new.cfm
16 ms 16 ms 1 CFC[ E:/inetpub/Websites/global/CFC/cfc_shipping.cfc | GetCartShipping(CART = [complex value]) ] from E:/inetpub/Websites/global/CFC/cfc_shipping.cfc
15 ms 15 ms 1 E:/inetpub/Websites/global/includes/act_add_to_cart.cfm
0 ms 0 ms 3 E:/inetpub/Websites/global/includes/ACT_BLOCK.cfm
0 ms 0 ms 1 E:/inetpub/Websites/global/includes/act_cart_convert_id.cfm
0 ms 0 ms 1 E:/inetpub/Websites/global/qry/qry_cart.cfm
0 ms 0 ms 1 E:/inetpub/Websites/itinscales.com/includes/bottom_new.cfm
0 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
172 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


SQL Queries

BLOCK (Datasource=STORE2008, Time=0ms, Records=0) in E:\inetpub\Websites\global\includes\ACT_BLOCK.cfm @ 14:15:23.023
	SELECT IP FROM block_ip 
	WHERE IP = '3.146.105.137'
	limit 1
new_cart (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\includes\act_add_to_cart.cfm @ 14:15:23.023
	insert into cart (IP,fk_store_id,the_datetime) values ('3.146.105.137',17,{ts '2024-04-25 14:15:23'})
	
new_cart (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\includes\act_add_to_cart.cfm @ 14:15:23.023
	select max(cart_id) as new_cart from cart where IP = '3.146.105.137'
	
product_cart (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\includes\act_add_to_cart.cfm @ 14:15:23.023
	SELECT     product.product_id, 
	product.product_name, product.is_active, product.old_id, product_store.Price, 
	Product_detail.dim_weight, 
	Product_detail.SKU, Product_detail.ARCUST_CODE,
                      product_store.fk_store_id
	FROM         product INNER JOIN
                      Product_detail ON product.product_id = Product_detail.fk_product_id INNER JOIN
                      product_store ON product.product_id = product_store.fk_product_id
	WHERE     (product.is_active = 1) AND (product_store.fk_store_id = 17) 
			AND (product.product_id = 4423)
	 limit 1 
insert_cart (Datasource=store2008, Time=15ms, Records=1) in E:\inetpub\Websites\global\includes\act_add_to_cart.cfm @ 14:15:23.023
		insert into cart_detail 
		(fk_cart_id, fk_product_id, Arcust_id, product_name, qty, price_ea, weight,source,Block_Promo) 
		values (20545220,4423,'CHA-K0720XCG','Chatillon K0720-X-CG Century Series Hanging Scale, 20 kg x 50 g, w/CG Scoop',1,
		284,
		18,
		
		'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
		,
		
		0
		
		
		)
		
date (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\qry\qry_cart.cfm @ 14:15:23.023
		UPDATE cart
		SET the_datetime={ts '2024-04-25 14:15:23'} 
		 where cart_id = 20545220 
cart (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\qry\qry_cart.cfm @ 14:15:23.023
SELECT     cart.cart_id, cart.the_datetime, cart.fk_customer_id, cart.IP, cart.fk_campain_id,cart.fk_store_id, cart.IP, cart.shippint_type, cart.paypal_token, cart.google_shoppingcart, 
                      cart.promo, cart.COUNTRYCODE, cart_detail.fk_product_id, cart_detail.Arcust_id, cart_detail.product_name, cart_detail.qty, cart_detail.price_ea, 
                      cart_detail.weight, Product_detail.dim_weight,Product_detail.SKU,cart_detail.source,cart_detail.Block_Promo,
					  stock_type.stock_type_name,stock_type.stock_type_color,stock_type.stock_type_id,Product_detail.fk_product_condition_id as product_condition_id,
					  cart_detail.cart_detail_id, Product_detail.use_map, Product_detail.cost,Product_detail.Only_With_Scale, Product_detail.qty_in_stock, Product_detail.qty_in_stock,Product_detail.Flat_Shipping,
					    Product_detail.qty_in_stock as ONHAND, Product_detail.man_Warranty,Product_detail.buy_upc,
					  Product_detail.show_Ship_USA_only, Product_detail.ship_ground_only, Product_detail.days_till_ship,Product_detail.fk_Warranty_id, Product_detail.eta, Product_detail.Pre_Sale_QTY,
					        (SELECT   Cat_sub.fk_Cat_Category_id
                            FROM          Cat_sub INNER JOIN
                                                   Product_to_cat_sub ON Cat_sub.Cat_sub_id = Product_to_cat_sub.fk_Cat_sub_id
                            WHERE      (Product_to_cat_sub.fk_product_id = cart_detail.fk_product_id)
							 limit 1
							) AS fk_Cat_Category_id, product.fk_man_id,product.old_id,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 10 limit 1) as ship_10,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 20 limit 1) as ship_20,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 30 limit 1) as ship_30,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 32 limit 1) as ship_32,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 34 limit 1) as ship_34,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 36 limit 1) as ship_36,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 40 limit 1) as ship_40,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 42 limit 1) as ship_42,
							(SELECT fk_acc_id FROM product_to_acc where fk_product_id = product.product_id limit 1) as has_ACC,
							
							0 as ALOC,
							
							 (SELECT GSAIFF FROM gsa_price_list where fk_product_id = product_detail.fk_product_id and Com_name = 'ItinScales' limit 1) as gsa_price 
											
FROM         product RIGHT OUTER JOIN
                      cart_detail ON product.product_id = cart_detail.fk_product_id LEFT OUTER JOIN
                      Product_detail ON cart_detail.fk_product_id = Product_detail.fk_product_id RIGHT OUTER JOIN
                      cart ON cart_detail.fk_cart_id = cart.cart_id  LEFT OUTER JOIN
					  stock_type ON stock_type.stock_type_id=Product_detail.fk_stock_type_id 
					
WHERE     (cart.cart_id = 20545220) and (product.is_active = 1)



union


SELECT  distinct    cart.cart_id, cart.the_datetime, cart.fk_customer_id, cart.IP, cart.fk_campain_id,cart.fk_store_id, cart.IP, cart.shippint_type, cart.paypal_token, cart.google_shoppingcart, 
                      cart.promo, cart.COUNTRYCODE, cart_detail.fk_product_id, cart_detail.Arcust_id, cart_detail.product_name, cart_detail.qty, cart_detail.price_ea, 
                      cart_detail.weight, Product_detail.dim_weight,Product_detail.SKU,cart_detail.source,cart_detail.Block_Promo,
					  stock_type.stock_type_name,stock_type.stock_type_color,stock_type.stock_type_id,Product_detail.fk_product_condition_id as product_condition_id,
					  cart_detail.cart_detail_id, Product_detail.use_map, Product_detail.cost, Product_detail.Only_With_Scale, Product_detail.qty_in_stock, Product_detail.qty_in_stock,Product_detail.Flat_Shipping,
					    Product_detail.qty_in_stock as ONHAND, Product_detail.man_Warranty,Product_detail.buy_upc,
					  Product_detail.show_Ship_USA_only, Product_detail.ship_ground_only, Product_detail.days_till_ship,Product_detail.fk_Warranty_id, Product_detail.eta, Product_detail.Pre_Sale_QTY,
					        (SELECT   Cat_sub.fk_Cat_Category_id
                            FROM          Cat_sub INNER JOIN
                                                   Product_to_cat_sub ON Cat_sub.Cat_sub_id = Product_to_cat_sub.fk_Cat_sub_id
                            WHERE      (Product_to_cat_sub.fk_product_id = cart_detail.fk_product_id)
							 limit 1
							) AS fk_Cat_Category_id, product.fk_man_id,product.old_id,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 10 limit 1) as ship_10,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 20 limit 1) as ship_20,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 30 limit 1) as ship_30,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 32 limit 1) as ship_32,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 34 limit 1) as ship_34,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 36 limit 1) as ship_36,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 40 limit 1) as ship_40,
							(SELECT fk_shipping_type FROM product_shipping where fk_product_id = product.product_id and fk_shipping_type = 42 limit 1) as ship_42,
							(SELECT count(fk_product_id) FROM product_to_acc where fk_product_id = product.product_id limit 1) as has_ACC,
							
							0 as ALOC,
							
							
							(SELECT GSA_Price FROM product_gsa where FK_PRODUCT_ID = product.product_id limit 1) as GSA_Price
														
FROM         product RIGHT OUTER JOIN
                      cart_detail ON product.product_id = cart_detail.fk_product_id LEFT OUTER JOIN
                      Product_detail ON cart_detail.fk_product_id = Product_detail.fk_product_id RIGHT OUTER JOIN
                      cart ON cart_detail.fk_cart_id = cart.cart_id  LEFT OUTER JOIN
					  stock_type ON stock_type.stock_type_id=Product_detail.fk_stock_type_id 
					
WHERE     (cart.cart_id = 20545220) and (cart_detail.fk_product_id = 0)


	
Has_free_shipping (Datasource=store2008, Time=0ms, Records=1) in E:\inetpub\Websites\global\qry\qry_cart.cfm @ 14:15:23.023
	SELECT fk_acc_id FROM product_to_acc where fk_product_id in(4423)
	
countrycodes (Datasource=store2008, Time=0ms, Records=232, Cached Query) in E:\inetpub\Websites\global\qry\qry_cart.cfm @ 14:15:23.023
	SELECT     shipping_type_id, COUNTRYCODE,shipmentDesc
	FROM         shipping_type 
	Where shipping_type_id <> 322
	order by shipmentDesc
	
cart_shipping (Datasource=store2008, Time=0ms, Records=8) in E:\inetpub\Websites\global\qry\qry_cart.cfm @ 14:15:23.023
			SELECT     shipping_type_id, shipmentDesc, amazon_code,
				priceToAdd, perWeightToAdd, stateCode, countryCode,
				(
		
				 case
				when ( (SELECT     Product_detail.dim_weight
				FROM         product_shipping INNER JOIN
		                      Product_detail ON product_shipping.fk_product_id = Product_detail.fk_product_id
				where product_shipping.fk_shipping_type = shipping_type.shipping_type_id and 
				Product_detail.fk_product_id=4423 limit 1
				) > 0 ) then 
				0
				else
				(SELECT     dim_weight from Product_detail where fk_product_id=4423 limit 1)
				end
		
		) as   dim_weight
		FROM         shipping_type
		WHERE     (countryCode = 'US')
		
stateCode (Datasource=store2008, Time=0ms, Records=53, Cached Query) in E:\inetpub\Websites\global\checkout\dsp_cart.cfm @ 14:15:23.023
 
	SELECT     stateCode, stateName
	FROM         statecode
	
	ORDER BY stateName
	
countryCode (Datasource=store2008, Time=0ms, Records=225, Cached Query) in E:\inetpub\Websites\global\checkout\dsp_cart.cfm @ 14:15:23.023
 
	select 'United States' as shipmentDesc , 'US' as countryCode
	union
	select 'Canada' as shipmentDesc , 'CA' as countryCode
	union
	SELECT     REPLACE(shipmentDesc, 'UPS Intl - ', '') AS shipmentDesc, countryCode
	FROM         shipping_type
	WHERE     (countryCode <> 'US') AND (countryCode <> 'CA')
	ORDER BY shipmentDesc
	
warranty (Datasource=store2008, Time=0ms, Records=0) in E:\inetpub\Websites\global\checkout\dsp_cart.cfm @ 14:15:23.023
		SELECT warranty_group.Warranty_Group_id, warranty_group.fk_Warranty_id, warranty_group.fk_product_id, warranty_group.from_price, warranty_group.to_price,
		warranty.warranty_id,warranty.warranty_name,product.product_name
		FROM warranty_group inner join warranty on warranty.warranty_id = warranty_group.fk_Warranty_id inner join product
		 on product.product_id = warranty_group.fk_product_id
		 where warranty_group.fk_Warranty_id=0 and from_price <= 284 and to_price >= 284
		order by warranty_group.from_price, product.product_name
		
cart_shipping (Datasource=store2008, Time=0ms, Records=8) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
			SELECT     shipping_type_id, shipmentDesc, amazon_code,
				priceToAdd, perWeightToAdd, stateCode, countryCode 
		FROM         shipping_type
		WHERE     (countryCode = 'US')
		
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 10
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 20
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 30
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 32
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 34
temp_shipping (Datasource=, Time=16ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 36
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 40
temp_shipping (Datasource=, Time=0ms, Records=1) in E:\inetpub\Websites\global\CFC\cfc_shipping.cfc @ 14:15:23.023
select amount from shipping where shipping_type_id = 42


Scope Variables

Application Variables:
applicationname=store_17
CGI Variables:
AUTH_PASSWORD=
AUTH_TYPE=
AUTH_USER=
CERT_COOKIE=
CERT_FLAGS=
CERT_ISSUER=
CERT_KEYSIZE=
CERT_SECRETKEYSIZE=
CERT_SERIALNUMBER=
CERT_SERVER_ISSUER=
CERT_SERVER_SUBJECT=
CERT_SUBJECT=
CF_TEMPLATE_PATH=E:\inetpub\Websites\itinscales.com\checkout\cart.cfm
CONTENT_LENGTH=0
CONTENT_TYPE=
CONTEXT_PATH=
GATEWAY_INTERFACE=CGI/1.1
HTTPS=off
HTTPS_KEYSIZE=
HTTPS_SECRETKEYSIZE=
HTTPS_SERVER_ISSUER=
HTTPS_SERVER_SUBJECT=
HTTP_ACCEPT=*/*
HTTP_ACCEPT_ENCODING=
HTTP_ACCEPT_LANGUAGE=
HTTP_CONNECTION=
HTTP_COOKIE=
HTTP_HOST=www1.itinscales.com
HTTP_REFERER=
HTTP_URL=
HTTP_USER_AGENT=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
LOCAL_ADDR=www1.healthchecksystems.com
PATH_INFO=
PATH_TRANSLATED=E:\inetpub\Websites\itinscales.com\checkout\cart.cfm
QUERY_STRING=add_product_id=4423
REMOTE_ADDR=10.189.254.4
REMOTE_HOST=10.189.254.4
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/checkout/cart.cfm
SERVER_NAME=www1.itinscales.com
SERVER_PORT=80
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.1
SERVER_SOFTWARE=Microsoft-IIS/8.0
WEB_SERVER_API=
Client Variables:
cart_id=20545220
cfid=17754625
cftoken=8fc456c959bed50b-E0B159F5-0A95-3ED8-5083D90769C9EDB6
hitcount=2
lastvisit={ts '2024-04-25 14:15:23'}
remote_addr=3.146.105.137
timecreated={ts '2024-04-25 14:15:23'}
urltoken=CFID=17754625&CFTOKEN=8fc456c959bed50b-E0B159F5-0A95-3ED8-5083D90769C9EDB6&jsessionid=C45F2B7CE5088BF93A3840661163BE62.cfusion
Cookie Variables:
CFID=17754625
CFTOKEN=8fc456c959bed50b-E0B159F5-0A95-3ED8-5083D90769C9EDB6
Form Fields:
SHIPPING_TYPE_COUNTRY_H=US
Server Variables:
coldfusion=Struct (10)
os=Struct (5)
Session Variables:
sessionid=C45F2B7CE5088BF93A3840661163BE62.cfusion
urltoken=CFID=17754625&CFTOKEN=8fc456c959bed50b-E0B159F5-0A95-3ED8-5083D90769C9EDB6&jsessionid=C45F2B7CE5088BF93A3840661163BE62.cfusion
URL Parameters:
add_product_id=4423
Debug Rendering Time: 31 ms