Re: UK ParcelForce Shipping Modules
Hi Philip,
First, thanks for this moduel - it sounds exactly what I needed.
I'm having problems getting it to work on my test site though that could be down to me. It is correctly working out if customers are Zone 1,2 or 3 but the price it charges for postage is always zero.
I'm 100% sure I have zones set up correctly. This is what I have for the Zones:-
Postal Zone 1
UKZR: Zone 1 Mainland UK
Zone 1 Handling Fee
0
Zone 1 Shipping Table
1:2.49, 5:5.60, 25:6.25, 26:6.50, 27:6.75, 28:7.00, 29:7.25, 30:7.50
--------------------------------------------------------------------------------
Postal Zone 2
UKZR: Zone 2 Scottish Highlands
Zone 2 Handling Fee
0
Zone 2 Shipping Table
1:2.49, 5:5.60, 25:6.25, 26:6.50, 27:6.75, 28:7.00, 29:7.25, 30:14.50
--------------------------------------------------------------------------------
Postal Zone 3
UKZR: Zone 3 NI, Isles....
Zone 3 Handling Fee
0
Zone 3 Shipping Table
1:2.49, 5:5.60, 25:6.25, 26:6.50, 27:6.75, 28:7.00, 29:7.25, 30:14.50
My site is at www.pcbestbuy.co.uk if that will help.
Any suggestions?
Thanks again for your hard work.
John
Re: UK ParcelForce Shipping Modules
Good Morning,
I will have an in depth look later after the school run, but do you have weights set up for each item ? because I've just gone and put
http://www.pcbestbuy.co.uk/ink-cartr...-cartridge-p-4
in my basket and it's showing 0Kg and nothing in the shipping estimator. Can you also set "Hide invalid shipping" to "false" please.
Thank you
Philip.
Re: UK ParcelForce Shipping Modules
Okay there is an error in UKZR 2.3.5 from a global search and replace that went wrong.
http://########################.co.uk/versions/ukzr.txt
is a corrected versions and it should be renamed ukzr.php and the used to overwrite includes/modules/shipping/ukzr.php you will not need to remove and re-install it, the shipping, weights and number of boxes should now appear. Let me know how you get on, then it'll be put into the next package
thank you
Philip.
Re: UK ParcelForce Shipping Modules
Hi Philip,
Thanks for the very quick responce. I've uploaded the new file and seems to work perfectly now and is bringing through the correct postal costs - helps I have updated them to the correct amounts.
Just one little problem I am trying to figure out though. During checkout the graphic isn't being displayed properly. I've attached a screenshot.
To be honest, I don't really want a graphic showing up - if it's not asking to much could you point me to what file and which part of it I would need to change so it doesn't show or try to show a graphic during checkout?
Thanks again for your help and your hard work on this mod - it is a fantastic.
Cheers
John
Re: UK ParcelForce Shipping Modules
Simple answer, look through your error logs and find which image it's asking for (it'll be missing), which I'm pretty sure is a parcelforce gif and upload a white gif to the images/icons folder to replace it.
Philip.
1 Attachment(s)
Re: UK ParcelForce Shipping Modules
Hi,
Never thought of that but on looking at them there are no error's in the log.
Also, the graphic is supposed to be a ParcelForce one and it is in the directory it's supposed to be as per the install instructions but just shows as per attached screenshot
Re: UK ParcelForce Shipping Modules
Hi again,
Sorted. I edited includes/modules/shipping/ukzr.php file and removed this line:-
Code:
$this->icon = (( defined('DIR_WS_ICONS') ? DIR_WS_ICONS : 'images/icons/' ) . ('MODULE_SHIPPING_UKZR_GEOZONE_' . $n . '_ICON') );
From line 47 and seems to have done the trick.
Thanks again for all your work on this mode it's fantastic.
Cheers
John
Re: UK ParcelForce Shipping Modules
I think it would have been slightly better to put a blank in there and also to find out why it wasn't working, mainly because the next update will break your website again and obviously I wouldn't recommend that.
Philip.
Re: UK ParcelForce Shipping Modules
Your probably correct but I don't understand how to put a blank in and can't understand why the icon wasn't being displayed as it was just a standard install.
My technical ability is limited to say the least so went with what I can do :-)
Thanks again for the mod - it was a life saver.
Cheers
John
Re: UK ParcelForce Shipping Modules
I have found the bug now with the icon, so the next upgrade will probably pop a parcelforce gif onto your screen, but at least the gif will then be available to swap out.
Thanks
Philip.