I think there is a problem with query accessing "tax" table. 
The query looks like that:
 ...WHERE State = '' ...

I made some changes to "SET_ORDER_INFO" and "SET_SHOPPING_ALL"

//calculate tax by total
...
// I replaced this line...
//$Query .= "WHERE State = '$ship_State' "; 

// ...with:
$Query .= "WHERE State = '".$shipAddress["StateProv"]."' ";  
...
 
It looks like it is working, any comments?

-- 
Marek Stanczyk
Integration Specialist
[EMAIL PROTECTED]

Web++ Inc. "Dynamic Internet Solutions"
3415 Dixie Road, Suite 512  Mississauga, Ontario L4Y 2B1
Tel: 905-566-1215 Fax: 905-566-8543
Internet: www.webplusplus.com


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to