Yep, no GST included at paypal.
Printable View
Yep, no GST included at paypal.
OK, installed the new paypal "PayPal RESTful" and that fixed it. Definitely an issue with the packaged paypal express.
Everything works ok but getting a debug error on line 693 in includes/modules/shipping/aupost.php.
Is this missing a bracket '(' before (sizeof.........?Quote:
if ((is_array($methods)) && (sizeof($methods) == 0)) {
That was corrected in v2.5.6e.
There is a newer version v2.5.7 in the GitHub https://github.com/OldNGreyBMR/aupos...ses/tag/v2.5.7 that corrects some pricing errors and other PHP 8.x issues.
I have only included the code as a zc_plugin. If you have the files under the traditional structure you can just copy the shipping module files aupost.php and aupostoverseas.php over the existing ones.
The better way is to remove the aupost files under the old structure and just install from zc_plugins. This new method is so much easier.
Version 2.5.7a of AusPost is in the GitHub https://github.com/OldNGreyBMR/aupos...es/tag/v2.5.7a. This fixes Issue #19 Missing method 'id' for excess length, volume and weight quotes.
When Australia Post updates prices no changes are required as all quotes are obtained directly from Aust Post based on parameters provided.
Hi All,
Running version 1.58a on a linux server running PHP Version: 8.1.31
Template Bootstrap Version 3.7.4
CKEditor version 5
Image Handler version 5
Australia Post Shipping Module V2.5.7a
I am having an issue with the Handling Fee not adding to the Australia Post module.
Can this be correct somehow.
Any help would be appreciated
Bruce
Is it showing handling fees at all eg (Inc $2.50 P & H) on the line for each estimate? If it is not then "Hide handling fees" is set to yes in the Admin configuration for AusPost.
If the fees are showing but have $0.00 value is is because of extra characters in the value for that item in the admin config. Remove any leading spaces and punctuation marks and currency signs.
What I have is an old module called handling Fees which I can set a dropdown amount and this works for each indivual product because they are all different sizes and weights.
How it worked in the past was that I would set the handling fee from $1.00 to $21.00 (and I could even set higher amounts) for any product that I wished and it would the overwright the OZ Post module handling fee if it was large amount and if less the OZ post would use its handling fee. Screen shot below.
Attachment 20958
I have the old module if you want to have a look I can email it to you. The version was 1.38
The only Handling Fees plugin I could find is the one from Numinix "Product Handling Fees - Version: 1.2.3.0". Which is not compatible past PHP 8.1.
I could not get it to run.
Your screen display is totally different as the Numinix version uses 'Handling Fee Groups'.
Where did you get the plugin?
I will have to get back to you regarding the module because it was modified by a developer some time back so that I could do the handling fee per product rather than a group situation.
The group does not work for me because of different sizes of product and weight etc.
If you want any files to look at I can email to you.
Thank you for having a look at it for me it is appreciated.
I am in the process of going through my site to fix up and clean up what people have left behind and then get the modules that I had in the past to work how they did when I had version 1.5.5e.
Bruce
PM the files to me. No guarantees. Is it a plugin or are there modified core files required as well?