Search:

Type: Posts; User: Ajeh

Page 1 of 10 1 2 3 4

Search: Search took 0.37 seconds; generated 1 minute(s) ago.

  1. Re: We are unable to find a USPS shipping quote suitable for your mailing address

    Usdually when it is intermitent like that it is a communication issue with your server and USPS ...
  2. Replies
    13
    Views
    7,934

    v156 Re: USPS shipping module will not return rates

    switch you Debug to Logs and try another quote.

    Then download the shipping log from the server and Zip it then attach it to your next post ...
  3. Replies
    264
    Views
    64,009

    Re: Backup MySQL Database

    I have always just told my hosting site to turn it on or I am moving to another hosting site ...
  4. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    You are most welcome ... thanks for the update ...
  5. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    Your cart weight is:
    Cart Weight: 3

    But it looks like all of your minimum weight settings are set way over ... :blink:
  6. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    Make sure your Debug is set to Logs ...

    Then look in the /logs folder and get the shipping log and down load it to your computer and Zip that to attach to your post ..
  7. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    Make sure your have checked the boxes ...

    The zip the log from the server and again add as an attachment to your post ...
  8. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    I am having no issues in 1.56 with USPS ...

    Can you turn on your logs and zip the shipping log on your next attempt and post it?
  9. v156 Re: Updated to usps.php 2017-09-16 - now not showing in cart

    What isn't showing?
  10. Replies
    5
    Views
    2,593

    v154 Re: USPS: Jan 2019 update

    Not that I am aware of ...
  11. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Thanks for the update ...
  12. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Maker sure that works for both.

    If not, use:



    if ($uspsQuote['Number'] == -2147219085) {
    $this->quotes = array('module' => $this->title,
    ...
  13. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    To turn it off when no Domestic is set add the code:



    if ($usps_shipping_methods_domestic_cnt < 1) {
    $this->enabled = FALSE;
    }

    if (SHIPPING_ORIGIN_COUNTRY != '223') {
  14. v155 Re: USPS Shipping Module - We are unable to find a USPS shipping quote suitable....

    That would probably help your customers ...

    We can't control a lag time issue that is up to your hosting provider ...
  15. v155 Re: USPS Shipping Module - We are unable to find a USPS shipping quote suitable....

    I'd speak with your server provider and see if they know what the delay is as USPS appears to be working when you refresh
  16. v155 Re: USPS Shipping Module - We are unable to find a USPS shipping quote suitable....

    Does that mean you are getting the USPS rate when you refresh the browser?
  17. v155 Re: USPS Shipping Module - We are unable to find a USPS shipping quote suitable....

    Do you have any of the checkboxes on the shipping module checked?
  18. v155 Re: Upgrade from USPS_2016_0107_K8 to USPS_2018_0308_K10 crashed USPS quotes

    Check and be sure you have checked the shipping methods that you want quoted, it looks like nothing is checked ...
  19. v155 Re: Upgrade from USPS_2016_0107_K8 to USPS_2018_0308_K10 crashed USPS quotes

    Uninstall K8 and reinstall K10 ...

    Turn on the Debug log and try for a quote ...

    Look in the /logs and Zip the shipping log and attach that to your next post ...
  20. v155 Re: USPS Module not returning values for Domestic 1st Class Lg Envelope

    Check the setting in your Zen Cart Admin for the configuration ... chipping ... and make sure your Tare rates are set to 0:0 ...
  21. v154 Re: Shipping rates Based on Table Quantity and State

    You might look at Zone Table shipping module plugin:
    https://www.zen-cart.com/downloads.php?do=file&id=478
  22. v155 Re: can 'Zones' (state/province) be removed from countries where is isn't needed?

    You might look at the Zone Table rates from the add-on plugins:
    https://www.zen-cart.com/downloads.php?do=file&id=478
  23. Replies
    10
    Views
    4,445

    Re: zones and shipment

    Check the countries list and you will see the 2 code ISO 2 Codes ...

    If you need another definition for all other countries, add another definition and make the last one read:
    00

    and that will...
  24. Replies
    10
    Views
    4,445

    Re: zones and shipment

    Make sure that Zone Rate is not installed ...

    Edit the file and around line 174 change the 3 to the number of Zone Definitions that you need:

    $this->num_zones = 3;


    Now you can define...
  25. Thread: GZip Compression

    by Ajeh
    Replies
    6
    Views
    3,900

    v155 Re: GZip Compression

    There is a setting in your Admin under the Configuration ... GZip Compression settings ... to turn it on ...
  26. v155 Re: V1.5.5D USPS Shipping module, I just noticed, no USPS retail Ground Displaying

    There is a new UPS K10 that should take care of this:

    https://www.zen-cart.com/downloads.php?do=file&id=1292
  27. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    The maximum weight is used to divide up the total weight of the order into boxes that do not exceed the maximum weight ...

    You want the maximum weight set back to 50lbs so that the total weight is...
  28. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    Also you should set the Maximum weight back to 50, so that it does not split the weight into boxes ...
  29. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    You could edit the flat.php shipping module and add the code:


    // class methods
    function quote($method = '') {
    global $order;

    global $shipping_weight;
    global $messageStack;
    if...
  30. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    Can't you just setup Zone Rate or Table Rate to charge for every 8lbs for the US?
  31. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    What is the difference between limiting an ordr to 8lbs and me making 2 orders of 8lbs?
  32. Replies
    12
    Views
    10,451

    v155 Re: maximum shipping weight

    You do not need to double post, just the one is enough ...

    The Maximum weight setting is to break down the Maximum weight per box ...

    Wh ydo you need to have a Maximum weight per order of 8lbs?...
  33. Replies
    310
    Views
    114,862

    Re: Zones Table Rate Shipping Module

    This is what I am using:

    $table_cost = preg_split("/[:,]/" , str_replace(' ', '', constant('MODULE_SHIPPING_ZONETABLE_COST_' . $this->dest_zone)));
  34. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Thanks ver ymuch for your support ... that really helps out the Zen Cart Team! :smile:
  35. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    You can donate to the Zen Cart Team at:
    https://www.zen-cart.com/content.php?6-donate
  36. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    That one worked ...

    Try the dimensions of:
    8-5/8" x 5-3/8" x 1-5/8"
  37. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    You are going to have to re-create that file by getting the quote again on the server then copy that to your computer and Zip it ...

    That file is like the PDF was just renamed to .log and that...
  38. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Sorry one more time ... can you do that again and not change it to a PDF file?
  39. Replies
    310
    Views
    114,862

    Re: Zones Table Rate Shipping Module

    Check and see if removing the blank spaces works ...
  40. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Check your Debug setting and get the one in the /logs for shipping and attach that ...
  41. Replies
    310
    Views
    114,862

    Re: Zones Table Rate Shipping Module

    What settings are you using?
  42. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Maximums are:
    .2187 1 st-Class Letter
    .8125 1st-Class Lg. Env
    .8125 1st-Class Pkgs - Retail
  43. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    Make sure that you are using the most current USPS shipping module:
    https://www.zen-cart.com/downloads.php?do=file&id=1292

    Also ensure that Machinable is set to TRUE ...
  44. Replies
    142
    Views
    45,197

    Re: USPS January 17 2016 K8 - Support Quirks

    This will work to ensure all shipping methods both Domestic and International are $7.00 or above ...

    On your First-Class issue not working, is this Domestic or International?
  45. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    Thanks for the update that these two changes fixed things for you ...
  46. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    The maximum width for Large Envelopes is 0.75 ...
  47. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    Turn the Debug on USPS to Logs ... try a quote then Zip the shipping logs that are created in /logs an attach them to your next post ...
  48. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    Typo on my part ... :blink:
  49. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    Around line 1241 of the USPS shipping module ...

    NOTE: forcing the value to 0.00 means that it cannot quote with insurance ...
  50. v155 Re: USPS Shipping Rate Change 1/21/2018 Is an update needed?

    For International Large Envelopes, you have to force the value to 0.00 ...



    $submission_value = ($insurable_value > $max_usps_allowed_price) ? $max_usps_allowed_price : $insurable_value;...
Results 1 to 50 of 499
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR