Page 9 of 21 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 204
  1. #81
    Join Date
    Feb 2007
    Posts
    210
    Plugin Contributions
    0

    Default Re: Stamps.com integration - Couple small bugs need addressing

    Well. My apologies to the ZC community. I was the one that started begging for this interface - and I guess I can say I'm grateful that I didn't jump on it when first released!

    I think stamps.com is a great service - but I too have had issues with them and some nasty bugs.

    I was in the software quality management field for almost 30 years - and I have to say that the cavalier attitude that stamps.com is using (in general - not Chuck) is at odds with the teachings of my previous discipline.

    Stamps.com may just see their service as one for homemakers to not have to go to the post office, but for most of us ZC users, this is our LIVELIHOOD and REPUTATION at stake - and their faulty implementation endangers these. I want the best experience possible for my customers - for now, I'll keep doing what I've been doing - using stamps.com manually, cutting and pasting every order - because this way, I can guarantee a good experience for my customer!

    Let me know when the implementation of the stamps.com module is working as it should - or feel free to contact me if you want an engineering-eye view of the specs for this module.

  2. #82

    Default Re: Stamps.com integration - Couple small bugs need addressing

    mumzie,

    Thank you for your feedback; I've passed your post along to our product team.

    Are there any specific concerns that you have about the integration? While there are certainly issues we are looking into, the core functionality of importing orders from Zen Cart to Stamps.com can be a huge time saver relative to copy and paste.

    Thanks!
    Chuck
    Stamps.com

  3. #83
    Join Date
    Apr 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Stamps.com integration - Couple small bugs need addressing

    Quote Originally Posted by roberttimmons View Post
    I am still getting too many failed jobs error.. any idea?
    well Since nobody really knew how to fix the issue nor did I get any replies. I did what any tech would do. made my shipping guy re install the stamps.com software and re create the profile. And what do you know its working again.

    Now for the next issue. The email notify. This is not a issue that will be hard to fix. Its very simple actually. When you post something to the customer order you either check the box that says notify the customer. which is the default. Or you uncheck the box so the customer gets no email about the update. So somewhere in the stamps.com module files we need to create that flag where it inserts the tracking number back to the webstore. I have no idea of where the code is or what it is but Iv had just about enough of copying and pasting tracking numbers so my customers know there item shipped. So Im going to dig into the files today because what I truly believe is. Stamps.com does not want this to happen because they would much prefer to collect the email addresses of all of OUR Customers to add to there database. Maybe they are doing nothing with them now. But that huge email list could be worth big bucks down the road. That's why IMO this has not been addressed. Will report back if I figure anything out. If I cant I will hire a coder.

  4. #84
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Stamps.com integration - Couple small bugs need addressing

    When you open up the php files you'll find that they've copyrighted the mod and use of it is subject to their terms and conditions under license. I suspect that if you modify the code you'll be exposing yourself to possible problems. That's why I didn't do anything to it.

  5. #85
    Join Date
    Apr 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Stamps.com integration - Couple small bugs need addressing

    Here is the code. I think I already know what to change. Under customer_notified they have it at 0.. I bet if its changed to 1. Then the customers would be notified. Althought I am not going to make this change as I do not own this file. I am simply posting this information to prove its possible.

    //update order status
    $db->execute(" update ".DB_PREFIX."orders set orders_status='3' where orders_id='". $this->MakeSqlSafe($OrderNumber,1) ."'");
    }
    else
    {

    if($current_order_status==1)
    $change_order_status=2;
    else if($current_order_status==2)
    $change_order_status=3;
    else
    $change_order_status=$current_order_status;

    $db->execute("insert into " . TABLE_ORDERS_STATUS_HISTORY . "
    (orders_id, orders_status_id, date_added, customer_notified, comments)
    values ('" . $this->MakeSqlSafe($OrderNumber,1) . "', '".$change_order_status."', now(), '0', '" . $this->MakeSqlSafe($comments). "')");

    if($change_order_status!=$current_order_status)
    $db->execute(" update ".DB_PREFIX."orders set orders_status='$change_order_status' where orders_id='". $this->MakeSqlSafe($OrderNumber,1) ."'");

  6. #86
    Join Date
    Sep 2009
    Posts
    48
    Plugin Contributions
    0

    Default Re: Stamps.com integration - Couple small bugs need addressing

    Quote Originally Posted by StampsCom View Post
    If you would like, you can CC yourself on the emails that are sent. I realize this does not address all of the problems expressed, but it is something you can do immediately. To do this, go to File/Preferences/Email from within Stamps.com. There are also limited customization options and I should mention that we are working on additional customization of emails sent from Stamps.com.

    Thanks for this information Chuck, but I won't use the Stamps.com e-mail. The e-mail has to come from ZenCart for a consistent customer experience, so for now I'll manually send them. Hopefully this will be fixed, or added as an option in the near future.

  7. #87
    Join Date
    Sep 2009
    Posts
    48
    Plugin Contributions
    0

    Default New Problems

    Quote Originally Posted by roberttimmons View Post
    Here is the code. I think I already know what to change. Under customer_notified they have it at 0.. I bet if its changed to 1. Then the customers would be notified. Althought I am not going to make this change as I do not own this file. I am simply posting this information to prove its possible.
    Thanks for the lead Robert. I'd try it out if my installation of stamps.com wasn't broken again.

    I have a completely new problem. Without explanation stamps.com started working again for me about a week ago. It was working fine until a couple of days ago when I received a new error and I'm out of luck again. The new error is as follows:

    Code:
    ERROR: The webstore URL is incorrect. Please verify this is the correct URL. (10/27/2010 11:10:02 PM) 
    Unable to connect to webstore. Unable to connect to the remote server The webstore URL is incorrect. Please verify this is the correct URL.
    Nothing has been changed on the installation. The URL has not been changed and is correct. I tried installing the latest rev of the plugin but there was no change.

  8. #88
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: New Problems

    Does the fact that

    today is 10/28/2010 and Stamps.com is checking for orders on 10/29/2010 have anything to do with any problem?

    Last week, a Stamps.com supervisor called me but apologized that he could not help with any problems because the Technical Supervisors declined to participate in a phone call for a technical issue.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #89
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: New Problems

    OOPS. Don't know why a duplicate post appeared.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #90
    Join Date
    Sep 2009
    Posts
    48
    Plugin Contributions
    0

    Default Re: New Problems

    Quote Originally Posted by RixStix View Post
    Does the fact that

    today is 10/28/2010 and Stamps.com is checking for orders on 10/29/2010 have anything to do with any problem?
    Hi RixStix,

    Where are you finding that date? In the XML? If it's doing that, it certainly is a problem. What time of day did you see that happen?


    Quote Originally Posted by RixStix View Post
    Last week, a Stamps.com supervisor called me but apologized that he could not help with any problems because the Technical Supervisors declined to participate in a phone call for a technical issue.
    There is no doubt Stamps.com has huge software development, QA, and support department issues. From running software development departments of all sizes for 25 years, I can only say that this is a management problem and they need to solve it.

    Here's my latest problem from today that's related to the stamps.com software, not the plug-in, but it points to the poor management in both software dev, support and QA that is in place there. Sorry in advance for being so long winded but I think it's important to help illustrate the problems we're dealing with at stamps.com, and hopefully Chuck will read this and get it back to someone that can do something about these core management problems.

    Last night I scheduled a pickup through the stamps.com software at 12:30 am Pacific time. Per USPS and Stamps.com doc you are supposed to be able to schedule a pickup up until 2:00 am Central time for next day pickup(I've had trouble with USPS on this for years and it's never worked correctly). When I scheduled the pickup it came back saying my pickup was scheduled for 10/29(Friday), not today like I needed it…..so here we go again with the USPS side of things not working as documented( I do not believe this part is a stamps.com problem), so I tried to cancel the pickup. On the schedule a pickup page in stamps.com software there is a link that says "Click here to modify or cancel a previously scheduled pickup". You click on it and a form comes up to enter the pickup location and the pickup confirmation #. So, where do you get the pickup confirmation #? I couldn't find it so I looked in the stamps.com help for the form and it states "Enter in the provided Confirmation number.". The problem is there was never any confirmation # provided and there's nowhere to get it in the stamps.com software…..so….I called support and the answer I got was pathetic. First, the support guy didn't have a clue what I was talking about. It took me 10 minutes to get him to understand the problem, then when he did he went offline and talked to someone higher up. His answer was that I had to call USPS and get them to give me the confirmation #, and that USPS did not provide stamps.com with that information and that's why it wasn't available in the stamps.com software. I pointed out to him the absurdity of having mature commercial software shipping with a link to a feature that can't even be implemented. He didn't get it, and when I asked to speak to a supervisor he denied me. This type of "bug" in shipping software is inexcusable.


    Bill

 

 
Page 9 of 21 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Integration with USPS/Stamps.com/Encidia
    By ericny in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 26 Apr 2011, 06:51 PM
  2. A couple of small issues that I need help with...
    By C_R_C in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Aug 2010, 09:42 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