Page 1 of 4

OpenCart v1.2.9

Posted: Fri Jun 19, 2009 9:57 am
by Daniel
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

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 11:06 am
by Albert
;D Great! Perfect!

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 1:38 pm
by iloveopencart
Great job, Daniel. Thanks for all your hard work. BTW, the new installation is very nice.

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 2:43 pm
by iuliantoma
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

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 3:43 pm
by lacyc3
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?

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 4:48 pm
by fastdev
nice job ;D

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

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 5:28 pm
by Amok
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.

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 5:29 pm
by iuliantoma
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.

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 5:54 pm
by daydreamer
Hi thanks are template files same as 1.2.8

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 5:56 pm
by fastdev
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

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 8:15 pm
by Daniel
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!

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 9:46 pm
by fastdev
is there any change in database structure?

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 10:36 pm
by Daniel
a few extra fields have been added. you need to use a program like beyond compare to compare the sql files in the installs.

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 11:13 pm
by Wade C
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

Re: OpenCart v1.2.9

Posted: Fri Jun 19, 2009 11:50 pm
by fastdev
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.

Re: OpenCart v1.2.9

Posted: Sun Jun 21, 2009 4:21 am
by dbassa
Thank you very much Daniel. I will try to install it. Let's see!

Re: OpenCart v1.2.9

Posted: Sun Jun 21, 2009 6:24 am
by wortek
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!

Re: OpenCart v1.2.9

Posted: Sun Jun 21, 2009 6:57 pm
by drewxhawaii
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?

Re: OpenCart v1.2.9

Posted: Sun Jun 21, 2009 7:07 pm
by eskisehirli
error php 5.1 only ?

Re: OpenCart v1.2.9

Posted: Mon Jun 22, 2009 2:31 am
by dbassa
drewxhawaii, I have already upgrade from v1.2.6 to v1.2.9 and I can say ALL OK!! :)