Page 39 of 94 FirstFirst ... 2937383940414989 ... LastLast
Results 381 to 390 of 934
  1. #381
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    If your orders ars so light as to not need to make use of the individual weight tariffs within a shipping module then you can simply use the module and the min max order value, set your product weights to zero and bingo!
    Most of my orders used to be less than 100g so all my shipping was by large letter 1st class (48p) - orders that exceeded £34 were automatically upgraded to special delivery. Things started getting complicated when the products exceeded the 25mm thickness dimension.... but that's another story!

    Jonathan

  2. #382
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: New Royal Mail Modules

    Thanks Pixxi and Atomic Workshop

    I've reached the conclusion that the thing to do is use the standard module and ignore the weights, much along the lines that AtomicWorkshop has suggested.

    Now one further question, if I may, I have defined the four zones i.e. UK; Europe; World Zone 1; World Zone 2, and I have painstakingly added all the relevant two-letter country codes into each 'zone', set-uip a tax class, so that the zones are active.

    The 'order' of those four zones (I,e, UK; Europe; World Zone 1; World Zone 2,) doesn't seem to bear any relationship to the shipping zones, which are simply numbered 1; 2; 3; and 4.

    This may be a really, really, dumb question but how does the shipping zone know which shipping rate to apply?

  3. #383
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    What shipping module are you using?

  4. #384
    Join Date
    Apr 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Hi.

    I've tried trawling through everything trying to place my problem, without great success.
    My query is:

    I'm using ZC 1.3.6, so I've downloaded the appropriate version of BRM (2.1.1)
    - I'm responsible for a site which was already running, and can't take the time, (unless essential) to upgrade.

    2 questions:

    1. Is this updated with recent RM updates?

    2. I'm trying to use 'Royal Mail Airmail - Small Packet'
    I've done all the uploads I think I need to, but it's regularly crashing virtually everything


    Warning: Variable passed to each() is not an array or object in /home/interfa3/public_html/includes/classes/db/mysql/query_factory.php on line 114

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/interfa3/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/interfa3/public_html/includes/functions/sessions.php on line 102

    Warning: Cannot modify header information - headers already sent by (output started at /home/interfa3/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/interfa3/public_html/includes/init_includes/init_templates.php on line 78

    on a category page, for a start.

    The implication, I think, is that I need to update mysql, or run database updates.

    Any ideas?

    Thanks very much in advance

  5. #385
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: New Royal Mail Modules

    Quote Originally Posted by AtomicWorkshop View Post
    What shipping module are you using?
    Hi

    AFAIK I am not using any shipping module other than that which is included in the Zen Cart 1.3.7.1. standard installation, but I think I have answered my own question about how the country etc. is determined.

  6. #386
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Blag,

    The standard 'Table Rate' shipping module looks as though it will do all you want

  7. #387
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Gladys_Pym:

    1. If you have the latest one from the downloads section, it should be - Kelvyn updated the rates that came in force this April.

    2. See post 359 above.
    Last edited by Pixxi; 21 Jul 2007 at 06:49 PM.

  8. #388
    Join Date
    Apr 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Thanks, Pixxi

    I've looked at 359, and that's exactly what I need to do.
    The question is; how?
    I'v taken over the site mainly to so mods on the layout/functionality etc.
    How do I

    "run this SQL statement on your database via phpMyadmin"

    Sorry. I'm not a complete noob, am not asking for a massive hand-holding exercise, but would appreciate a pointer as to where to start. I'm hoping I'll never need to do this again, so a simple 'how to' would be great.

    Thanks, everyone.

    Great software, great forum.

    ----------------------------------------

    glad to be Glad

  9. #389
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: New Royal Mail Modules

    Quote Originally Posted by Gladys_Pym View Post
    Thanks, Pixxi

    I've looked at 359, and that's exactly what I need to do.
    The question is; how?
    I'v taken over the site mainly to so mods on the layout/functionality etc.
    How do I

    "run this SQL statement on your database via phpMyadmin"

    Sorry. I'm not a complete noob, am not asking for a massive hand-holding exercise, but would appreciate a pointer as to where to start. I'm hoping I'll never need to do this again, so a simple 'how to' would be great.

    Thanks, everyone.

    Great software, great forum.

    ----------------------------------------

    glad to be Glad
    Gladys_Pym

    It might be easier for you to run this mySQL query via your store admin.

    Copy the query:
    # change cache tracking size
    TRUNCATE TABLE db_cache;
    ALTER TABLE db_cache CHANGE cache_data cache_data mediumblob;
    Now go to your store admin, and under the Tools menu you will see an entry for Install SQL Patches.

    Past the copied text into the larger of the two boxes i.e the one entitled 'Enter the query to be executed:' and then press send.

    After a few seconds you should see a message at the top of your screen telling you the outcome of the 'send'. If it's on a green background, you can assume that the process suceeded.

    Bish, bash, bosh. Job Done.

    If this fails then you would need to run the query via phpmyadmin, but I don't think that that will be necessary.

  10. #390
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: New Royal Mail Modules

    Quote Originally Posted by blag View Post
    Gladys_Pym

    It might be easier for you to run this mySQL query via your store admin.

    Copy the query:


    Now go to your store admin, and under the Tools menu you will see an entry for Install SQL Patches.

    Past the copied text into the larger of the two boxes i.e the one entitled 'Enter the query to be executed:' and then press send.

    After a few seconds you should see a message at the top of your screen telling you the outcome of the 'send'. If it's on a green background, you can assume that the process suceeded.

    Bish, bash, bosh. Job Done.

    If this fails then you would need to run the query via phpmyadmin, but I don't think that that will be necessary.
    BTW I forgot to mention that you ought to backup your database first!!

 

 
Page 39 of 94 FirstFirst ... 2937383940414989 ... LastLast

Similar Threads

  1. Royal Mail Basic UK Shipping Modules
    By Chuckl in forum Addon Shipping Modules
    Replies: 168
    Last Post: 24 Sep 2013, 08:04 PM
  2. UK Royal mail
    By pasticheart in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 19 Apr 2010, 02:38 PM
  3. Big Royal Mail Shipping Modules Mysteriously Stopped - Please Help
    By stevesubhub in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 Oct 2009, 02:17 PM
  4. Royal Mail
    By SilverKop in forum Addon Shipping Modules
    Replies: 0
    Last Post: 20 Feb 2009, 01:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR