Post by Daniel » Thu Mar 19, 2009 2:31 am

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.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Nahuel » Thu Mar 19, 2009 4:18 am

:o Incredible!

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

New member

Posts

Joined
Fri Mar 13, 2009 9:35 am

Post by removed331062 » Thu Mar 19, 2009 9:09 am

1.2 already? o.O that was very fast...

New member

Posts

Joined
Wed Feb 18, 2009 5:02 pm

Post by Maksymilian » Thu Mar 19, 2009 10:01 pm

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

Regards
Maksymilian


Newbie

Posts

Joined
Thu Mar 19, 2009 8:39 pm

Post by louizo » Thu Mar 19, 2009 11:00 pm

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

Attachments

French package for opencart_1.2.0 (for catalog only, admin is still in english)


Newbie

Posts

Joined
Wed Mar 18, 2009 11:29 pm

Post by Daniel » Thu Mar 19, 2009 11:50 pm

Can you post both the admin and catalog side when you are finished?

I would like to include itin the next version.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by JNeuhoff » Fri Mar 20, 2009 2:19 am

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.

User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by tmblue » Fri Mar 20, 2009 10:03 pm

sry for a noob quiz:
Is the language package for the previous version suitable with this version ?

Newbie

Posts

Joined
Fri Mar 20, 2009 6:46 pm

Post by TheChosenOne » Sat Mar 21, 2009 4:17 pm

There is still a problem with not being able to upload gif and png images.

Newbie

Posts

Joined
Wed Mar 18, 2009 7:46 am

Post by ilivanov » Sat Mar 21, 2009 10:51 pm

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 ?

Newbie

Posts

Joined
Sat Mar 21, 2009 10:49 pm

Post by louizo » Sun Mar 22, 2009 1:14 am

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

Newbie

Posts

Joined
Wed Mar 18, 2009 11:29 pm

Post by mydesignbytes » Sun Mar 22, 2009 5:06 am

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.

Web Design and Development
http://www.MyDesignBytes.com


User avatar
Newbie

Posts

Joined
Sun Mar 22, 2009 4:51 am
Location - Hayward, CA

Post by TheChosenOne » Sun Mar 22, 2009 1:08 pm

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

Newbie

Posts

Joined
Wed Mar 18, 2009 7:46 am

Post by louizo » Thu Mar 26, 2009 6:03 pm

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

Attachments


Newbie

Posts

Joined
Wed Mar 18, 2009 11:29 pm

Post by caramel1982 » Sun May 24, 2009 3:06 am

This version was released as of March. May I know what is the current version that you are using?

Simulation pret immobilier

Newbie

Posts

Joined
Sun May 24, 2009 3:04 am

Post by Qphoria » Sun May 24, 2009 3:21 am

Check the main page or simply browse the forums a bit

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by phpuk » Sun May 24, 2009 6:12 am

1.2.8

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am
Who is online

Users browsing this forum: No registered users and 4 guests