-
Re: New Royal Mail Modules
Togfarther,
gone back on this thread and looks like the guy who offered the SQL patches has left this site.
I am going to look at advshipper anyway as I like the idea of setting up shipping for single items if needed or groups of items with a similar shipping cost / weight
-
Re: New Royal Mail Modules
OK I found it. :clap:
How to remove warning messages if you have manually updated Royal Mail prices:
The message code is located in 3 files at:
includes/modules/shipping/rmsmsmallpacket.php
includes/modules/shipping/rmamsmallpacket.php
includes/modules/shipping/rm1stlettert.php
The code you need to remove/comment out is:
===========
if(defined('IS_ADMIN_FLAG') && IS_ADMIN_FLAG == true && (int)@constant('MODULE_SHIPPING_RMSM_EXPIRES') <= time()){
$messageStack->add_session('The rates for the Royal Mail Shipping Modules (Airmail & Surface Mail) increased on '.date('jS M Y', (int)@constant('MODULE_SHIPPING_RMSM_EXPIRES')).'. A SQL patch is available to update them.<br /><a href="http://www.zen-cart.com/forum/showthread.php?t=46450" target="_blank">The support thread is here, click on the "<b>Last >></b>" link on the right to get to the most recent post.</a>', 'warning');
}
=========
The wording in each message is slightly different, but they all contain "The rates for the Royal Mail Shipping Modules" if you are searching for the code in the page, and they all start at line 21 in my files.
I hope this helps
Tog
-
Re: New Royal Mail Modules - remove warning notice
Quote:
Originally Posted by
Togfather
I have manuallly changed the prices for the services I am using (only neded a few changes) so there is no need for me to get an SQL update
The SQL update cost the UK minimum wage so it depended on how much you valued your time, the "out of date" warnings are there for your benefit otherwise you'd be charging incorrect rates if you enabled any of the Royal Mail or ParcelForce module.
Philip.
-
Re: New Royal Mail Modules - remove warning notice
Yes Phillip you are correct, but it was a lot quicker for me to change half a dozen numbers in the back office (the small cost of an SQL update was not an issue) and we know when the rates change because the post office informs us. This module is working ok for us and there is no need for us to look at advshipper or any other way of pricing our shipping.
-
Re: New Royal Mail Modules
Hello
Hope someone can help with this question. I'm having a shipping calculation issue with this mod. This is what I currently have in shipping rates (for 1st class packet):
0.1:1.48, 0.25:1.82, 0.5:2.34, 0.75:2.85, 1.0:3.45, 1.25:4.65, 1.5:5.35, 1.75:6.05, 2:6.75, 4.1:8.42, 6.1:12.50
For some reason, anything I add to the cart is calculated at £8.42 for shipping, even if the weight is less. If I remove the '4.1:8.42, 6.1:12.50' part, it calculates the shipping at £0.00.
Can anyone help?
Thanks.
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
mike1969
*Hide Shipping Weight*
Hi everyone,
I have been using this excellent module for quite some time now but now would like the shipping weight hidden on the 'estimate shipping' and the parts of the checkout where it is show.
Any help would be much appreciated!
I've gone through this thread and couldn't find a clear answer to this question. I'd also like to know how to hide the weight in the shopping cart.
I tried finding the variable name for the standard packet weight unit (Kgs) which is called MODULE_SHIPPING_RM1STPACKET_TEXT_UNITS then looking for other files which contained it (thinking it would be being called just after the instruction to print the weight to the page). No luck, this only appears in the standard packet shipping module, which doesn't contain the weight calling bit.
I'm no expert in PHP, can anyone help with this?
thanks
-
Re: New Royal Mail Modules
I've managed to work out that the line of code bringing the location and weight info into the shopping cart (eg."Great Britain and Northern Ireland only : 0.360 kg(s)") is around line 112 in
tpl_checkout_shipping_default.php
<label for="ship-<?php echo $quotes[$i]['id'] . '-' . $quotes[$i]['methods'][$j]['id']; ?>" class="checkboxLabel" ><?php echo $quotes[$i]['methods'][$j]['title']; ?></label>
taking any parts of <?php echo $quotes[$i]['methods'][$j]['title']; ?> away breaks the whole line. I need to know where this is coming from and how to pull just the ""Great Britain and Northern Ireland only" part in.
-
Re: New Royal Mail Modules
Ok folks, ignore that. I missed this post...
http://www.zen-cart.com/forum/showth...ght#post339784
...which was enough to crack it. The code in those lines seems to have changed a little bit since the original message but the idea is basically the same.
thanks forum!
-
Re: New Royal Mail Modules
Is an updated SQL update available for this plugin?
-
Re: New Royal Mail Modules
Hi, i think this is a great mod and it suits my needs perfectly all be it with some minor modifications. However i have a slight problem in that I want to choose which postal method is selected by default. At the moments it always defaults to 'rm1stlargeletter.php' as this is my first installed option and I'm presuming its because its alphabetical ordering. Is there a way to change this? i.e. to set 'specialdelivery2500.php' set as the default selected postal option?
Thanks
Tony
-
Re: New Royal Mail Modules
Can someone tell me where I get the rate update patch or how to edit them myself?
-
Re: New Royal Mail Modules
Anyone know how to handle BFPO addresses with this module?
http://en.wikipedia.org/wiki/British_Forces_Post_Office
Thanks
-
Re: New Royal Mail Modules
This is why Phillip (the creator of the mod has been banned from Zen cart forums it petty really!!)
do a search in google Phillip Clark Royal Mail or click the link below:
http://www.google.co.uk/search?q=Phi...rke+royal+mail
3rd link down, you can also purchase the SQL update from here also if you don't want to do it yourself.
so much for free speech....
I could not add the URL as the forum mods have banned that link to the website.
I give it one day this post will be gone...
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
athenadesign
okay. One more time ...
You and Mr Clarke seem to completely disregard the actual posted reasons for his being banned.
Contrary to what he's posted on his various websites, the reasons have NOTHING to do with JSWeb or his modules provided on that site or other sites.
The reasons for his being banned are related to his conduct here on these forums, include flaming, frequent use of inappropriate language, frequent belittling of numerous forum members, etc.
Further, on other websites he has frequently contributed and posted his own derogatory comments about Zen Cart and its moderators and developers, in addition to other actions not conducive to fostering community growth.
If you think that's petty, feel free to go jump in bed with him and his questionable ethics. He'll be glad to have you keep him warm. :blush:
-
Re: New Royal Mail Modules
Hello
We have just installed Royal Mail 2.3.8 into Zen Cart 1.3.9g
When we go into modules, shipping and select one of the modules for install we get this..
The rates for the Royal Mail Shipping Modules increased on 6th Apr 2009. A SQL patch is available to update them.
The support thread is here, click on the "Last >>" link on the right to get to the most recent post.
I have read the posts here, and it seems that we haven't used the SQL files provided in your package. But on checking the rates as currently set, I can confirm that they dont match the current rates with Royal Mail.
Please can you advise where the updated tables are, and how I obtain them?
Many thanks in advance,
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
Amandeep
Hello
We have just installed Royal Mail 2.3.8 into Zen Cart 1.3.9g
When we go into modules, shipping and select one of the modules for install we get this..
The rates for the Royal Mail Shipping Modules increased on 6th Apr 2009. A SQL patch is available to update them.
The support thread is here, click on the "Last >>" link on the right to get to the most recent post.
I have read the posts here, and it seems that we haven't used the SQL files provided in your package. But on checking the rates as currently set, I can confirm that they dont match the current rates with Royal Mail.
Please can you advise where the updated tables are, and how I obtain them?
Many thanks in advance,
I don't think this is up to date - there was a link I saw somewhere ( some time ago) to purchase the update sql patch - but not sure if that still applies any more - probably best you can do is update it yourself.
-
Re: New Royal Mail Modules
Two things..
1. I believe that there is a link within that notification - or at least, there used to be.
2. 1.3.9g - update to 1.3.9h before going any further, as there are some important bugfixes (albeit unrelated to shipping)
-
Re: New Royal Mail Modules
Hi All,
I hope someone can advise me on this issue.
I am using the Royal Mail Module.
I have a product that we offer free shipping on, so need that to reflect in the cart.
I set the free shipping option, and it comes up as an option in the cart, but it also shows a Special Delivery Option of £6.05. If it was to be sent Special Delivery, it would be £22.65. I wouldn't mind having the Special Delivery Option, but at the correct price.
All other items come up with the correct Special Delivery opion, and the weight is set correctly.
I have now worked out why it puts the Special Delivery cost as the lowest. When the product is made Free Shipping, the weight goes to 0kgs, and therefore the Special Delivery cost is based on that.
I feel so close now, but I hope someone can help to rectify this problem.
I look forward to any advice on this one.
Regards,
Andy
-
Re: New Royal Mail Modules
Strange ... Nobody appears to have been on this thread for months!
Anyway. Using ZC v1.3.9h and have just upgraded to Royal Mail Module 3.02
All looks fine with cart till customers go to checkout. They then get following message:
The website encountered an error while retrieving .mysite/index.php?main_page=checkout_shipping. It may be down for maintenance or configured incorrectly.
Anyone else encountered this that can point me in the right direction to sort it.
-
Re: New Royal Mail Modules
No expert but too have just installed this with the updates. I recall seeing this and if memory is correct... Check your Zones
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
Togfather
OK I found it. :clap:
How to remove warning messages if you have manually updated Royal Mail prices:
The message code is located in 3 files at:
includes/modules/shipping/rmsmsmallpacket.php
includes/modules/shipping/rmamsmallpacket.php
includes/modules/shipping/rm1stlettert.php
The code you need to remove/comment out is:
===========
if(defined('IS_ADMIN_FLAG') && IS_ADMIN_FLAG == true && (int)@constant('MODULE_SHIPPING_RMSM_EXPIRES') <= time()){
$messageStack->add_session('The rates for the Royal Mail Shipping Modules (Airmail & Surface Mail) increased on '.date('jS M Y', (int)@constant('MODULE_SHIPPING_RMSM_EXPIRES')).'. A SQL patch is available to update them.<br /><a href="http://www.zen-cart.com/forum/showthread.php?t=46450" target="_blank">The support thread is here, click on the "<b>Last >></b>" link on the right to get to the most recent post.</a>', 'warning');
}
=========
The wording in each message is slightly different, but they all contain "The rates for the Royal Mail Shipping Modules" if you are searching for the code in the page, and they all start at line 21 in my files.
I hope this helps
Tog
Hi Tog
Also replace this number in the files 1238976000 with this one 1336644214, the statement looks like:
define('MODULE_SHIPPING_RM_EXPIRES', 1238976000);}
that will give you till next year :-)
unix time stamp
malc
-
Re: New Royal Mail Modules
Hey been trying to get my head round this now for days but im useing all the uptodate moduals and zen cart and when i try and ship somthing useing 2nd class large letter it tells me it will be 39p when i have updated all the prices to the 2011 ones via the admin cp
0.1:0.58
0.25:0.92
0.5:1.23
0.75:1.76
are the prices that im useing
dose it take them and make a estimation lol
cheers
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
hadesodin
Hey been trying to get my head round this now for days but im useing all the uptodate moduals and zen cart and when i try and ship somthing useing 2nd class large letter it tells me it will be 39p when i have updated all the prices to the 2011 ones via the admin cp
0.1:0.58
0.25:0.92
0.5:1.23
0.75:1.76
are the prices that im useing
dose it take them and make a estimation lol
cheers
"you either have a negative amount somewhere or have mis-entered information, have clicked update, set the shipping percentages wrong"
- Philip Clarke
any idears as to were this negitave value could be people ive only updated the shiping values and template nothing elce has been changed
-
Re: New Royal Mail Modules
Hi. Can anyone tell me if this module is still supported as it was last updated in 2009. Does the SQL patch exist and if so where can it be found?
Is it safe to install big_royalmail version 2.3.8 on Zen Cart v1.3.9h?
-
Re: New Royal Mail Modules
I notice Philip_clarke, the orignator of big_royalmail has been suspended. Is there anyone who can provide support for this module?
-
Re: New Royal Mail Modules
Should big_royalmail still be used, or is there a good replacement for it that is supported?
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
keneb
Should big_royalmail still be used, or is there a good replacement for it that is supported?
Looks like your not getting any better an answer than from another new zenner. lol had to start somewher.
I have been looking at this mod for a couple of days trying to find updates to it, best I found was right here in the thread. and taking a look at Philip_clarke's Pacelforce mod as well. Combine to two and you have prety much got the whole delivery system in the uk covered, I think. just needs updated prices as has been covered in the previous few posts. :smile:
-
Re: New Royal Mail Modules
Just getting started here folks so pardon me if this is a lame question or has been asked before.
Trying to cover shipping with as much choice to the customer as possible, and I would like to know if;
If I took the modules from ParcelForce_v2.3.7 and big_royalmail_v2.3.8 that covered the UK and GB and added them into the relevant includes forlders I would esentially be creating a bespoke shipping mod for my site, of course with updated costings for the postage and shipping.
As the creator of these two mods states that they do not change any core files or PHP coding this should work as I hope...hope...hope :wacko: :laugh: un controlably.
Man I am either about to screw it (again) or this could workout quite well, no one hold their breath but did I even ask a question then... If I jamb it all together not knowing what I am doing will it work. :ohmy:
-
Re: New Royal Mail Modules
is anyone with coding knolwedge following this thread?
-
Big RoyalMail w/ PayPal
Hi guys
If people are still following this thread, I am wondering how this integrates with PayPal (Express) checkout as you can click onto this before chosing a delivery type?
If anybody can shed some light onto this that will be great, thanks!
-
Re: Big RoyalMail w/ PayPal
Quote:
Originally Posted by
AshleyNG2
Hi guys
If people are still following this thread, I am wondering how this integrates with PayPal (Express) checkout as you can click onto this before chosing a delivery type?
If anybody can shed some light onto this that will be great, thanks!
I'm using this module with PayPal Express since upgrading to ZenCart 1.3.9h just recently. I've taken the "PayPal" button off the shopping cart page so that the process works just as it did before with PayPal IPN - i.e., you get to pick your shipping option before paying (rather than after paying).
It's all working fine here.
-
Re: New Royal Mail Modules
I have submitted a new set of UK shipping routines to the Zen Cart Forum Add-ons system. They have been labelled 'Basic UK Mail'.
http://www.zen-cart.com/index.php?ma...oducts_id=2001
-
Re: New Royal Mail Modules
Quote:
Originally Posted by
Chuckl
I have submitted a new set of UK shipping routines to the Zen Cart Forum Add-ons system. They have been labelled 'Basic UK Mail'.
Glad someone done these I had been working on a set but got all involved in just setting up my first ever store.
Thanks Billy
-
Re: New Royal Mail Modules
New UK shipping methods now available in the Free Software addons- Shipping modules section as 'Basic UK Mail'.
Support thread: http://www.zen-cart.com/forum/showthread.php?t=186377