I want to make a module to offer ups rates for shipping in ecommerce. To do this, the shipping module needs to know the sender's and receiver's zip code (or full address) and the weight of the shipment. Given the hooks and structure of the ecommerce modules, where would I look for this information?

Comments

youngwax’s picture

ok, I already added a product module, so my products have weight (and 3 price levels based on quantity). I still don't know how to access cart information, like addresses, or the newly added weight information, from a shipping module. Any hints?