Page 1 of 1

OpenCart v1.2.0

Posted: Thu Mar 19, 2009 2:31 am
by Daniel
You can view the SVN changelog to view the changes.

They are mainly bug fixes.

To Upgrade:
1. First off backup your site.
2. Download a backup of your database.
3. Delete the files in your hosting directory
4. upload the files from the download.
5. go through the install as normal.
6. once the install is finished import the database you backed up.
7. goto the image directory from the backup and copy all the image and upload to the image directory on your hosting.

Re: OpenCart v1.2.0

Posted: Thu Mar 19, 2009 4:18 am
by Nahuel
:o Incredible!

I'll try it now, thanks Daniel (and anyone who helped in this :D)

Re: OpenCart v1.2.0

Posted: Thu Mar 19, 2009 9:09 am
by removed331062
1.2 already? o.O that was very fast...

Re: OpenCart v1.2.0

Posted: Thu Mar 19, 2009 10:01 pm
by Maksymilian
Daniel wrote:You can view the SVN changelog to view the changes.

They are mainly bug fixes.

To Upgrade:
1. First off backup your site.
2. Download a backup of your database.
3. Delete the files in your hosting directory
4. upload the files from the download.
5. go through the install as normal.
6. once the install is finished import the database you backed up.
7. goto the image directory from the backup and copy all the image and upload to the image directory on your hosting.
This way my translation will be gone :( I've almost finished it on ver. 1.1.9 for clients

Re: OpenCart v1.2.0

Posted: Thu Mar 19, 2009 11:00 pm
by louizo
Maksymilian wrote:
This way my translation will be gone :( I've almost finished it on ver. 1.1.9 for clients
Changes between 1.1.9 to 1.2.0 is very light. I think only 3-4 files have been modified.
I've done the french language for 1.1.9 two days ago, I upgraded today my language pack 1.2.0 version in half an hour (Using Araxis merge to see all changes in files of a folder).
By the way, where should I upload the french language pack for 1.2.0 to be available for others ? Directly on forum? (I've attached directly to this message, as it is pretty small).
I only translated catalog, not admin part as i did not feel it is necessary.

BR,
LouiZo

Re: OpenCart v1.2.0

Posted: Thu Mar 19, 2009 11:50 pm
by Daniel
Can you post both the admin and catalog side when you are finished?

I would like to include itin the next version.

Re: OpenCart v1.2.0

Posted: Fri Mar 20, 2009 2:19 am
by JNeuhoff
1.2 already? o.O that was very fast...
Yeah, Daniel is very quick, hard to keep up with things ....

Anyway, the Export/Import module works fine with 1.2.0, just tested it.

Re: OpenCart v1.2.0

Posted: Fri Mar 20, 2009 10:03 pm
by tmblue
sry for a noob quiz:
Is the language package for the previous version suitable with this version ?

Re: OpenCart v1.2.0

Posted: Sat Mar 21, 2009 4:17 pm
by TheChosenOne
There is still a problem with not being able to upload gif and png images.

Re: OpenCart v1.2.0

Posted: Sat Mar 21, 2009 10:51 pm
by ilivanov
You can view the SVN changelog to view the changes.
You should post and the changes too, at least to the language files if you want to keep your languages up to date too.

Where is supposed to be this SVN, since your downloads are hosted locally and not on SF.NET ?

Re: OpenCart v1.2.0

Posted: Sun Mar 22, 2009 1:14 am
by louizo
Daniel wrote:Can you post both the admin and catalog side when you are finished?

I would like to include itin the next version.

Sure. I will post french localisation for opencart 1.2.0 as soon as I've finished admin part

BR
LouiZo

Re: OpenCart v1.2.0

Posted: Sun Mar 22, 2009 5:06 am
by mydesignbytes
TheChosenOne wrote:There is still a problem with not being able to upload gif and png images.
I just started using open cart and am in the process of learning the ins and outs, but one thing I adjusted was to allow .png files for products and it was simple.

open up the image.php in admin/controller/catalog/ and look for:

Code: Select all

$allowed = array(
		      		'image/jpeg',
		      		'image/pjpeg'
);
replace with:

Code: Select all

$allowed = array(
		      		'image/jpeg',
		      		'image/pjpeg',
		      		'image/png'
);
done.

Re: OpenCart v1.2.0

Posted: Sun Mar 22, 2009 1:08 pm
by TheChosenOne
mydesignbytes wrote:
TheChosenOne wrote:There is still a problem with not being able to upload gif and png images.
I just started using open cart and am in the process of learning the ins and outs, but one thing I adjusted was to allow .png files for products and it was simple.

open up the image.php in admin/controller/catalog/ and look for:

Code: Select all

$allowed = array(
		      		'image/jpeg',
		      		'image/pjpeg'
);
replace with:

Code: Select all

$allowed = array(
		      		'image/jpeg',
		      		'image/pjpeg',
		      		'image/png'
);
done.

I have tried that, however it only works for accepting gif images as ive mentioned here
http://forum.opencart.com/viewtopic.php ... 430#p16654

Re: OpenCart v1.2.0

Posted: Thu Mar 26, 2009 6:03 pm
by louizo
Daniel wrote:Can you post both the admin and catalog side when you are finished?

I would like to include itin the next version.
Hi Daniel,
Please find the updated french pack for opencart version v1.2.4. The admin cart is also localised in french but to speed up, I did not to accents, but it is still fully understandable -for a french ;D -, anyway, it is not in front of customers...

This is version 1 of french pack for opencartv1.2.4, I did not fully tested it, as my shop is still v1.2.0.

I've seen that you did not added some new english elements in other languages (I mean, you can add it at least in english, to avoid blank items?). For example in \admin\language\english\catalog\category.php, you added $_['entry_meta_description'] = 'Meta Tag Description:'; which was not in french version (nor in other languages ..)

Also I fix some minor issues :
in \admin\language\french\localisation\tax_class.php, I saw double line for $_['error_description'] =..
in /admin/language/french/localisation/currency.php change $_['entry_value'] = 'Price Multiplier:'; (instead of "Value") for a better understanding, as described here : http://forum.opencart.com/viewtopic.php?f=10&t=3523


Best regards
LouiZo

Re: OpenCart v1.2.0

Posted: Sun May 24, 2009 3:06 am
by caramel1982
This version was released as of March. May I know what is the current version that you are using?

Simulation pret immobilier

Re: OpenCart v1.2.0

Posted: Sun May 24, 2009 3:21 am
by Qphoria
Check the main page or simply browse the forums a bit

Re: OpenCart v1.2.0

Posted: Sun May 24, 2009 6:12 am
by phpuk
1.2.8