
Originally Posted by
RodG
Adding the AustPost module is actually giving you 90% of the *solution* to your requirement. This is on account of the fact that it is the AP module that adds the dimensions to the database tables. Without this module being installed there simply aren't any dimensions to be displayed.
In other words, the AP module is literally the only part of zencart that even knows the existence of any product dimensions.
What this means is that if you require the dimensions to be displayed anywhere else you will need to do some custom coding on the relevent pages.
Doing this probably isn't going to be too difficult. You would/should have noticed that the AP module overwrites a couple of files in the /admin/ directory. If you run a diff against the original files and the AP supplied ones you will see the changes that were required to make the dimensions editable (read/write). Basically, it is just a matter of duplicating and editing the lines related to the weight display to display these additional fields.
Use this as an example when editing any other pages where you want dimensions displayed.
Cheers
Rod
ps. If you don't or can't run a diff, there is a text file included with the AP distribution file the spells out the changes that the AP module makes to these files. You can also use that as a guide on what changes need to be made to read dimension data.
pss. Although the AP module adds these fields during installation it does NOT remove them if/when you uninstall the module. This was by design.
.