Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Newbie Help Needed wit V4 & USPS Online

No matter what I try, any package (even local) at ANY WEIGHT calculates to $55.15   for Priority Mail

And Express is well over $100

Also does not give 1st class or any other...

I have uninstalled the entire OSC V4 and started over several times!   PLEASE HELP!!!

Oh and Yes, I did register account and included credentials,,,   If i remove it shows no options!

Untitled-1.png

Posted

That's what I thought, but the module does not have any fields like this, just account info.  

Like I said, im new, but i believe this would be the warehouse address, but im not sure.

If I could hard-code to use my zip code that would work too.

Posted
On 11/19/2022 at 7:10 PM, kellycoolkrafts said:

Newbie Help Needed wit V4 & USPS Online

No matter what I try, any package (even local) at ANY WEIGHT calculates to $55.15   for Priority Mail

And Express is well over $100

Also does not give 1st class or any other...

I have uninstalled the entire OSC V4 and started over several times!   PLEASE HELP!!!

Oh and Yes, I did register account and included credentials,,,   If i remove it shows no options!

Untitled-1.png

Hi,

Please PM me with the access details to the admin area of your website for us to check this issue further.

Best regards,

Ivan 

Posted
2 hours ago, kellycoolkrafts said:

Anything found?   Is anyone else having this issue??

Hi,

We checked it and it looks like everything works as it should from our end. Could you please provide us with the samples of the zip codes where the system does not calculate correctly in your opinion for us to check it further.

Best regards,

Ivan

Posted

ok, so 33411 (local zip code) says 54.90 priority mail for .06 Lbs

90011 (California) is $139.25

11572 (new york)  is $103.10.

This is obviously not calculating correctly.   Unless there is a setting that I am missing...

 

Thank you for any help...

Posted

.06 Lbs is one ounce, perhaps some issue with product weight settings?

The water in a vessel is sparkling; the water in the sea is dark. The small truth has words which are clear; the great truth has great silence.

- Rabindranath Tagore

Posted

image.thumb.png.67c297eee1e4fc370cbd23025ea3450a.png

 

Weight does not matter.   I really want this all to read lbs, no kgs, but that is an issue for another day.

This still does not work.   UPS amounts change with weight.

USPS does not until it hits like 20#...

Does no-one else see this?  or am I one of the very few using USPS?

Posted
2 hours ago, kellycoolkrafts said:

BTW, as a newbie with this version, and NOT a professional programmer,  I really like V4!

If I could get the USPS to work, I would be live right away!

I would also be willing to pay someone to fix if necessary!

We will discuss this tomorrow as a part of the review meeting. 

Posted

Hi,

On 11/29/2022 at 9:44 PM, kellycoolkrafts said:

image.thumb.png.67c297eee1e4fc370cbd23025ea3450a.png

 

Weight does not matter.   I really want this all to read lbs, no kgs, but that is an issue for another day.

This still does not work.   UPS amounts change with weight.

USPS does not until it hits like 20#...

Does no-one else see this?  or am I one of the very few using USPS?

Hi,

We checked it and as far as we can see the product weight does matter. Could you please provide us with the right calculations in your opinion? Or if it is available please provide us with the USPS online calculator for us to check it further.

Best regards,

Ivan   

Posted

I SO APPRECIATE your assistance!

Site for calculating usps postage:

https://postcalc.usps.com

Here are examples:   Obviously this is calculating wrong...  

Two lb package from 33411 (florida) to 33411:   Priority= 9.55   Express= 28.15

image.thumb.png.1b025309164b1a8be67de0a30195e9d7.png

 

1 Lb same origin/Destination:  Priority= 9.00   Express= 27.70

image.thumb.png.3914de555673918043762c846faade1a.png

 

2 Lb going from Florida to NY:  Priority= 13.65   Express= 51.35

image.thumb.png.53cb57f4321750f53d8a5fec76f95a6e.png

 

 

  • 2 weeks later...
  • 1 month later...
Posted
2 hours ago, kellycoolkrafts said:

So it has been two months and no word on this module.   

Do we have any updates or expectations??

Really want to use my website!

Maybe I should hire a PHP programmer????

@Ivan Holbi do we have a solution?

@kellycoolkrafts in case we can not find a solution, hiring a developer may be a solution of course.

  • 3 weeks later...
Posted

OK, so I hired a programmer and he found an error in the code:

Hello John, it was error on line number 99
$this->\_setWidth(15);
$this->\_setLength(30);
$this->\_setHeight(15);
$this->\_setGirth(55);

Should be
$this->\_setWidth(0);
$this->\_setLength(0);
$this->\_setHeight(0);
$this->\_setGirth(0);

 

Looks like this forced dimensional postage...

 

Still a small issue not getting first class back, but I have contacted USPS for guidance.

Hope this helps someone else with the same issues

Posted

Thank you for posting how you fixed the issue.

Too bad you had to wait months for a reply, only to be told to hire someone else to fix what should be working out of the box. This makes me nervous about using osC v4.

  • 2 weeks later...
Posted

Did you ever get this solved? Having the same trouble with some rogue amounts no matter what I change the weight to?

Where is the "origin address" located at?

Posted

After some searching and editing it appears that the usps.php in (public_html/lib/common/modules/orderShipping) needs modified.

replaced:

     $this->_setWidth(15);
      $this->_setLength(30);
      $this->_setHeight(15);
      $this->_setGirth(55);

 

with:

     $this->_setWidth(0);
      $this->_setLength(0);
      $this->_setHeight(0);
      $this->_setGirth(0);

These are lines 99-102* in this file.

 

At least this gets it to update and change. Still researching if the amount being charge is correct compared to usps.com.

More to come.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...