Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

USPS Priority Mail Flat Rate Shipping


  • You cannot reply to this topic
54 replies to this topic

#41 jtcreate

  • Community Member
  • 5 posts
  • Real Name:Jeff Tow

Posted 03 March 2010, 18:40

I've installed the latest versions of both USPS Methods and the Priority Mail Flat. Both appear to be installed properly. I can activate each one in the admin panel, but when I hit EDIT... I get this error:

Fatal error: Call to undefined function tep_cfg_multiinput_list() in /home/(mydirectory)/public_html/admin/modules.php(214) : eval()'d code on line 1

Not sure what I'm missing... thoughts?

#42 jtcreate

  • Community Member
  • 5 posts
  • Real Name:Jeff Tow

Posted 03 March 2010, 18:52

View Postjtcreate, on 03 March 2010, 18:40, said:

I've installed the latest versions of both USPS Methods and the Priority Mail Flat. Both appear to be installed properly. I can activate each one in the admin panel, but when I hit EDIT... I get this error:

Fatal error: Call to undefined function tep_cfg_multiinput_list() in /home/(mydirectory)/public_html/admin/modules.php(214) : eval()'d code on line 1

Not sure what I'm missing... thoughts?

Nevermind. Got it working... Thx!

#43 babakt

  • Community Member
  • 14 posts
  • Real Name:bob
  • Gender:Male

Posted 28 March 2010, 01:10

Hello,

Added this module. Everything seems to work with one exception. Ordering a quantity 1 gives me a shipping price (e.g. $10) and USPS size. If I select a quantity for 2, 3, 4, etc. of the product it still gives me the shipping price for a quantity of 1.

Thanks.

Update: I think I see what is going on. I've adjusted weights to try to "fit" my products in the different size envelop/boxes. Unfortunately, my example product "fits" into a large box - if I order quantity 2 (or 3 or 4) the weight doesn't matter. Its the size that is important. I can fit 1 item into a large box, can't fit 2 or more - weight isn't the issue.

Anybody have an idea of how to remedy or a shipping solution for USPS Priority Flat Rate shipping that works on size and not weight?

Thanks again.

Edited by babakt, 28 March 2010, 01:23.


#44 beanzy

  • Community Member
  • 126 posts
  • Real Name:Roy

Posted 13 June 2010, 08:11

Any way to change the pricing output?

Priority Large box is now $14.50 for USA and $10.70 for medium.

Edited by beanzy, 13 June 2010, 08:24.


#45 beanzy

  • Community Member
  • 126 posts
  • Real Name:Roy

Posted 13 June 2010, 08:34

Also

Free items are directed to PayPal, then return to the checkout_confirmation.php.
After installing this mod, the confirmation page shows USPS shipping charge.

I clicked on the edit shipping button and then back to the confirmation page
and the shipping disappeared. Very strange and bothersome because if the customer
doesn't know to click the edit shipping button and then back, they will get charged
for shipping on a free ship item.

Any ideas on this?

#46 beanzy

  • Community Member
  • 126 posts
  • Real Name:Roy

Posted 13 June 2010, 08:47

View Postbeanzy, on 13 June 2010, 08:11, said:

Any way to change the pricing output?

Priority Large box is now $14.50 for USA and $10.70 for medium.


Never mind, found it. Is in the admin configuration section... Too cool

#47 steffanih

  • Community Member
  • 97 posts
  • Real Name:Steffani Mwaruka
  • Gender:Female
  • Location:Salt Lake City, UT

Posted 07 July 2010, 01:03

Hi there,
I've recently added this module into my shopping cart and it appears to be working, and shows in the shipping selections. When click on the continue button, it appears to refresh instead of moving to the next shipping step. What should I do?
Thanks
Steff

#48 flashmavi

  • Community Member
  • 3 posts
  • Real Name:martin vidic

Posted 09 July 2010, 00:28

Having the same problem as steffanih. It gets stuck at the checkout_shipping page. But only if usps in enabled.
Any advice?

#49 flashmavi

  • Community Member
  • 3 posts
  • Real Name:martin vidic

Posted 09 July 2010, 13:47

Ok :)
I guess - Me an steffanih just posed this in the wrong topic.
This was about the integrated usps module - Not the flat rate usps module.

@ steffanih: Creating a normal usps accountis not enough.
YOu have to call them ask for an API username and password.
They will then send you that in an email confirmation with a NEW username and password

But with that you are not done: After that you will call them on more time and ask them to move your API account to their production server.

#50 dgosslin

  • Community Member
  • 2 posts
  • Real Name:Dan Gosslin

Posted 16 August 2010, 01:47

I have it installed, but when I go to edit, I get the following

Fatal error: Call to undefined function tep_cfg_multiinput_duallist_lb() in /data/(my directories)/admin/modules.php(212) : eval()'d code on line 1

Ideas?

Thanks

Dan

#51 rannox

  • Community Member
  • 1 posts
  • Real Name:Justin

Posted 18 August 2010, 01:16

Quick Fix for Puerto Rico not being noticed as a US Territory, and overcharging by using international rates.

open includes > modules > shipping > uspsflat.php

find "if ($order->delivery['country']['id'] == SHIPPING_ORIGIN_COUNTRY)" around line 82.

replace with "if (($order->delivery['country']['id'] == SHIPPING_ORIGIN_COUNTRY) or ($order->delivery['country']['title'] == 'Puerto Rico'))"

Now Puerto Rico will be charged the same prices as domestic. Which is how USPS charges it.

Edited by rannox, 18 August 2010, 01:16.


#52 TheShadowKnows

  • Community Member
  • 18 posts

Posted 18 July 2011, 06:24

Hi, this is a GREAT contribution! Thanks to the folks keeping it up!
How hard would it be to add a simple checkbox in the product creation page (admin/cats I guess) that if checked would kill this module from appearing in the checkout process when that particular item is in the cart? Say it would be checked by default, but creating an item where flat rate shipping applies, you can just uncheck the box. Then if customer purchases all flat rate items within the weight limit, great, they get offered flat rate shipping, but if just one items does not qualify, they don't get the option.

#53 mvanderhoff

  • Community Member
  • 43 posts
  • Real Name:Matt

Posted 23 November 2011, 05:49

I just downloaded the latest version from 2009 on a fresh copy of OSC 2.3.1 and when i go to edit the module nothing happens.

Any suggestions?

#54 mvanderhoff

  • Community Member
  • 43 posts
  • Real Name:Matt

Posted 23 November 2011, 18:34

View Postmvanderhoff, on 23 November 2011, 05:49, said:

I just downloaded the latest version from 2009 on a fresh copy of OSC 2.3.1 and when i go to edit the module nothing happens.

Any suggestions?

Nevermind it was a long night

#55 mvanderhoff

  • Community Member
  • 43 posts
  • Real Name:Matt

Posted 23 November 2011, 18:34

View Postmvanderhoff, on 23 November 2011, 05:49, said:

I just downloaded the latest version from 2009 on a fresh copy of OSC 2.3.1 and when i go to edit the module nothing happens.

Any suggestions?

Nevermind it was a long night