Page 61 of 94 FirstFirst ... 1151596061626371 ... LastLast
Results 601 to 610 of 934
  1. #601
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Quote Originally Posted by philip_clarke View Post
    a) You should have kept it in Kg as it means more work. It may be possible to fix this by multiplying everything at somewhere near te final checkout.
    b) I thought it was only £500 for special delivery
    c) I will look at it this evening.
    Hi Philip,

    Special is 2.5K (http://www.royalmail.com/portal/rm/j...mediaId=400026) not 5/10 as mentioned by me, should have checked really. :)

    The only problem with keeping it in KG means it would look silly on a product page. Hence not changing the cart, and simply changing the checkout_shipping to divide by a 1000 would be simpler?

    Thanks,

  2. #602
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: New Royal Mail Modules

    Quote Originally Posted by netearth View Post
    Hi Philip,

    Special is 2.5K (http://www.royalmail.com/portal/rm/j...mediaId=400026) not 5/10 as mentioned by me, should have checked really. :)

    The only problem with keeping it in KG means it would look silly on a product page. Hence not changing the cart, and simply changing the checkout_shipping to divide by a 1000 would be simpler?

    Thanks,
    Dividing it by 1000 on the one page the client sees (the product page or cart) would be simple, multiplying it by 1000 on the invoices, packing slips, orders, postage modules and reports is a lot more work.

    Plus it's now not compatible with anything, so unless I can bodge it in the order object in between the client's shopping cart and the bit where it hits the postage and then goes onto reports... then it can't be done, plus through out the whole admin side of things there's a possibility it's "buggered" if everything is suddenly multiplied by 1000 and yet the text will still display grams.

  3. #603
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Quote Originally Posted by philip_clarke View Post
    Dividing it by 1000 on the one page the client sees (the product page or cart) would be simple, multiplying it by 1000 on the invoices, packing slips, orders, postage modules and reports is a lot more work.

    Plus it's now not compatible with anything, so unless I can bodge it in the order object in between the client's shopping cart and the bit where it hits the postage and then goes onto reports... then it can't be done, plus through out the whole admin side of things there's a possibility it's "buggered" if everything is suddenly multiplied by 1000 and yet the text will still display grams.
    But do we need to multiply it again by 1000, once the calculation is done, and the correct postage shown, is that that information passed to the next stage, then invoice stage?

    Thanks and sorry for being a pain in the a**:)

  4. #604
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: New Royal Mail Modules

    The issue will be that it will be locked in the database as a static order object, so it will have been multiplied by 1000 and then carried through regardless, so you'll have 1 gram packages in your reports, packing slips, displaying as 1000 grams . The order become static when paid for for legal reasons, e.g. you invoiced X when you were at address Y, so if you change your shop's address then it doesn't change your previous invoices (which would be illegal for VAt purposes).

  5. #605
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Quote Originally Posted by philip_clarke View Post
    The issue will be that it will be locked in the database as a static order object, so it will have been multiplied by 1000 and then carried through regardless, so you'll have 1 gram packages in your reports, packing slips, displaying as 1000 grams . The order become static when paid for for legal reasons, e.g. you invoiced X when you were at address Y, so if you change your shop's address then it doesn't change your previous invoices (which would be illegal for VAt purposes).
    Its not legal until the invoice is generated, which is the final stage, I am thinking about doing this or trying to on the "Delivery information page" before the payment page and concluding on the checkout_confirmation page.

    If it can be chabged before then at the delivery information page, then it fits in nice and snug.

  6. #606
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: New Royal Mail Modules

    The grams bit that you want can be done with one line of code, it correctly converts for all reports and orders. But only if done in a certain place and that has conditions. other than that it needs 4 or 5 lines or code per module.

    The second bit you want requires a function added to an object to fool the module into shipping multiple packages, requires that the maximum value of goods is set to -1 and would make the large assumption that each packet weighed the same, that too also then correctly prints the weight albeit in kilos and the number of boxes being shipped.

    As mentioned I'm on strike, the guy to code this is the lead developer of zen cart, called Ian Wilson who posts under the name wilt, you may be able to PM him. He should have a vested interest since his last known location was Newcastle-upon-tyne.

  7. #607
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Quote Originally Posted by philip_clarke View Post
    The grams bit that you want can be done with one line of code, it correctly converts for all reports and orders. But only if done in a certain place and that has conditions. other than that it needs 4 or 5 lines or code per module.

    The second bit you want requires a function added to an object to fool the module into shipping multiple packages, requires that the maximum value of goods is set to -1 and would make the large assumption that each packet weighed the same, that too also then correctly prints the weight albeit in kilos and the number of boxes being shipped.

    As mentioned I'm on strike, the guy to code this is the lead developer of zen cart, called Ian Wilson who posts under the name wilt, you may be able to PM him. He should have a vested interest since his last known location was Newcastle-upon-tyne.
    Hi Philip,

    That is excellent to hear or at least it can be done :)

    Am I missing something, are you on strike because of the "Total UK" fiasco we see on tv at the moment, or in my stupidity is it a "down tools" in protest against ZenCart or something like that?

    Only asking as I dont know

  8. #608
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: New Royal Mail Modules

    Quote Originally Posted by netearth View Post
    Hi Philip,

    That is excellent to hear or at least it can be done :)

    Am I missing something, are you on strike because of the "Total UK" fiasco we see on tv at the moment, or in my stupidity is it a "down tools" in protest against ZenCart or something like that?

    Only asking as I dont know
    I do not know what "Total UK" is. I have decided that ZC is better served by the paid developers taking over the modules.

  9. #609
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: New Royal Mail Modules

    No it's nothing to do with "Total UK" my wife is foreign and works in the UK.

  10. #610
    Join Date
    Apr 2008
    Location
    England
    Posts
    28
    Plugin Contributions
    0

    Default Re: New Royal Mail Modules

    Hi everyone,

    I'm using the Royal Mail module. Could someone please tell me how to remove the weight from the checkout and shipping estimator.

    I've been to Config>Shipping/Packaging>Display Number of Boxes and Weight Status and set that to 0 (off) but that has only removed the totals at the top of the shopping cart.

    On the Shipping Method page, I still have:

    Royal Mail 1st Class Large Letter
    Great Britain and Northern Ireland Only : 0.258kg

    Thanks in advance,

    MoonCow

 

 
Page 61 of 94 FirstFirst ... 1151596061626371 ... 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