Thanks Rod. Had a little trouble installing the update. For a reason I couldn't determine, ozpost.php couldn't resolve the define DIR_WS_TEMPLATES. It was inserting it literally instead of resolving to DIR_WS_INCLUDES . 'templates/.
EG. USR/HOME/DIR/DIR_WS_TEMPLATEStemplate_default/templates
I got it working by redefining 'DIR_WS_TEMPLATES' with
Code:
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
at both lines 2569 and 3238 of ozpost.php. I now have it working except for the shipping estimator. If a weight is set to zero, it defaults to 1000kg! I guess I'll have to tidy up all the customers products...
Thanks for your help, the great support and a great mod.
Bookmarks