Tamara
Tamara
@mamdouhweb Hello. Faced with the same problem today. What I found out: 1. "get_rates" function is not accessible from $ups object, you have to write $ups->rates->get_rates 2. function get_rates from...
Here is my experiment. This code at least send request to USP and get response. The problem is that response contain error message from UPS service: ``` $origin = array(...
I found out that problem is actually not with packages, but with ShipTo, ShipFrom elements. If you set this value as array(not just zipcode string) then these values will be...
Has it been fixed? I faced with the same problem when I add new class to textarea, but iframe css properties are not changing. Should I call any specific method...