Re: New Royal Mail Modules
The default Zen Cart install sets up an automatic added packaging weight of 3 'units'. In your case actually 3kg, since the Royal Mail modules calculate in kg. So the shipping weight of your 0.001'lb' item is calculated at 3.001kg.
Change it in Admin-Configuration-Shipping/Packaging section Package Tare Small to Medium. Default is 0:3, which means 0 percent, 3 units. 10:0 is a better setting for testing.
Zencart does not do any weight conversions, it doesn't care what you call the units, so to change the units you simply need to edit the files, and change lbs. to kg. Easiest way to find out where is to read the tutorial
https://www.zen-cart.com/tutorials/i...hp?article=204
Re: New Royal Mail Modules
Quote:
Originally Posted by
Pixxi
This is a limitation of the standard cache_data column size in all versions (AFAIK) of zen up to and including zen v1.3.7.
See post 299 (in this thread, above) for an explanation.
See also the bug report here:
http://www.zen-cart.com/forum/showth...ad.php?t=56436
The fix is to run this SQL statement on your database via phpMyadmin:
PHP Code:
# change cache tracking size
TRUNCATE TABLE db_cache;
ALTER TABLE db_cache CHANGE cache_data cache_data mediumblob;
Or to change to file-based caching in your configure.php files.
Cheers!
Wanted to add my thanks for this post. To fix my post... :D
Re: New Royal Mail Modules
Hi,
Just tried using the shipping estimator additional mod that you give. It seemed to break my shipping estimator.
I have a test user with three addresses, two of which are outside the UK. Because i don't have any international delivery option available there are no shipping options available for these two address (not sure if this makes a deference but i thought I'd give the full scenario).
I open the shipping estimator and it shows the shipping for the default address, with an option bar at the top so i can select the additional addresses in my test account.
I select one of the other address and the estimator updates to show no available shipping options. But now I cannot see the option bar so i cannot change back to my old address. I close and open the estimator and still the same.
Without the mod installed i can change from one address to another no problem.
This is with zen cart 1.3.7.
Just thought i'd let you know..
Otherwise, great mod and thanks it is most helpful indeed :)
Re: New Royal Mail Modules
I NEED HELP Please!
I have installed the Big Royal and the UKZR modules hoping to get to exclude free shipping over £50.00 when the weight is over 30kg; no joy.
I now got a big problem and I dont Know Where it could come from,
The customer billing and shipping address DOES NOT come up in the Invoice, Packing List, in super orders and normal orders, not even in the shop customer account view orders!
I would appreciate very much if you can help!
Thanks
Re: New Royal Mail Modules
AFAIK it's unlikely that installing the RM mod would cause that - no one else has reported it so far, although you may, of course, be the first ;-)
Have you made any other changes or installed any other mods at the same time?
Do the addresses appear if you:
1. Disable the RM mod in admin?
2. Un-install the RM mod?
Re: New Royal Mail Modules
Quote:
Originally Posted by
Pixxi
AFAIK it's unlikely that installing the RM mod would cause that - no one else has reported it so far, although you may, of course, be the first ;-)
Have you made any other changes or installed any other mods at the same time?
Do the addresses appear if you:
1. Disable the RM mod in admin?
2. Un-install the RM mod?
I am honored to be the first, :(
All the shipping modules are disabled a part from flat and Zone rate
In the last few days I have installed Big Royal, UKCounties_sql, super orders 2,
I have being modifying live help (top right box) some source code.
I have modified text in the invoice (not any source code)
It seams to me that I have not touched any core files thet query the sql .
I have checked the db orders and name and addresses are all there.
The only place that the address appears ok is in the checkout process.
Can you think of some other think I could have done wrong?
Thanks
Re: New Royal Mail Modules
And what happens if you:
2. Uninstall the RM mod?
Re: New Royal Mail Modules
Quote:
Originally Posted by
Pixxi
And what happens if you:
2. Uninstall the RM mod?
How do you do that? You mean delete them from the admin/shipping.
I have un-installed it from sql db but still the same.
I have just done a new order and that invoice address comes up.
So is lost the references to the previous orders?
How can that be?
Re: New Royal Mail Modules
You remove all the RM mod files from your shop - the opposite to how you installed it ;-)
Re: New Royal Mail Modules
Can I send you an email? I would like to add a feature to the product price, can I talk to you about it?