OpenCart v1.4.9.4 Released
OpenCart v1.4.9.4 Released
OpenCart v1.4.9.4 Has been released!
Changes:
Delta:
DOWNLOADS:
OFFICIAL BUG THREAD:
viewtopic.php?f=31&t=28937
EXTENSION & THEME NOTES:
Most 1.4.9.x themes should work fine. There were only tiny changes to the tpl files and only the header.tpl is likely to be something you'd have different in a custom theme. Be sure your custom themes never have their own "payment" folder as that folder should always be left out so that the default is used so that any updates to payment modules are applied to your store
OTHER NOTES:
v1.4.9.4 USPS PATCH MOVED HERE:
viewtopic.php?f=133&t=30489
Changes:
== OpenCart v1.4.9.4 ==
FIXES:
- Colspan fixed for admin product list when no products found
- Search not working on all pages fixed
- Removed Foreach in Cache::get function since it returns after the first file anyway
- Added touch() to cache file before unlink to avoid the file race condition
- Add IP back to order edit page (accidentally removed in 1.4.9)
- Removed language status check for download edit
- Fixed language autodetect to check if language is enabled
- Fixed php error when loading information controller with no information_id
- Possible additional fixes for mail to use base64 encoding in subject
- Fixed column width issue fpr product totals in admin order edit
- Updated Paypal Standard to latest patch + auto-bypass for 0.00 totals
- Fixed text_error in category page
- Email validation simplified to check for *@*.*
- Fixed security issue with Moneybookers payment gateway
- Fixed USPS issues do to 2011 change
- Fixed flat rate wording on description (broke in 1.4.9)
- Fixed Paypal Pro currency conversion issue
ADDED:
- Specials listed in the admin product list also show when start or end is 0000-00-00
- Allow resetting invoice id to 1 by changing invoice prefix
- Added invoice_date field to order to store the date the invoice was generated
- Added invoice date to actual invoice print
- Added additional help text for some features to explain their function better
- New Account Create alert mail option
- Added email to db insert for admin on new install
- Converted setting.php controller to use the new proposed optimization standard methods (cut filesize in half)
- Added additional security params in htaccess
- Additional minor code optimizations
- Updated USPS to use RateV4 API
- New Account Success continues to checkout/shipping instead of checkout/cart since it is more intuitive
- Removed fedex placeholder files since they reference a deprecated api
- Added date header to mail class to help prevent spam filtering
Delta:
Files Changed Since 1.4.9.3
==========================
upload/admin/controller/catalog/product.php
upload/admin/controller/payment/moneybookers.php
upload/admin/controller/sale/order.php
upload/admin/controller/setting/setting.php
upload/admin/controller/shipping/usps.php
upload/admin/language/english/catalog/category.php
upload/admin/language/english/catalog/information.php
upload/admin/language/english/localisation/language.php
upload/admin/language/english/payment/moneybookers.php
upload/admin/language/english/sale/order.php
upload/admin/language/english/setting/setting.php
upload/admin/language/english/shipping/usps.php
upload/admin/model/sale/order.php
upload/admin/view/template/catalog/download_form.tpl
upload/admin/view/template/catalog/product_list.tpl
upload/admin/view/template/payment/moneybookers.tpl
upload/admin/view/template/sale/order_form.tpl
upload/admin/view/template/sale/order_invoice.tpl
upload/admin/view/template/setting/setting.tpl
upload/admin/view/template/shipping/usps.tpl
upload/admin/index.php
upload/catalog/controller/account/create.php
upload/catalog/controller/account/success.php
upload/catalog/controller/information/information.php
upload/catalog/controller/payment/moneybookers.php
upload/catalog/controller/payment/pp_pro.php
upload/catalog/controller/payment/pp_standard.php
upload/catalog/controller/product/category.php
upload/catalog/model/shipping/flat.php
upload/catalog/model/shipping/usps.php
upload/catalog/model/total/shipping.php
upload/catalog/view/theme/default/template/common/header.tpl
upload/catalog/view/theme/default/template/payment/pp_standard.tpl
upload/install/model/install.php
upload/install/opencart.sql
upload/install/upgrade.sql
upload/system/library/cache.php
upload/system/library/mail.php
upload/system/startup.php
upload/.htaccess.txt
upload/index.php
DOWNLOADS:
OFFICIAL BUG THREAD:
viewtopic.php?f=31&t=28937
EXTENSION & THEME NOTES:
Most 1.4.9.x themes should work fine. There were only tiny changes to the tpl files and only the header.tpl is likely to be something you'd have different in a custom theme. Be sure your custom themes never have their own "payment" folder as that folder should always be left out so that the default is used so that any updates to payment modules are applied to your store
OTHER NOTES:
- If you are using vQmod, you will need to redo the manual steps from the vQmod installation to change the new index.php files to add back the vqmod code
- The USPS update to the V4 Rate API has some stricter rules and may or may not throw an error message.
1. If you get an error that "RateV4 is not a valid..." that is because their new api doesn't work with usps test accounts. Contact usps to have them enable your account for production mode.
2. If you get no rates where you used to, this is possibly due to you choosing rectangular sized packages but either left the dimension fields blank or the WxLxHxGirth don't create a rectangle or square. Try variable package shape. - If you still see 1.4.9.3 in the footer, then you didn't upload all the files
- If you see errors about invoice_date then you either didn't upload all the files or didn't run the db upgrade script.
- Be sure to read the doc files:
-- install.txt for new installs
-- upgrade.txt for upgrades
-- PatchOnlyReadMe.txt for patch only upgrades
v1.4.9.4 USPS PATCH MOVED HERE:
viewtopic.php?f=133&t=30489

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

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

Re: OpenCart v1.4.9.4 Released
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.
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.
-

Johnathan - Global Moderator
- Posts: 2951
- Joined: Thu Dec 17, 2009 7:08 pm
Re: OpenCart v1.4.9.4 Released
Great work as always, this should be a very stable version

Better Product SEO URL's - Perfectly structured product links
Better Category SEO URL's - Give subcategories the same SEO keyword
SEO URL's Route Editor - Fix all of your index.php links

-

JAY6390 - Posts: 4639
- Joined: Wed May 26, 2010 3:47 pm
- Location: United Kingdom
Re: OpenCart v1.4.9.4 Released
Maybe im missing something but in the patch version im trying to upgrade with i dont see /install/upgrade.php in the zip...
- joegti10
- Posts: 32
- Joined: Sat Sep 04, 2010 5:49 pm
Re: OpenCart v1.4.9.4 Released
Hi Q, I didn't find the upgrade.php file in the install folder,
You want to thank me for my time!
Click here to donate
Click here to donate- marvmen21
- Posts: 369
- Joined: Mon Nov 08, 2010 8:54 pm
Re: OpenCart v1.4.9.4 Released
Awesome , thank you for your hard work.
Si this one is going to a forum-release only?
Si this one is going to a forum-release only?
-

florinsith - Posts: 2729
- Joined: Thu May 13, 2010 6:36 pm
Re: OpenCart v1.4.9.4 Released
marvmen21 wrote:Hi Q, I didn't find the upgrade.php file in the install folder,
Ya sorry. The upgrade.php file didnt actually change but the upgrade.sql did. I forgot to include the upgrade script with the patch. For now you can grab the install/upgrade.php file from the full install and add it to the install folder after uploadung the patch. Ill add it to the patch when I get home.
-EDIT- updated the patch only to have it

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

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

Re: OpenCart v1.4.9.4 Released
was going to do that but figured id wait before i bork my install lol, thanks 

- joegti10
- Posts: 32
- Joined: Sat Sep 04, 2010 5:49 pm
Re: OpenCart v1.4.9.4 Released
Ok I fixed the patchonly version to include the install/upgrade.php script now

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

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

Re: OpenCart v1.4.9.4 Released
I have version 1.4.8b. Would it be better for me to install each upgrade, or to go directly to 1.4.9.4? I guess that either way I'll have to re-do my modifications to the code.
- Purebeads
- Posts: 368
- Joined: Fri Apr 30, 2010 4:07 am
Re: OpenCart v1.4.9.4 Released
Purebeads wrote:I have version 1.4.8b. Would it be better for me to install each upgrade, or to go directly to 1.4.9.4? I guess that either way I'll have to re-do my modifications to the code.
Well I never made a 1.4.8b to 1.4.9 patch only.. I only started patching the 1.4.9.x versions. So you'd need to get to 1.4.9 first. Then you could do the patches pretty easily.. just upload them one after the other in order and run the upgrade script at the end

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

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

Re: OpenCart v1.4.9.4 Released
Great Work Q! Tenk's
Sincerly, Marco
Sincerly, Marco
- audiomarket
- Posts: 58
- Joined: Sun Mar 14, 2010 5:55 pm
Re: OpenCart v1.4.9.4 Released
Qphoria, you say, "get to 1.4.9". 1.4.9 came after 1.4.8b, right? So there should be a patch if I find the right thread.
- Purebeads
- Posts: 368
- Joined: Fri Apr 30, 2010 4:07 am
Re: OpenCart v1.4.9.4 Released
I see that few core files I made minor modification to, have changed after this release...
Correct me if I'm wrong, but modification of core files could be done with a help of VQMod? (To avoid future editing of core files) Where could i get "how to" for VQMod with syntax?
As far as I see, translation to another language only needed for admin panel. No new strings in front end, right?
Correct me if I'm wrong, but modification of core files could be done with a help of VQMod? (To avoid future editing of core files) Where could i get "how to" for VQMod with syntax?
As far as I see, translation to another language only needed for admin panel. No new strings in front end, right?
- Simplicity
- Posts: 49
- Joined: Thu Mar 10, 2011 10:26 pm
Re: OpenCart v1.4.9.4 Released
Purebeads wrote:Qphoria, you say, "get to 1.4.9". 1.4.9 came after 1.4.8b, right? So there should be a patch if I find the right thread.
But I never made a "patch-only" from 1.4.8b to 1.4.9. You'll have to either:
A) do the full upgrade from 1.4.8b to 1.4.9
B) use WinMerge to diff the 2 versions and copy the changed files out to another folder to get just the changes.
Simplicity wrote:I see that few core files I made minor modification to, have changed after this release...
Correct me if I'm wrong, but modification of core files could be done with a help of VQMod? (To avoid future editing of core files) Where could i get "how to" for VQMod with syntax?
As far as I see, translation to another language only needed for admin panel. No new strings in front end, right?
http://vQmod.com has the syntax. You can also take a look at the vQmod script archive and learn from the many examples:
viewforum.php?f=131

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

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

Re: OpenCart v1.4.9.4 Released
You sneaky person you!
I downloaded and installed it, working like a charm!
Dutch language is updated as from now on.
Thanks for your hard work on this.
Hint: maybe next-time a refresh button on the Install-page where it checks if the rights on files and directory's are set correctly
I downloaded and installed it, working like a charm!
Dutch language is updated as from now on.
Thanks for your hard work on this.
Hint: maybe next-time a refresh button on the Install-page where it checks if the rights on files and directory's are set correctly

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart.
Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
Alles over BTW: [How to] BTW + Verzend & betaalmethodes.
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
FREE manuals: ShowMe Guides OpenCart.
Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
Alles over BTW: [How to] BTW + Verzend & betaalmethodes.
-

i2Paq - Global Moderator
- Posts: 9835
- Joined: Mon Nov 09, 2009 11:00 am
- Location: Winkel - The Netherlands
Re: OpenCart v1.4.9.4 Released
Qphoria wrote:But I never made a "patch-only" from 1.4.8b to 1.4.9. You'll have to either:
A) do the full upgrade from 1.4.8b to 1.4.9
B) use WinMerge to diff the 2 versions and copy the changed files out to another folder to get just the changes.
Would it work to just copy over the files that have a newer date than the files on my server? Or have all the dates been changed?
- Purebeads
- Posts: 368
- Joined: Fri Apr 30, 2010 4:07 am
Re: OpenCart v1.4.9.4 Released
Upgrade worked like a charm. Thank you 

- Simple
- Posts: 27
- Joined: Sun Jul 25, 2010 10:44 am
Re: OpenCart v1.4.9.4 Released
Updated both stores now. Does this incorporate the PayPal Standard 1493.5?
-

MattW - Posts: 63
- Joined: Sat Aug 28, 2010 3:37 am
- Location: Sheffield
Re: OpenCart v1.4.9.4 Released
Updated my store and it is working like a charm!
- extigo
- Posts: 172
- Joined: Thu Dec 09, 2010 9:04 am
Return to News & Announcements
Who is online
Users browsing this forum: settysantu and 9 guests

























