Page 54 of 54 FirstFirst ... 444525354
Results 531 to 534 of 534
  1. #531
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Version 1.8.4 -- NOW RELEASED

    Quote Originally Posted by dbltoe View Post
    ...

    If you have an item that is free shipping and free to purchase, both Free Shipper and Free Order will need to be installed.

    The above changes work in a ZC 2.2.2 environment with PHP 8.4.21, PayPal Restful, Square WebPay, and One Page Checkout.

    @carlwhat - PayPal Restful automatically drops out when the cart is $0.00. It appears that Square WebPay does not and let's Free Order prevail. Perhaps having WebPay act like PayPal could alleviate problems for those that don't have Free Order installed. Not something I have tested fully so I don't know if you could successfully check out without Free Order. I do know WebPay does not appear when the cart is $0 and Free Order is installed.
    if you have an issue with square webpay, i would suggest posting in that thread, rather than here. @retched works hard to support this shipping module, so i think it best to not clutter this thread with extraneous stuff.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #532
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    935
    Plugin Contributions
    9

    Default Re: Version 1.8.4 -- NOW RELEASED

    I totally didn't mean to submit this as an update to the WebTools module (mods: please deny/delete that update)

    New changes coming in 1.8.5

    Added in 1.8.5
    - Added new debug log message that will generate when the module installs or upgrades to the next version. Also improved the comparison mechanism between when the versions differ. (This prevents accidental downgrades.)

    Removed in 1.8.5
    - Dropped the warning about lower-tiered API access. The USPS has bumped the request limits for basic tiers from 60 requests per hour to 10,000 requests per day. At that point, if you have a high-demand site that receives 10,000 hits per day, you should then reach out and request a higher level of access. [#128]

    Fixed in 1.8.5
    - Once again fixed the issue of the zero weight carts not causing the cart to progress correctly. (This bug should have been fixed in 1.8.0 but it wasn’t. dbltoe from the Forums gave a fix that should patch it). [#133]


    ---
    PLEASE READ THE "README_1st.md" file FIRST

    This zip file includes both the Encapsulated and Non-Encapsulated forms of the module. Please read the directions in the included README.html or README.md to see how to install it and which versions of ZenCart are compatible with each version.

    As always:


    • Traditional/Manual: Overwrite everything from the admin directory into your admin directory. Overwrite everything from the root/includes directory into the includes directory of the root of your ZenCart.
    • Encapsulated: Upload the zc_plugins directory from the root of the ZIP to the root of your admin. (Nothing should be overwritten as it is a new directory.) Visit the Plugins Manager and upgrade from there.

  3. #533
    Join Date
    Jan 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    I'm running 1.5.8a and recently updated the USPS module to 1.8.5 without a problem. I have around 250 categories/sub-categories (the highest catID is 297, but some categories have been deleted over time, or may not contain any products currently), but only 3 have products that would qualify for Media Mail. To be safe I added a complete list of category numbers 1-300 in the exclude field within the module settings (except the 3 categories); however, the module continues to display Media Mail as an option, even when carts with items from the excluded categories are present. When I try with just one category listed it works fine. So, I'm wondering if I have too many categories and the module is ignoring the string, or perhaps adding catID for non-existent or empty categories possibly causing the issue? Would it be any easier to modify the code to only list the "allowed" categories, which would also be beneficial as new categories are added in the future in case I forget to manually add them to the excluded list? Thanks in advance!

  4. #534
    Join Date
    Jan 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by mcqueeneycoins View Post
    I'm running 1.5.8a and recently updated the USPS module to 1.8.5 without a problem. I have around 250 categories/sub-categories (the highest catID is 297, but some categories have been deleted over time, or may not contain any products currently), but only 3 have products that would qualify for Media Mail. To be safe I added a complete list of category numbers 1-300 in the exclude field within the module settings (except the 3 categories); however, the module continues to display Media Mail as an option, even when carts with items from the excluded categories are present. When I try with just one category listed it works fine. So, I'm wondering if I have too many categories and the module is ignoring the string, or perhaps adding catID for non-existent or empty categories possibly causing the issue? Would it be any easier to modify the code to only list the "allowed" categories, which would also be beneficial as new categories are added in the future in case I forget to manually add them to the excluded list? Thanks in advance!
    I appear to have resolved my problem by modifying the preg_split coding in the includes/modules/shipping/uspsr.php file around line 3031:

    I changed

    Code:
    $key_values = preg_split('/[\s+]/', MODULE_SHIPPING_USPSR_MEDIA_MAIL_EXCLUDE);
    to

    Code:
    $key_values = preg_split('/[\s,]+/', MODULE_SHIPPING_USPSR_MEDIA_MAIL_EXCLUDE);
    Whether this would work in all cases I don't know, but if there is a better fix (or perhaps a setting issue I missed that would allow the original code to work) please let me know.

 

 
Page 54 of 54 FirstFirst ... 444525354

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 206
    Last Post: 17 Jul 2026, 04:27 PM
  2. PayPal RESTful API Payment Module
    By lat9 in forum PayPal RESTful support
    Replies: 481
    Last Post: 17 Jul 2026, 11:54 AM
  3. v155 USPS Shipping Module - We are unable to find a USPS shipping quote suitable....
    By jtovar in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 6 May 2019, 11:07 PM
  4. v155 V1.5.5D USPS Shipping module, I just noticed, no USPS retail Ground Displaying
    By WiccanWitch420 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 31 Mar 2018, 04:34 PM
  5. v139h Is the USPS shipping module required to ship with USPS?
    By yeahwhatever in forum Addon Shipping Modules
    Replies: 3
    Last Post: 14 Feb 2012, 12:58 AM

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