Post by Qphoria » Mon Jun 14, 2010 1:10 pm

OpenCart v1.4.8b is available to download!
OR
download patch only file for 1.4.8 to 1.4.8b
This is a patch for OpenCart 1.4.8 bugs found in the first week after release.

NOTE: THIS PATCH ONLY PATCHES FROM OPENCART VERSION 1.4.8 TO 1.4.8b
YOU MUST ALREADY BE RUNNING OPENCART 1.4.8 TO USE THIS PATCH

This patch addresses the following:

- Removed old latest code from home.php
- Improved the token ignore
- currency has check before format
- tag search count fix
- added load seo for the info module
- Stock subtract bug fixed
- fixed success/error message clear on admin extension page
- fixed unlimited coupon setting fixed
- fixed extra field requirement in store edit
- Fixed download push feature
- Added if statement around welcome box to not show if empty
- Fixed some typos
- Fixed category name validation to match db length (255)
- Fixed default address option on edit address
- Fixed tax from defaulting to store tax when display prices with tax is off

ABOUT THIS PATCH
--------------------
This patch is very simple to use. Only the core files have been changed so there are no worries about templates.

HOW TO INSTALL
--------------------
Simply upload the contents to your store root path.
All files will drop in where they belong and all described bugs will be fixed.
There are no database changes or upgrade scripts to run.
There are no config file changes to worry about. Just upload the files
Download Full Version:
http://opencart.googlecode.com/files/op ... 1.4.8b.zip

Download Patch Only: (Patch for 1.4.8 to 1.4.8b only):
http://opencart.googlecode.com/files/148b_patchb.zip


Notes:
Updates needed for 1.4.7 to 1.4.8 templates:
http://forum.opencart.com/viewtopic.php?p=77215#p77215

Updates needed for 1.4.7 to 1.4.8 extensions
http://forum.opencart.com/viewtopic.php?p=77773#p77773

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by OSWorX » Mon Jun 14, 2010 4:49 pm

Great work - thanks.

But still missing the adopted version number in the index.php's.
Because if 1.4.8 is patched, it will show again 1.4.8 - guess this will lead to some confusion like 'What version do I have??'.
And why 1.4.8b and not 1.4.8.1 as the version numbering should be?

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by JNeuhoff » Mon Jun 14, 2010 5:09 pm

Well done.

Just to let you know that the Export/Import tool works just fine for 1.4.8b, too.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by Qphoria » Mon Jun 14, 2010 8:28 pm

OSWorX wrote:Great work - thanks.

But still missing the adopted version number in the index.php's.
Because if 1.4.8 is patched, it will show again 1.4.8 - guess this will lead to some confusion like 'What version do I have??'.
And why 1.4.8b and not 1.4.8.1 as the version numbering should be?
I decided not to update the version because 1.4.8b is functionally equivalent to 1.4.8. There were no api changes for anything. Only simple core bug fixes that affect no mods. 148b is what 148 should have been.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by muflon » Mon Jun 14, 2010 8:48 pm

Qphoria wrote:
OSWorX wrote:Great work - thanks.

But still missing the adopted version number in the index.php's.
Because if 1.4.8 is patched, it will show again 1.4.8 - guess this will lead to some confusion like 'What version do I have??'.
And why 1.4.8b and not 1.4.8.1 as the version numbering should be?
I decided not to update the version because 1.4.8b is functionally equivalent to 1.4.8. There were no api changes for anything. Only simple core bug fixes that affect no mods. 148b is what 148 should have been.
I would chose 1.4.8.1 too it's less confusing

New member

Posts

Joined
Mon Aug 24, 2009 2:43 pm

Post by Xsecrets » Mon Jun 14, 2010 9:31 pm

has the main 1.4.8 download been updated with these bug fixes?

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Qphoria » Mon Jun 14, 2010 9:56 pm

1.4.8b is the main download

this isn't new behavior ZenCart does it all the time

And who cares?! I could name it 1.4.8-BlackEdition... just get the latest

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by garocosta » Tue Jun 15, 2010 5:20 am

Thank you :D

Newbie

Posts

Joined
Fri Jun 11, 2010 11:33 am

Post by i2Paq » Tue Jun 15, 2010 3:19 pm

Moved errors and issues to the 1.4.8 Bugs topic.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Qphoria » Tue Jun 15, 2010 9:33 pm

- UPDATE -
Redownload the 148b PATCH. I hotfixed the subtract stock issue for guest checkout.
I've also hotfixed the 148b full to avoid future user errors.

The only file that changed was:
catalog/controller/checkout/guest_step_3.php

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by mcamca » Sat Aug 07, 2010 1:30 am

If your worried about not knowing the version number you have then update footer.php located at:

admin/language/common/footer.php

to:

<?php
// Text
$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> &copy; 2009-' . date('Y') . ' All Rights Reserved.<br />Version %sb';
?>

ie. just add the b after %s

Do this after you've added the patch!

Simples! (You'll know what this means if you live in the UK.)

Active Member

Posts

Joined
Fri Aug 06, 2010 5:57 pm

Post by mcamca » Sat Aug 07, 2010 5:38 pm

PS. When you upgrade to the next version, don't forget to take the b out of the above code or it will always be there!

Active Member

Posts

Joined
Fri Aug 06, 2010 5:57 pm
Who is online

Users browsing this forum: No registered users and 86 guests