Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default PayPal Estimated Shipping

    Using Version 1.3.9h

    Even when Store Pickup is selected (or any other shipping), after the customer enters his credit card information and when he gets to the final confirmation screen on PayPal, it shows an estimated shipping charge of $ 7.50. Can that be removed or made to agree with what the Zen Cart shipping charge actually is?

    I am afraid my customer won't complete the payment because he believes he will be charged an additional $7.50 shipping.

    When he returns to Zen Cart, the shipping is correct, and his credit card is billed correctly. I just don't want to lose sales because they see that high estimated shipping charge.

  2. #2
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Estimated Shipping

    Zen Cart doesn't pass an "estimated" shipping amount to PayPal.

    What in your store would suggest a 7.50 estimate in the first place?

    Which PayPal module are you using?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: PayPal Estimated Shipping

    I am using the PayPal Express module. I had a Flat Rate shipping item of $7.50, but I have disabled it thinking that might be the problem. It still shows an estimated shipping charge of $7.50 once it gets to PayPal's final confirmation page. The only shipping I now have active is the Store Pickup at $0.00, and it still estimates $7.50 shipping.

  4. #4
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Estimated Shipping

    Can you share a screenshot of that PayPal page?
    Also, the PayPal_CURL_xxxx.log for the SetExpressCheckout call would be useful -- http://www.zen-cart.com/forum/showthread.php?t=61199
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: PayPal Estimated Shipping

    The "estimated shipping" charge on PayPal is coming from the Flat Rate Shipping charge, because as an experiment I changed the Flat Rate to $15.00 and that is the amount PayPal is now estimating. I have the Flat Rate charge disabled in Zen Cart, however, so I don't know why it is picking that up. I have attached three screen shots.

    You can see from the Shipping Module screen shot that I do have the Flat Rate disabled (but the amount if $15). The Order Confirmation screen shot shows "Store Pickup" with $0 shipping. The PayPal screen shot show the $15 Estimated Shipping which I am complaining about.

    I tried the logging option you suggested, but for some reason my web hosting service will not let me download the log file or open it so I can see what it says. I tells me access is denied because of security settings. I also tried the e-mail option, but I have not received the e-mail as I expected (perhaps for the same reason).

    I have one more question: At the bottom of the Order Confirmation screen (which at the top says it is Step 3 of 3) it says continue to Step 3. I can't find where that is coming from, but I would like to remove it.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Shipping Module.jpg 
Views:	60 
Size:	25.8 KB 
ID:	9449   Click image for larger version. 

Name:	Order Confirmation.jpg 
Views:	57 
Size:	30.7 KB 
ID:	9450   Click image for larger version. 

Name:	PayPal Confirmation.jpg 
Views:	55 
Size:	22.4 KB 
ID:	9451  


  6. #6
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Estimated Shipping

    Quote Originally Posted by rpfuetze View Post
    I have the Flat Rate charge disabled in Zen Cart, however, so I don't know why it is picking that up.

    You can see from the Shipping Module screen shot that I do have the Flat Rate disabled (but the amount if $15).
    Setting "enabled" status to "false" is very different from clicking "Remove" to completely prevent the module from being used at all.
    When you set its status to false, you're only setting it off by default. You might have added other custom code in various places that's administratively re-enabling it.
    Full troubleshooting would include clicking Remove to prevent it from even being available.
    Quote Originally Posted by rpfuetze View Post
    The Order Confirmation screen shot shows "Store Pickup" with $0 shipping. The PayPal screen shot show the $15 Estimated Shipping which I am complaining about.
    Puzzling.
    I can't seem to recreate that scenario.

    Please list ALL the addons you've added to your site, and describe all the customizations you've made.

    Quote Originally Posted by rpfuetze View Post
    I tried the logging option you suggested, but for some reason my web hosting service will not let me download the log file or open it so I can see what it says. I tells me access is denied because of security settings.
    If you're talking about trying to access the files via your browser, then the security warnings are appropriate, because you don't want ANYONE reading those logs without permission.
    Normally you would download those files using your FTP program.
    If you can't access them via FTP, you'll need to sort that out with your hosting company.
    Quote Originally Posted by rpfuetze View Post
    I also tried the e-mail option, but I have not received the e-mail as I expected (perhaps for the same reason).
    The emails go to the Store Owner Email Address which you've specified in your Admin->Configuration->Email Options screen.
    Quote Originally Posted by rpfuetze View Post
    I have one more question: At the bottom of the Order Confirmation screen (which at the top says it is Step 3 of 3) it says continue to Step 3. I can't find where that is coming from, but I would like to remove it.
    Sounds like you've got language file content mixed up between pages, or you've put custom content in the wrong files. Namely you've got TITLE_CONTINUE_CHECKOUT_PROCEDURE defined as "continue to step 3" in more than just your checkout_payment language file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: PayPal Estimated Shipping

    The only other add-on I'm aware we have added is the TaxCloud add-on. I eventually want to use the Flat Rate shipping charge, but hopefully it won't be the one that always shows up as the Estimated Shipping in PayPal. Do you think it would help to remove it entirely and then install it again?

  8. #8
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Estimated Shipping

    From a purist troubleshooting perspective, starting clean and slowly adding things in until it breaks is the easiest way to find out what's breaking it. And then armed with that knowledge you can decide what direction you want to take.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jul 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: PayPal Estimated Shipping

    I just removed the Flat Rate shipping charge entirely, and when I attempted to go to the PayPal site to enter the credit card number I received the following error: An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. (11821) 11821 Invalid shipping options. - Invalid shipping options; you must specify a name and amount for each shipping option type.

    I had specified Store Pickup - Walk In - with $0 shipping charge. I have never turned on any shipping calculations at PayPal, so where is this requirement coming from?

  10. #10
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Estimated Shipping

    I've never seen that with any Zen Cart setup I've used in the past 5 years.

    I can't help you troubleshoot it without re-creating the problem as I described in my earlier post. And, since only you have all the information related to how exactly your exact symptoms can be recreated on another site, I have to rely on you to provide all that information.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Estimated Shipping for Dowload
    By susb8383 in forum General Questions
    Replies: 2
    Last Post: 31 May 2011, 03:01 AM
  2. Estimated Shipping
    By emperored1 in forum General Questions
    Replies: 20
    Last Post: 21 Aug 2010, 08:46 PM
  3. Estimated Shipping Shows, Actual Shipping Does Not!
    By stlnyc in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 12 May 2009, 10:56 PM
  4. Is there a way to add estimated shipping time?
    By MCanes in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jul 2008, 01:09 PM
  5. Estimated Shipping
    By Midashand in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 2 Jul 2006, 03:12 AM

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
  •