Hi there,
I'm writing a custom shipping method on v2. The goal is to get custom shipping pricing on some products (specific categories) and use FedEx pricing on other products (other categories).
I've been trying to call the FC shipping API:
Any suggestions on how I could use FC shipping API and avoid the infinite loop? I really don't want to have to go create a FedEx dev account and go that route!!!
Thanks!!!
I'm writing a custom shipping method on v2. The goal is to get custom shipping pricing on some products (specific categories) and use FedEx pricing on other products (other categories).
I've been trying to call the FC shipping API:
foxycart.com/v/2.0.0/api_json.php?ThisAction=GetShippingCost
- but it's causing an infinite loop because it's referencing my custom shipping script again.Any suggestions on how I could use FC shipping API and avoid the infinite loop? I really don't want to have to go create a FedEx dev account and go that route!!!
Thanks!!!