Post by Daniel » Fri Jun 19, 2009 9:57 am

Whats New
DB Prefixes
WorldPay Payment Module
SagePay Payment Module
Seo URL's
Category Descriptions


Fixed
Many bugs have been fixed in the latest release. I can not remeber all of them.
PayPal bugs have been fixed.
Ajax Cart is fixed.
Currency now uses yahoo exchange rates.


You can download it here:

http://opencart.googlecode.com/files/op ... v1.2.9.zip

You can view the SVN changes here:
http://code.google.com/p/opencart/source/detail?r=88

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Albert » Fri Jun 19, 2009 11:06 am

;D Great! Perfect!

-> eCommerce Service Provider ekuzo


User avatar
New member

Posts

Joined
Sat Oct 06, 2007 10:51 am
Location - China

Post by iloveopencart » Fri Jun 19, 2009 1:38 pm

Great job, Daniel. Thanks for all your hard work. BTW, the new installation is very nice.

User avatar
Global Moderator

Posts

Joined
Thu Mar 05, 2009 11:15 pm
Location - Phoenix, AZ

Post by iuliantoma » Fri Jun 19, 2009 2:43 pm

problems found:

1. the installer menu items are not bolded according to page. the 'Pre-Installation' item stays bold the whole time
2. the store homepage and anther pages seem to have bigger page load time
3. I have not managed to get the SEO urls to work. on a local wamp installation of the site the 'ipod classic' product is linked to 'http://localhost/ipod_classic' and accesing http://localhost/opencart/ipod_classic does not work also
changed

Code: Select all

RewriteBase /opencart
in htaccess and http://localhost/opencart/ipod_classic page displays store homepage

New member

Posts

Joined
Fri Jun 19, 2009 12:38 am

Post by lacyc3 » Fri Jun 19, 2009 3:43 pm

Hello Daniel!

Nice job! :)

Can you tell me, how to upgrade 1.2.8 to 1.2.9 ? I just have to copy and overwrite files?

Newbie

Posts

Joined
Wed Jun 17, 2009 7:40 pm

Post by fastdev » Fri Jun 19, 2009 4:48 pm

nice job ;D

why install folder is not listed in changes list? (http://code.google.com/p/opencart/source/detail?r=88) ???

.


New member

Posts

Joined
Tue May 26, 2009 5:25 pm

Post by Amok » Fri Jun 19, 2009 5:28 pm

This revision affected a large number of files. Only a subset of 50 changed paths are being shown. To see all changed paths, use the svn log command-line.

New member

Posts

Joined
Fri Sep 28, 2007 5:20 am

Post by iuliantoma » Fri Jun 19, 2009 5:29 pm

My problem with the SEO URLs is in model_tool_seo_url->rewrite because the URL forms by

Code: Select all

$url_data['scheme'] . '://' . $url_data['host'] . '/'
and this not includes the whole path
correct way would have been:

Code: Select all

$url_data['scheme'] . '://' . $url_data['host'] . str_replace('index.php', '', localhost [path] )
And another thing. Didn't the alias of the URL supposed to be unique? now i can have two or more products with the same alias.
Last edited by iuliantoma on Fri Jun 19, 2009 6:00 pm, edited 1 time in total.

New member

Posts

Joined
Fri Jun 19, 2009 12:38 am

Post by daydreamer » Fri Jun 19, 2009 5:54 pm

Hi thanks are template files same as 1.2.8

Active Member

Posts

Joined
Sat Jan 10, 2009 11:18 pm

Post by fastdev » Fri Jun 19, 2009 5:56 pm

Amok wrote:
This revision affected a large number of files. Only a subset of 50 changed paths are being shown. To see all changed paths, use the svn log command-line.
nice tip ;D

.


New member

Posts

Joined
Tue May 26, 2009 5:25 pm

Post by Daniel » Fri Jun 19, 2009 8:15 pm

iuliantoma wrote:My problem with the SEO URLs is in model_tool_seo_url->rewrite because the URL forms by

Code: Select all

$url_data['scheme'] . '://' . $url_data['host'] . '/'
and this not includes the whole path
correct way would have been:

Code: Select all

$url_data['scheme'] . '://' . $url_data['host'] . str_replace('index.php', '', localhost [path] )
And another thing. Didn't the alias of the URL supposed to be unique? now i can have two or more products with the same alias.
i'll look into th3e path thing.

don't use the same keywords!

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by fastdev » Fri Jun 19, 2009 9:46 pm

is there any change in database structure?

.


New member

Posts

Joined
Tue May 26, 2009 5:25 pm

Post by Daniel » Fri Jun 19, 2009 10:36 pm

a few extra fields have been added. you need to use a program like beyond compare to compare the sql files in the installs.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Wade C » Fri Jun 19, 2009 11:13 pm

Is upgrade from 1.2.6 to 1.2.9 very easy to do or are there enough changes that someone like me, with little experience, would be better with a fresh install?

I spent a lot of time on the appearance and didnt want to have to do it again :D

Thanks again for everything!

Wade

Oooppps, did I do that?


New member

Posts

Joined
Sat Apr 11, 2009 1:12 am

Post by fastdev » Fri Jun 19, 2009 11:50 pm

Daniel wrote:a few extra fields have been added. you need to use a program like beyond compare to compare the sql files in the installs.
thanks. I just found them using WinDiff.

.


New member

Posts

Joined
Tue May 26, 2009 5:25 pm

Post by dbassa » Sun Jun 21, 2009 4:21 am

Thank you very much Daniel. I will try to install it. Let's see!

User avatar
Active Member

Posts

Joined
Tue May 19, 2009 12:11 am
Location - Spain

Post by wortek » Sun Jun 21, 2009 6:24 am

Thx Daniel, please could you make a text field for each item, where customer can write down some info for each item in the next version? It could be an option for each item. But please I need it soo much!

New member

Posts

Joined
Thu May 28, 2009 4:43 am

Post by drewxhawaii » Sun Jun 21, 2009 6:57 pm

If I export my 1.2.8 database and do a clean install of 1.2.9, will I be able to import my database?

Is this the recommended way of upgrading?

Newbie

Posts

Joined
Thu Mar 20, 2008 5:54 pm
Location - Honolulu, HI

Post by eskisehirli » Sun Jun 21, 2009 7:07 pm

error php 5.1 only ?

Newbie

Posts

Joined
Sun Jun 21, 2009 6:46 pm

Post by dbassa » Mon Jun 22, 2009 2:31 am

drewxhawaii, I have already upgrade from v1.2.6 to v1.2.9 and I can say ALL OK!! :)

User avatar
Active Member

Posts

Joined
Tue May 19, 2009 12:11 am
Location - Spain
Who is online

Users browsing this forum: No registered users and 8 guests