Search:

Type: Posts; User: Marco B

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    7,675

    Re: Class 'queryFactory' not found on v1.3.9f

    So were these problems caused by enabling the php op-code cache?

    I'm getting similar errors and the cart as a whole seems functional. I'll have to look into it further tomorrow.

    hmmmmm.....
  2. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    @bpoilspill
    Hi BP,
    Your suggestion has come up previously and I'm going to add that feature in the next version.

    @Vendovi
    Hi Matt,
    Check if you enabled commercial rate quoting in the module...
  3. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Unfortunately the configuration you set will not be appropriate for other scenarios since some of the settings you used take effect outside of the shipping module. Those settings in...
  4. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hi Patty,

    based on what you have written there is no need to enable any service other than the padded envelope and there is no need to enable any filtering.

    You can have the functionality you...
  5. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    You might need to uninstall/install to get all the required configuration keys. There is a sort function in the latest version and without the config setting you will get that error.

    Remember to...
  6. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hi colyield,
    You need to give more info about how you configured the module and which version you are using.

    My best guess is that you haven't enabled the domestic services or you have the...
  7. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hi Scott,

    You are welcome!

    Since you have enabled volume based filtering you can do some tweaking in the module to have it filter the shipping services appropriately.

    There are 2 large...
  8. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hello,

    I have decided to release another test version of the module.

    This one has a language file included which makes it compatible with the zencart v1.5 beta.

    The language file has all the...
  9. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I'm assuming that you are using my test version though I wonder how you managed to get a copy since I never got a pm from you asking for a copy!

    How did you get it?

    First turn on xml debug mode...
  10. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Yes,

    The volume is used by the module internally. USPS is told the origin, destination, dimensions, and weight. Shipping quotes are returned based on all that info.

    The USPS API Server knows...
  11. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    My module allows for a volume value (cubic inches) which is separate from weight.

    I have a test version of my module for dimensions based on volume.

    What you can do is set volume high for items...
  12. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Have you had a look at this modules volume support?

    I would ignore the box dimensions and look at it in terms of volume. Most shipping providers will charge based on overall volume unless the...
  13. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hmm, what I would like about a separate volume field is that it would be easier for people to use.

    The drawback is in maintaining the code because core files are being modified.

    I'd like to...
  14. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    You'll find that your method of implementation will require more 'hacks' of core zen-cart files. Thats why I re-tasked the weight field.

    It's not just a matter of getting the field in the...
  15. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I'm not sure why that would be happening. If you give me a couple zipcodes I'll see if there is a problem.

    When it says 7 days it might mean that the module had trouble retrieving the estimated...
  16. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I'm going to release an update which will allow you to easily customise the shipping service names using an updated language file. It allows for multi-language support if anyone wants to implement...
  17. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I see the problem. If I added a config parameter for volume/dimensions config I guess that could do the job.

    Box Sizes for Volumes


    10x6x4;240
    8x8x17;1088

    Then you setup some box sizes for...
  18. Replies
    2
    Views
    1,189

    Re: USPS Check Code

    Thanks for the suggestions :smile:

    I will have it updated in my next version.
  19. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Yes, the names of the shipping options do come from USPS. I was thinking about adding them to the language file for the next version to make it easily editable.

    Thanks! Glad you like the module....
  20. Replies
    5
    Views
    1,817

    Re: USPS Module not working

    This sounds extremely custom. I gave a code modification example in the mail usps support thread that disables the shipping module if overnight shipping is unavailable.

    You would want to take that...
  21. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    An update is available that resolves the above request caching issue which only affects people using version 1.2.

    Version 1.21 is available here:...
  22. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Open usps.php (from v1.2) in an editor and go to line 602

    Add 1 line:

    global $order;

    So it should look like:

    function _getCacheKey() {
    global $order;
  23. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I'm confused. If anyone has any ideas why it's working for me and not for bpoilspill let me know.

    Enable xml debug mode so I can have at look at the request.
  24. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    If you look at my screen capture again you'll notice it is formatted slightly different.

    Mine shows "ON, Canada"
    Are you using the right fields for everything?
  25. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Recheck the address you are using. Maybe you entered something wrong somewhere.
  26. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    This boggles the mind...
    http://img198.imageshack.us/img198/2705/shippingcanada.jpg

    That is the latest version of my module on the development machine - supplied with your exact details.

    I...
  27. Replies
    5
    Views
    1,817

    Re: USPS Module not working

    Looks like you installed the updated version of the module and then installed the default module.

    To get the error out of the admin section you can restore the previous copy of /admin/modules.php...
  28. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I couldn't replicate your problem!
    http://www.zen-cart.com/forum/attachment.php?attachmentid=9621&d=1314578568
  29. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Just tick the international flat rate options in the module config. If it doesn't work let me know.
  30. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Check this thread on how to add a shipping zone if you want to restrict shipping to a certain areas.

    http://www.zen-cart.com/forum/showthread.php?t=145011

    Post #6 onward.
  31. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Canada is treated as domestic under USPS and has Zip Codes like the rest of US.

    Since I live in Australia I don't get first hand experience with that stuff so you'll have to confirm. I think the...
  32. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    @bpoilspill
    If you re-applied the database patch your volume info would be reset. I'll put a note in the documentation for next time so people know to only apply the patch once.

    The module...
  33. Replies
    2
    Views
    1,189

    USPS Check Code

    I had a little look at the beta and checked if my module worked under the new version.

    I'm wondering whether the USPS check code built into /admin/modules.php line 30-32 should be moved to the...
  34. Replies
    190
    Views
    78,795

    Re: Confirmed working mods in Zen Cart 1.5

    My modified USPS module http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1914

    Works fine without any changes provided you copy over the language file from a 1.3.9...
  35. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Version 1.2 is now live, you can download it here: USPS Module V1.2

    I tested it on the beta and its looking good requiring no code changes on my part. The USPS language file from Zencart 1.3.9...
  36. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I'm just thinking of a way to integrate it.

    If it is only 2 options I might be able to do it with dropdown select boxes in the module config.

    Eg.
    Insurance Options: No Insurance, Quote Both...
  37. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I have thought about something like that. The tickbox options would require changes in the zc-core:
    /includes/modules/pages/checkout_shipping/header_php.php
    Also some template customisation.
    ...
  38. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I have posted an updated version of the module - Version 1.2 which should come online within the next week or so.

    The new version has a few improvements:

    Check the module documentation for more...
  39. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    With shipping modules, chances are it will all probably work. The modules are mostly standalone components so they should be very backward compatible unless there was a major change in the way...
  40. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Hi creativeone,
    Your question gave me an idea: A shipping quotes discount setting.

    Is there any demand for that sort of thing? It could be based on the order size. Eg: x% of the orders products...
  41. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I would use the 'free shipping' module built into zencart and only enable quoting for priority mail within the usps module. As long as you factored the shipping price into the product price correctly...
  42. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    You have to enable filtering.
    Debug mode should say something like:


    Also the example you provided has a much higher weight than you claimed for the item. Check your tare settings in...
  43. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Here is the latest version of my module - this is still in the final testing stages but is almost ready for release. It has Separate handling fees for International and Domestic as an added bonus.
    ...
  44. Re: How do I Set usps priority mail only to the Certain Products?

    Ok, It's looking like there is some confusion with setting the configurations.

    Understandable since these filtering features are quite new and I haven't written the module documentation to cover...
  45. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I had a quick look at your shop and it looks like first class is enabled for international postage but not for domestic.

    You have to tick the box.

    There is also allot of weird behavior...
  46. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    On your last example you enabled volume filtering without adding the volume data to the items. The module correctly reported that no volume data was found so no option filtering was done.

    You had...
  47. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Ok, It's quite clear why that is happening. The package error for first class is informational only. USPS does not provide first class domestic for items over 13oz so the module behaviour is correct...
  48. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Turn on XML Debug in the shipping module while you are configuring. It will show you how and why the items are being filtered and what is happening behind the scenes.

    Otherwise you can give me...
  49. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    You can use the volume based filtering. That gives you a way to customise the shipping service which is independent from weight.

    Just curious. What should happen if multiple 'SETS' are bought? Do...
  50. Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Ok, I'm releasing this version for anyone daring enough to test it.

    This version has some speed improvements like caching and now requires php 5 or later.

    It can filter using volume if you...
Results 1 to 50 of 94
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR