Re: ozpost shipping module
That did the trick, thanks!
Quote:
Originally Posted by
RodG
I've finally been able to replicate this problem and have found an easy fix.
Load /includes/modules/shipping/ozpost.php into a text editor.
Look for:
--------------------------------------------------------------------
$details = ((float)$handlingFee > 0) ? $details .= "<li>" . MODULE_SHIPPING_OZPOST_HANDLING1_TEXT . $currencies->format((float)$handlingFee / $aus_rate). MODULE_SHIPPING_OZPOST_HANDLING2_TEXT ."</li>": $details ;
$details = ((float)$serviceFee > 0) ? $details .= "<li>" . MODULE_SHIPPING_OZPOST_HANDLING1_TEXT . $currencies->format((float)$serviceFee / $aus_rate). " charges.</li>" : $details ;
$details .= " </ul></div>" ;
}
// store it //
---------------------------------------------------------------------
Change to:
---------------------------------------------------------------------
$details = ((float)$handlingFee > 0) ? $details .= "<li>" . MODULE_SHIPPING_OZPOST_HANDLING1_TEXT . $currencies->format((float)$handlingFee / $aus_rate). MODULE_SHIPPING_OZPOST_HANDLING2_TEXT ."</li>": $details ;
$details = ((float)$serviceFee > 0) ? $details .= "<li>" . MODULE_SHIPPING_OZPOST_HANDLING1_TEXT . $currencies->format((float)$serviceFee / $aus_rate). " charges.</li>" : $details ;
}
$details .= " </ul></div>" ;
// store it //
---------------------------------------------------------------------
This should be somewhere around line#2300
The change is just a matter of moving the "}" so that it is ABOVE the
line that reads $details .= " </ul></div>" ;
Save the file.
No other changes needed.
Cheers
Rod
Re: ozpost shipping module
Quote:
Originally Posted by
Danielle
That did the trick, thanks!
Thanks. The feedback and confirmation is greatly appreciated.
Cheers
Rod
Re: ozpost shipping module
any reason solarandsecurity.com.au/index.php would not be giving quotes.
All aust post parcel and fastway options are enabled, looks like it is working but no quotes come out. use to work a few weeks ago. website is still in development.
Debugging information |
Item 1 (2x) prepacked 1x1x2
Size: 5kg
(1 more possible) |
10W Solar Panel |
Parcel |
Weight |
3400g |
Items |
1 |
Weight |
3740g |
Dimensions |
32.5 x 31 x 8 |
32.5 x 31 x 8 |
Cube / Weight |
8060cc / 2.015kg |
8060cc / 2.015kg |
Calculated: Length=32.70cm, Width=31.20cm, Height=8.20cm, Weight=3740g, NumBoxes=1 |
Using Session derived quotes |
AU,5045,31.20,8.20,32.70,3740,59.9,1 |
|
ESTIMATE SHIPPING COSTS
Country: Please Choose Your Country Australia Aaland Islands Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegowina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Darussalam Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Cook Islands Costa Rica Cote D'Ivoire Croatia Cuba Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands (Malvinas) Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-bissau Guyana Haiti Heard and Mc Donald Islands Honduras Hong Kong Hungary Iceland India Indonesia Iran (Islamic Republic of) Iraq Ireland Isle of Man Israel Italy Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea, Democratic People's Republic of Korea, Republic of Kuwait Kyrgyzstan Lao People's Democratic Republic Latvia Lebanon Lesotho Liberia Libyan Arab Jamahiriya Liechtenstein Lithuania Luxembourg Macao Macedonia, The Former Yugoslav Republic of Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia, Federated States of Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Territory Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania Russian Federation Rwanda Saint Kitts and Nevis Saint Lucia Saint Vincent and the Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Slovakia (Slovak Republic) Slovenia Solomon Islands Somalia South Africa South Georgia and the South Sandwich Islands Spain Sri Lanka St. Helena St. Pierre and Miquelon Sudan Suriname Svalbard and Jan Mayen Islands Swaziland Sweden Switzerland Syrian Arab Republic Taiwan Tajikistan Tanzania, United Republic of Thailand Timor-Leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States United States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Vatican City State (Holy See) Venezuela Viet Nam Virgin Islands (British) Virgin Islands (U.S.) Wallis and Futuna Islands Western Sahara Yemen Zambia Zimbabwe
State/Province: Please select ...Australian Capital TerritoryNew South WalesNorthern TerritoryQueenslandSouth AustraliaTasmaniaVictoriaWestern Australia
Post/Zip Code:
Shipping quotes are based on the address information you selected:
South Australia 5045 Australia |
Available Shipping Methods |
Rates |
Re: ozpost shipping module
Quote:
Originally Posted by
vandiermen
any reason solarandsecurity.com.au/index.php would not be giving quotes.
No reason that I'm aware of.
Quote:
Originally Posted by
vandiermen
use to work a few weeks ago. website is still in development.
OK, so what changed?
Quote:
Originally Posted by
vandiermen
ESTIMATE SHIPPING COSTS
Country: Please Choose Your Country Australia Aaland Islands Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba
I've no idea how you got this output either. This should only be visible if you 'view source' for the page. ????
I can't really off much help here, especially since its a development site so I can't even perform any tests or checks.
Cheers
Rod
Re: ozpost shipping module
on another subject
question from client September 16, 2013:
can you check fastway saver label value.
[FONT=Calibri][/FONT]
It is an old cost $3.45inc gst it is now $3.80.
I have asked client if problem is still occurring.
Re: ozpost shipping module
Quote:
Originally Posted by
vandiermen
on another subject
question from client September 16, 2013:
can you check fastway saver label value.
[FONT=Calibri][/FONT]
It is an old cost $3.45inc gst it is now $3.80.
I have asked client if problem is still occurring.
The Fastway quotes are provided by the FastWay servers with no local overrides. If these quotes are incorrect the problem needs to be taken up with Fastway because it is outside of my control.
Cheers
Rod
Re: ozpost shipping module
Hi Rod
Zen - 1.5.1
OzPost -3.5.2
If I add an item weighing 0.3 kgs to my cart the only shipping options i am offered are
Which comes out at a shipping weight of 0.39kgs
Parcel under 500g
Australia Post 3kg Satchel
Australia Post 3kg Express Satchel
Whereas i would have assumed I should be offered
Australia Post 500g Satchel
Australia Post 500g Express Satchel
Where am I going wrong?
In the admin section, it is set up as below
Australia Post PrePaid Satchels
500g Satchel., 500g Express Satchel, 3kg Satchel., 3kg Express Satchel, 5kg Satchel., 5kg Express Satchel
I did notice there are ".," after the basic satchels and "," after the express satchels
I am just a bit confused, thanks
Re: ozpost shipping module
Quote:
Originally Posted by
nigelt74
Whereas i would have assumed I should be offered
Australia Post 500g Satchel
Australia Post 500g Express Satchel
Where am I going wrong?
At a guess I"d say that the product/parcel dimensions preclude the use of the smaller sized satchels.
cheers
RodG
Re: ozpost shipping module
Thanks that seems to have solved it
There were no dimensions on the product, however when i added some the 500gm options showed up
Re: ozpost shipping module
Quote:
Originally Posted by
nigelt74
Thanks that seems to have solved it
There were no dimensions on the product, however when i added some the 500gm options showed up
If a product doesn't have its own dimensions supplied, then the ozpost default settings will be used instead.
I would suggest that you set these defaults to be something close to the size of the majority of items being sold, then add true dimensions to the individual products that don't fit this 'norm'.
Although for costing purposes the product dimensions will rarely affect the postage costs (unless subject to the cubing rules) the ozpost module depends on the dimensions to determine whether a given item can be classed as a letter or suitable for satchels (and if so, which size).
Cheers
RodG