Page 1 of 2

OpenCart v1.3.1

Posted: Wed Aug 12, 2009 8:24 pm
by Daniel
Whats New
PHP 5.3 compatible!
Customer Groups.
DIsplay prices when customer logs in .
Approve new customers.
Display different sets of prices depening on what customer group the customer belongs to.
Added Error Logging. There is a page in the admin where you can view errors that happened on your site.
Display errors on or off.
Log errors on or off.
Time Zones
Changed the image uploading to the standard html method. Its seems there are to many problems that can occur depending on which browser is being used to AJAX upload iamges.
Changed how the related product interface works. Should stop the page from loading slowly if there are to many products.
Changed how the customer mailing system works. Should stop the page from loading slowly if there are to many customers.
Measurement class. you can now set the length, width, height of your product. This should help with certain shipping methods.
Mulitple taxes now shown on the order totals. I found that if you have more than one tax in a region it was not showing then sperately.


Bug FIxes
PayPal Standard should be ok now
PayPal direct should be ok now
Changed paypal direct to use state codes when custoemrs are fromt he US.
I had another go at the SMTP. Not sure if its fully working on all mail servers.
Fixed the problem with some mail servers not showing the emails correctly.

There are probably a lot more bugs I have fixed since the last version but can not remember all of them.

You can download it here:

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

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 8:32 pm
by Qphoria
Great news. How about the Total sorting thing? That's the only bug affecting me.

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 8:33 pm
by Daniel
yeah fixed that aswell and languages now auto fill when addign a new language.

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 8:48 pm
by Qphoria
Awesome

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 8:49 pm
by Daniel
you might want to redownload again. I have just found loads of extra language entries from testing and removed them.

just in case you add a new language.

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 9:09 pm
by Rich
Thanks Daniel

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 9:10 pm
by Qphoria
I notice the discount value has been removed from the arrays in the checkout/confirm.php file. Has discount been removed? or just moved elsewhere

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 9:24 pm
by Daniel
no. its now price.

so instead of subtracting the discount it will be replaced by its new price.


I might have to reupload with new upgrade instructions.

Re: OpenCart v1.3.1

Posted: Wed Aug 12, 2009 9:43 pm
by Qphoria
I don't read those anyway :)

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 6:40 am
by Leon
The install instructions don't work if you have had orders

It says to backup the database in the admin, then to restore it in the new version.
When you restore it, it says it's sucessful, when really it's not, as nothing changes.

When i executed the backup in phpmyadmin, you get the error:
SQL query:

INSERT INTO `order_product` ( `order_product_id` , `order_id` , `product_id` , `name` , `model` , `price` , `discount` , `total` , `tax` , `quantity` )
VALUES (
my values array including `0` for `discount`
);

MySQL said: Documentation
#1054 - Unknown column 'discount' in 'field list'

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 8:56 am
by paganekoso
How do remove image(s) after upload image(s)?

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 10:35 am
by Leon
using ftp or another file manager

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 5:54 pm
by ad1945
Dear Daniel,

You are great man.

Can I use v1.3.0 or v1.2.9 language package to v.1.3.1 ?

Because some file name or words are different between v1.3.0 or v1.2.9.

Best Regard
William

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 9:22 pm
by fastdev
PHP 5.3 compatible!
this mean older version do not works with php5.3?

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 9:29 pm
by piseth
I like OP131
IT would be nice if their 2 prices option for guest and customer logs in or wholesale price option

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 9:33 pm
by Daniel
fastdev wrote:
PHP 5.3 compatible!
this mean older version do not works with php5.3?
yes. there were a few functions that php removed that opencart used.

You will find a lot of scripts currently in that stae. I tested oscommerce on 5.3 and it also showed loads of errors.

I image the same is for prestashop and magento.

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 9:34 pm
by Daniel
piseth wrote:I like OP131
IT would be nice if their 2 prices option for guest and customer logs in or wholesale price option
there is!

goto the discounts and set the quantity to 1 and the price you want for that customer group.

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 9:37 pm
by ewc07
You said opencart 1.3.1 is php5.3 compatible. Will it still work with previous versions as well.
My server uses php5.2.9.

thanks

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 10:38 pm
by Daniel
yes!

Re: OpenCart v1.3.1

Posted: Thu Aug 13, 2009 11:13 pm
by fastdev
Daniel wrote:
fastdev wrote:
PHP 5.3 compatible!
this mean older version do not works with php5.3?
yes. there were a few functions that php removed that opencart used.

You will find a lot of scripts currently in that stae. I tested oscommerce on 5.3 and it also showed loads of errors.

I image the same is for prestashop and magento.
can I find them by comparing opencart 1.3 with 1.3.1? or is it possible tell me which functions changed? :)