Deconstructing an osCommerce Shipping Module
Shipping is just about the easiest thing to learn to code in osCommerce - what I am going to do in this post is deconstruct a shipping module so that you learn a little bit about how it works...
The module we are looking at is /includes/modules/shipping/flat.php - starting from the bottom I will attempt to [...]


