Page 3 of 7
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 10:30 am
by MeanGuns
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
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 11:21 am
by Qphoria
There is a setting I see in the api for
<FirstClassMailType></FirstClassMailType
That is probably the issue. Let me try that
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 11:26 am
by MeanGuns
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
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 11:38 am
by Qphoria
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
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 12:03 pm
by Qphoria
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.
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 1:12 pm
by openmycart.com
in admin\controller\sale\order.php
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 ?
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 5:58 pm
by aaron1988
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
Re: OpenCart v1.4.9.4 Released
Posted: Wed Mar 23, 2011 7:25 pm
by ckonig
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 6:09 am
by Brum26
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
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 6:51 am
by Qphoria
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
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 6:18 pm
by Brum26
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 6:55 pm
by Qphoria
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 7:04 pm
by Brum26
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 7:32 pm
by Brum26
Also I had an addfast thing setup for adding products much more quickly and this seems to have vanished also.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 9:02 pm
by mystifier
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 9:33 pm
by Qphoria
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!

Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 9:35 pm
by Qphoria
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 10:06 pm
by mystifier
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.
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 10:13 pm
by Brum26
Ok, Does anyone know why my bestsellers and featured modules have gone like this though?
www.propergifts.co.uk
Re: OpenCart v1.4.9.4 Released
Posted: Thu Mar 24, 2011 10:26 pm
by Qphoria
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.