OpenCart v1.4.9.4 Released
Re: OpenCart v1.4.9.4 Released
USPS in Open Cart 1.4.9.4
It seems that after the upgrade, and the copy of all files and after running th db script it works but, my main problem still exists.
OpenCart © 2009-2011 All Rights Reserved.
Version 1.4.9.4
The USPS First class mail option still does not work
this is what I get when all shipping options are checked including USPS first class..... When you check something out from the store as you can tell USPS fist class is not included in the shipping options.
Shipping Method
Please select the preferred shipping method to use on this order.
United States Postal Service (Weight: 9.00oz)
Express Mail $29.15
Express Mail Sunday/Holiday Delivery $41.65
Express Mail Flat Rate Envelope $18.30
Express Mail Sunday/Holiday Delivery Flat Rate Envelope $30.80
Priority Mail $10.65
Priority Mail Large Flat Rate Box $14.95
Priority Mail Medium Flat Rate Box $10.95
Priority Mail Small Flat Rate Box $5.20
Priority Mail Flat Rate Envelope $4.95
Parcel Post $8.87
Media Mail $5.50
Library Mail $5.22
Flat Rate
Flat Shipping Rate $12.00
Payment Method
Please select the preferred payment method to use on this order.
Cheque / Money Order
PayPal
It seems that after the upgrade, and the copy of all files and after running th db script it works but, my main problem still exists.
OpenCart © 2009-2011 All Rights Reserved.
Version 1.4.9.4
The USPS First class mail option still does not work
this is what I get when all shipping options are checked including USPS first class..... When you check something out from the store as you can tell USPS fist class is not included in the shipping options.
Shipping Method
Please select the preferred shipping method to use on this order.
United States Postal Service (Weight: 9.00oz)
Express Mail $29.15
Express Mail Sunday/Holiday Delivery $41.65
Express Mail Flat Rate Envelope $18.30
Express Mail Sunday/Holiday Delivery Flat Rate Envelope $30.80
Priority Mail $10.65
Priority Mail Large Flat Rate Box $14.95
Priority Mail Medium Flat Rate Box $10.95
Priority Mail Small Flat Rate Box $5.20
Priority Mail Flat Rate Envelope $4.95
Parcel Post $8.87
Media Mail $5.50
Library Mail $5.22
Flat Rate
Flat Shipping Rate $12.00
Payment Method
Please select the preferred payment method to use on this order.
Cheque / Money Order
PayPal
- MeanGuns
- Posts: 16
- Joined: Fri Nov 13, 2009 6:38 pm
Re: OpenCart v1.4.9.4 Released
There is a setting I see in the api for
<FirstClassMailType></FirstClassMailType
That is probably the issue. Let me try that
<FirstClassMailType></FirstClassMailType
That is probably the issue. Let me try that

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
I am sure if anyone can figure out this it would be you.
Good Luck.
If you figure it out let us know.
Everyone here including myself knows how grueling programming can be and we all appreciate your efforts.
MeanGuns
Good Luck.
If you figure it out let us know.
Everyone here including myself knows how grueling programming can be and we all appreciate your efforts.
MeanGuns
- MeanGuns
- Posts: 16
- Joined: Fri Nov 13, 2009 6:38 pm
Re: OpenCart v1.4.9.4 Released
Ok I got it. Seems firstclass no longer returns as part of "ALL" services. So I had to add some code to determine if the package was less than or equal to 13oz, then use service of "FIRST CLASS" otherwise use "ALL". Seems to work well.
Attached patch file to first post
Attached patch file to first post

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
Johnathan wrote:Thanks for another update!
Were you planning on adding in my update to Weight-Based Shipping at any point? If not, that's fine, just let me know and I'll put it up in the extension store.
Just noticed this now.. Yea I'll add it.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
in admin\controller\sale\order.php
I found new changed (arround line 857)
this should be
instead ?
I found new changed (arround line 857)
this should be
- Code: Select all
'invoice_date' => date($this->language->get('date_format_short'), strtotime($invoice_date)),
instead ?
- Code: Select all
'invoice_date' => $invoice_date,
Find and get many various of opencart modules, themes, mods, etc for your opencart store at http://www.openmycart.com/oc/, OPENCART SITE customization and Maintenance supports at here
-

openmycart.com - Posts: 418
- Joined: Mon Oct 11, 2010 8:47 pm
Re: OpenCart v1.4.9.4 Released
Hi Q, just wondering if i was to do this UPGRADE as at moment i have version 1.4.9.3 would it overwrite my template files? also if i have isntalled like CSV Import Pro and that will it mess these up? or are they fine to still use.
Regards,
Aaron
Regards,
Aaron
- aaron1988
- Posts: 256
- Joined: Thu Jan 27, 2011 2:03 am
Re: OpenCart v1.4.9.4 Released
Hey Q,
thank you for the new release. I really like the way you work with filters now. It's much more readable and understandable. But why did you not change the customer controller in the same way you did with the order controller? I really don't get it.
I was trying to fix my vqmods and ran into pure confusion.
thank you for the new release. I really like the way you work with filters now. It's much more readable and understandable. But why did you not change the customer controller in the same way you did with the order controller? I really don't get it.
I was trying to fix my vqmods and ran into pure confusion.
-

ckonig - Posts: 193
- Joined: Wed Feb 16, 2011 8:26 am
- Location: Netherlands
Re: OpenCart v1.4.9.4 Released
Hi,
I'm still quite new to all this and always paranoid about completely messing up my site. I am currently on version 1.4.9.2. What do I need to do in order to upgrade as I'm hoping that this is going to solve the problem that I am having with setting up moneybookers.
Thanks
I'm still quite new to all this and always paranoid about completely messing up my site. I am currently on version 1.4.9.2. What do I need to do in order to upgrade as I'm hoping that this is going to solve the problem that I am having with setting up moneybookers.
Thanks
- Brum26
- Posts: 59
- Joined: Mon Jan 17, 2011 1:35 pm
Re: OpenCart v1.4.9.4 Released
ckonig wrote:Hey Q,
thank you for the new release. I really like the way you work with filters now. It's much more readable and understandable. But why did you not change the customer controller in the same way you did with the order controller? I really don't get it.
Baby steps. Wasnt planning on doing it all until 1.5 but the order one was needing other stuff so I figured i'd just do it there to give it real world experience. More will follow

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
Please can somebody help. I have just tried to follow the instructions in the update.txt file to update my site. I uploaded all the new files except config.php and admin/config.php. When I get to step 4 I can't work out what I need to do. What program do I need to use to open the file and fill in the HTTPS section? My site seems to be working but when I try to go to admin login I get a message that it can not display the web page.
- Brum26
- Posts: 59
- Joined: Mon Jan 17, 2011 1:35 pm
Re: OpenCart v1.4.9.4 Released
what version are you coming from? If it is 1.4.8 or you can probably can skip step 4 since it should already be done.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
Ok, I think I have sorted that out as I can now get in to my admin section. However there seems to be a problem with the featured and bestsellers modules at the bottom of the page. www.propergifts.co.uk
I think I messed up by uploading some of the files in to the wrong place. I thought I had corrected them all but it appears maybe I haven't.
I think I messed up by uploading some of the files in to the wrong place. I thought I had corrected them all but it appears maybe I haven't.
- Brum26
- Posts: 59
- Joined: Mon Jan 17, 2011 1:35 pm
Re: OpenCart v1.4.9.4 Released
Also I had an addfast thing setup for adding products much more quickly and this seems to have vanished also.
- Brum26
- Posts: 59
- Joined: Mon Jan 17, 2011 1:35 pm
Re: OpenCart v1.4.9.4 Released
I know that delta.txt provides a list of all changes files, but is it easy to provide a 1.4.9.3 to 1.4.9.4 patch?
I can't do a wholesale update because it affects quite a few files that I have modified.
I can't do a wholesale update because it affects quite a few files that I have modified.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
-

mystifier - Posts: 779
- Joined: Tue May 18, 2010 9:15 am
Re: OpenCart v1.4.9.4 Released
mystifier wrote:I know that delta.txt provides a list of all changes files, but is it easy to provide a 1.4.9.3 to 1.4.9.4 patch?
I can't do a wholesale update because it affects quite a few files that I have modified.
WTF! Does anyone frickin read anymore!? How hard is it to find the damn download link in the first post of this thread??! WTF does it say right below the delta quote!?

You've been here long enough to know i've been putting out patch only releases since 1.4.9! RTFM!


Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
Brum26 wrote:Also I had an addfast thing setup for adding products much more quickly and this seems to have vanished also.
This is likely due to you uploading files to the wrong place or some core files you edited were also files that were changed in the upgrade.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.4.9.4 Released
1.4.9.4 doesn't work in the forum search. Viz:
"The following words in your search query were ignored because they are too common words: 1 4 9 4"
I simply got 1.4.9.4 from Downloads and the patch isn't included as in previous versions.
Besides, I like to watch you explode now and again.
"The following words in your search query were ignored because they are too common words: 1 4 9 4"
I simply got 1.4.9.4 from Downloads and the patch isn't included as in previous versions.
Besides, I like to watch you explode now and again.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
-

mystifier - Posts: 779
- Joined: Tue May 18, 2010 9:15 am
Re: OpenCart v1.4.9.4 Released
Ok, Does anyone know why my bestsellers and featured modules have gone like this though? www.propergifts.co.uk
- Brum26
- Posts: 59
- Joined: Mon Jan 17, 2011 1:35 pm
Re: OpenCart v1.4.9.4 Released
mystifier wrote:1.4.9.4 doesn't work in the forum search. Viz:
"The following words in your search query were ignored because they are too common words: 1 4 9 4"
I simply got 1.4.9.4 from Downloads and the patch isn't included as in previous versions.
Besides, I like to watch you explode now and again.
Yet you managed to find this thread though ... so much for that excuse...
The patch is always mentioned in the first post in the thread of the new release. It is never inside the full zip..
Life lesson #243: You should never post a reply in a thread if you haven't read the entire first post of that thread.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18197
- Joined: Mon Jul 21, 2008 7:02 pm

Return to News & Announcements
Who is online
Users browsing this forum: Bing [Bot] and 10 guests













