Page 2 of 10

Re: OpenCart 1.5.2 Released

Posted: Sun Mar 04, 2012 12:47 pm
by ArabOpenCart
Hi

There is an issue with arabic language if i type in arabic and save i get Question marks

Re: OpenCart 1.5.2 Released

Posted: Sun Mar 04, 2012 4:54 pm
by inactiveaccount9912
Thank you very much for the new release.
I love colorbox, this is the first time i see it.

Re: OpenCart 1.5.2 Released

Posted: Sun Mar 04, 2012 4:58 pm
by opencartArab
ArabOpenCart wrote:Hi

There is an issue with arabic language if i type in arabic and save i get Question marks
Hi

edit:

system\database\mysql.php

find:

Code: Select all

mysql_query("SET NAMES 'utf8'", $this->link);
		mysql_query("SET CHARACTER SET utf8", $this->link);
		mysql_query("SET SQL_MODE = ''", $this->link);
replace with:

Code: Select all


mysql_query("SET NAMES 'utf8'", $this->link);
		mysql_query("SET CHARACTER SET utf8", $this->link);
		mysql_query("SET CHARACTER_SET_CONNECTION=utf8", $this->link);
		mysql_query("SET SQL_MODE = ''", $this->link);

good luck..

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 12:22 am
by mclaughlin
@opencartArab

Thank you good sir, had the same problem with Greek, now works fine!

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 1:00 am
by Daniel
please redownload or manual make the changes from r891 to r902 here:

http://code.google.com/p/opencart/source/list

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 3:41 am
by ArabOpenCart
opencartArab wrote:
ArabOpenCart wrote:Hi

There is an issue with arabic language if i type in arabic and save i get Question marks
Hi

edit:

system\database\mysql.php

find:

Code: Select all

mysql_query("SET NAMES 'utf8'", $this->link);
		mysql_query("SET CHARACTER SET utf8", $this->link);
		mysql_query("SET SQL_MODE = ''", $this->link);
replace with:

Code: Select all


mysql_query("SET NAMES 'utf8'", $this->link);
		mysql_query("SET CHARACTER SET utf8", $this->link);
		mysql_query("SET CHARACTER_SET_CONNECTION=utf8", $this->link);
		mysql_query("SET SQL_MODE = ''", $this->link);

good luck..
Hi samy

i already fixed this issue but it should be fixed for others

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 4:04 am
by opencartArab
ArabOpenCart wrote:
Hi samy

i already fixed this issue but it should be fixed for others

yes .. now it was fixed for others. :joker:

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 4:18 am
by mclaughlin
Daniel wrote:please redownload or manual make the changes from r891 to r902 here:

http://code.google.com/p/opencart/source/list
Thanks Daniel, didn't know there was a repo available for the public.

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 5:08 am
by steamcrow
Followed the directions in the upgrade.txt (or so I thought) to upgrade from 1.5.1 to 1.5.2 and it ended up wiping my database. (Installing it like a new install.)

I hit the upgrade button in the end...

What did I do wrong?!!!

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 6:12 am
by i2Paq
steamcrow wrote:Followed the directions in the upgrade.txt (or so I thought) to upgrade from 1.5.1 to 1.5.2 and it ended up wiping my database. (Installing it like a new install.)

I hit the upgrade button in the end...

What did I do wrong?!!!
Please open up a new topic about this in the Upgrade section of our forum. This topic is about the release, nothing else.

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 10:50 am
by justinv
Looks good - nice order editing page, that's a cool improvement.

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 1:10 pm
by Qphoria
steamcrow wrote:Followed the directions in the upgrade.txt (or so I thought) to upgrade from 1.5.1 to 1.5.2 and it ended up wiping my database. (Installing it like a new install.)

I hit the upgrade button in the end...

What did I do wrong?!!!
There was a misprint in the upgrade.txt.. it should have warned you to upload all files EXCEPT the config.php and admin/config.php

Restore those 2 files from your backup.

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 3:33 pm
by Alexisander
Thanks for 1.5.2 first of all.

Great job! Go Go Go OC!

But i have a dilema... why is there an 1.5.2.1 OC in the svn? what that means? Wasnt the official release perfect or...?


Thanks!

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 3:35 pm
by ikhlief
Thanks Daniel for your hard work, I like the new order editor but I see it doesn't get items back to stock if they are deleted and doesn't take items from stock if they are added, pleaaaaaase it's very important to people who depend in product admin to monitor the stock, also when an order is completely deleted nothing is back to stock!!!

Thanks

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 3:49 pm
by Alexisander
Lol... thats very bad, it is vey important for a shop to have right stocks, you can have problems with authoritys.

And also... if you can tell me about the 1.5.2.1...? and please fix what ikhlief said...

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 3:49 pm
by Daniel
ikhlief wrote:Thanks Daniel for your hard work, I like the new order editor but I see it doesn't get items back to stock if they are deleted and doesn't take items from stock if they are added, pleaaaaaase it's very important to people who depend in product admin to monitor the stock, also when an order is completely deleted nothing is back to stock!!!

Thanks

we can add this as a future feature. i just wanted to get a basic order editor out there.

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 4:03 pm
by Alexisander
It will be great a fast-fix for this order editor.It is epically important.


Thanks! And about the 1.5.2.1 pleasE? what is it?

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 7:28 pm
by wernerrenrew
Hi Daniel

Good job, a shame you decided to finish the order editing system at last, i just released a v1.5.x order editing extention.
Btw, atlast we can add a face to Daniel.

Regards Werner

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 8:27 pm
by Alexisander
Ok so... I still can't understand something...

Daniel you said that when you will officially release 1.5.2, it will have no bugs. It will be the best ever.

Now I see there is a new version 1.5.2.1... and from what I read in 1.5.2.1's change-log... 1.5.2 has bugs and new updates will come... 1.5.2.x,... y,... z, eg. Now I also see that order edit does not modify the stocks, legally speaking if you do these mistakes on an official shop... you can have a lot of troubles with law. I have a real-life online shop and I know what I am talking about.

Also, an official online shop and not only, every shop, must have at checkout three choices for the customer to pick:

Payment on:

1. Legal entity (juristic person/company),

2. Living individuals (me, you, normal customers),

3. Self-employed Person.

Each must insert a number of fields. (I can tell them to you)

And also on an official real-life shop you must show in the footer and on the invoice the shop's data (Bank number, Commerce registry number etc)

This is the legal, official way to make a sale, to make an invoice. Otherwise, you can even get in jail

I am not here to tell you what you did wrong, I am here to help you and the others, have a better store, have a store that can official work and grow a real-life business.

If you are interested in talking with me about the legal things that an online shop must have, tell me.

I've done all these modifications alone on one of my shops, I have a shop with OC 1.4.9.4, it is modified by me and I also have implemented the "legal must-have".

Re: OpenCart 1.5.2 Released

Posted: Mon Mar 05, 2012 8:30 pm
by Alexisander
As you see I don't start to release this implementations for money, I don't need them for me coz my shop have them made by me. I just try to help for the 1.5.2 be the best. In past i've also told you about that legal things that a shop must have and i've got no response.