Errata

An errata will be placed for the book following any feedback received. If you’d like to send any in please feel free to e-mail me@jhuskisson.com.

Page 12:
Paragraph two reads “We’ll also go through using the Module Creator script, put together by to speed up our module creation process in the future.”.

This should read: “We’ll also go through using the Module Creator script, put together by Daniel Nitz to speed up our module creation process in the future.”

Chapter 3
The following piece of code needs to be added to FullShippingModule/etc/config.xml in order for the module to work on the front end.

<default>
<carriers>
<fullshippingmodule>
<model>FullShippingModule/carrier_FullBoneMethod</model>
</fullshippingmodule>
</carriers>
</default>