[QUOTE=PrincessLeah]Can anyone tell me where the above text is located. I did a search on the Developers Toolkit and came up with big fat 0. I looked in all the auspost.php files in the shipping folder and they don;t even have this section of text that I could see. Is it somewheres else??in the sql or something???
Hi
The said code is in auspost.php and the related files.
But another user mentioned this is mainly to deal with insurance in the auspost, express and etc. If you are not using insurance, simply comment these lines out in these files, all work well.
// $insurance_table = split("[:,]" , MODULE_SHIPPING_AUSPOST_INSURANCE);
// for ($i = 0; $i < count($insurance_table); $i+=2) {
// if ($cart->show_total() <= $insurance_table[$i]) {
//
// $insurance = $insurance_table[$i+1];
// $insurance_details = " $" .$insurance . " " .MODULE_SHIPPING_AUSPOST_TEXT_INSURANCE;
// break;
I tried it worked fine now.
Cheers


getting the Line 72 error still!



