Hello,Qphoria wrote:It addresses all issues.. they are one and the same.
Any luck with the USPS updated code?
Thanks
Hello,Qphoria wrote:It addresses all issues.. they are one and the same.
As far as I know it hasn't been fixed yet. Waiting on Global Moderator Qphoria to fix it. I'm running 1.4.9.4. It also has more issues than the postcard issue.average_joe wrote:which patch should I get?
I am currently running opencart v1.5.1.1
HiQphoria wrote:Ok, I've fixed this issue now and it will be in the upcoming 1.5.1.3
You can download the fixed version here:
http://forum.opencart.com/viewtopic.php ... 09#p202309
You are sure you checked the boxes for the new firstclass options? You may need to resave the usps configuration to clear out the old settings.zelda wrote:HiQphoria wrote:Ok, I've fixed this issue now and it will be in the upcoming 1.5.1.3
You can download the fixed version here:
http://forum.opencart.com/viewtopic.php ... 09#p202309
I using 1.5.1.2....had the first class mail problem with the first class options missing for US domestic mail....Did the new patch....Did a test purchase on a 2oz item....went through check out....no 1st class mail options just priority mail in the front end. Checked all my back end settings and they appear to be right... what am I missing...I must have something messed up. Your help is needed
Thank you
Hi,Qphoria wrote:You are sure you checked the boxes for the new firstclass options? You may need to resave the usps configuration to clear out the old settings.zelda wrote:HiQphoria wrote:Ok, I've fixed this issue now and it will be in the upcoming 1.5.1.3
You can download the fixed version here:
http://forum.opencart.com/viewtopic.php ... 09#p202309
I using 1.5.1.2....had the first class mail problem with the first class options missing for US domestic mail....Did the new patch....Did a test purchase on a 2oz item....went through check out....no 1st class mail options just priority mail in the front end. Checked all my back end settings and they appear to be right... what am I missing...I must have something messed up. Your help is needed
Thank you
I just double checked and it is working fine for me on my test site. Try for yourself here:
http://unbannable.com/v15x
demo@demo.com / demo
Add the "Macbook air" to the cart as it is 10oz
It should show "first class package" in the list of shipping options when choosing the california addresses
Hello,zelda wrote:HiQphoria wrote:Ok, I've fixed this issue now and it will be in the upcoming 1.5.1.3
You can download the fixed version here:
http://forum.opencart.com/viewtopic.php ... 09#p202309
I using 1.5.1.2....had the first class mail problem with the first class options missing for US domestic mail....Did the new patch....Did a test purchase on a 2oz item....went through check out....no 1st class mail options just priority mail in the front end. Checked all my back end settings and they appear to be right... what am I missing...I must have something messed up. Your help is needed
Thank you
Yes that was the "Fake fix" that was in the code previously. The real fix removes that extra line.zelda wrote: I am still running 1.4.9.5 on a sub-domain and it has a setting
Domestic First Class Rate Type:
First class applies to 13oz packages or less. When disabled, standard premium rates are returned. I don't see that option in my 1.5.1.2 version was that removed?
Hi Qphoria,Qphoria wrote:Yes that was the "Fake fix" that was in the code previously. The real fix removes that extra line.zelda wrote: I am still running 1.4.9.5 on a sub-domain and it has a setting
Domestic First Class Rate Type:
First class applies to 13oz packages or less. When disabled, standard premium rates are returned. I don't see that option in my 1.5.1.2 version was that removed?
Perhaps you have to check "Machinable" to true
Ok I just upgraded to 1.5.1.3 and still have the first class mail not showing up. I guess that I got skipped on this very important issue. Can some help me figure this one out?average_joe wrote:I'm using the USPS module, and in my error log, for international shipping, i get the error that reads, "Width must be a number greater than 0."
i'm not entirely sure what the problem is..
Just out of curiosity, do you have the UPS shipping module turned on? I've only found 2 ways to get first class mail to show up for me. Disable UPS shipping in the new release or replace the 5 shipping files in v1.5.1.3 with the ones from v1.5.1.2. I've posted a message in the bug forum about this a couple of days ago, but I have not seen any replies confirming this bug.zelda wrote:Ok I just upgraded to 1.5.1.3 and still have the first class mail not showing up. I guess that I got skipped on this very important issue. Can some help me figure this one out?
Thank you.
Confirmed. This is because of the new price sorting function that I put into both shipping options. Didn't realize it would leave them loaded. So it actually errors out if they are both enabled. This is in 1.5.1.3 only.mayfld wrote:Just out of curiosity, do you have the UPS shipping module turned on? I've only found 2 ways to get first class mail to show up for me. Disable UPS shipping in the new release or replace the 5 shipping files in v1.5.1.3 with the ones from v1.5.1.2. I've posted a message in the bug forum about this a couple of days ago, but I have not seen any replies confirming this bug.zelda wrote:Ok I just upgraded to 1.5.1.3 and still have the first class mail not showing up. I guess that I got skipped on this very important issue. Can some help me figure this one out?
Thank you.
3. REPLACE WITH:function comparecost ($a, $b) {
return $a['cost'] > $b['cost'];
}
uasort($quote_data, 'comparecost');
Firstclass rates however are working fine when using usps alone or after you make this fix. Be sure you've selected them in the admin area. Be sure your dimensions aren't more than 10x10x10x10function upscomparecost ($a, $b) {
return $a['cost'] > $b['cost'];
}
uasort($quote_data, 'upscomparecost');
Users browsing this forum: No registered users and 5 guests