OpenCart v1.3.1
24 posts
• Page 1 of 2 • 1, 2
OpenCart v1.3.1
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
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
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
Great news. How about the Total sorting thing? That's the only bug affecting me.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.3.1
yeah fixed that aswell and languages now auto fill when addign a new language.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
Awesome

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.3.1
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.
just in case you add a new language.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
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

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.3.1
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.
so instead of subtracting the discount it will be replaced by its new price.
I might have to reupload with new upgrade instructions.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
I don't read those anyway 


Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.3.1
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'
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'
- Leon
- Posts: 152
- Joined: Mon Apr 06, 2009 5:20 pm
Re: OpenCart v1.3.1
How do remove image(s) after upload image(s)?
- paganekoso
- Posts: 2
- Joined: Thu Aug 13, 2009 12:35 am
Re: OpenCart v1.3.1
using ftp or another file manager
- Leon
- Posts: 152
- Joined: Mon Apr 06, 2009 5:20 pm
Re: OpenCart v1.3.1
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
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
- ad1945
- Posts: 34
- Joined: Thu Jun 25, 2009 9:15 am
Re: OpenCart v1.3.1
I like OP131
IT would be nice if their 2 prices option for guest and customer logs in or wholesale price option
IT would be nice if their 2 prices option for guest and customer logs in or wholesale price option
-

piseth - Posts: 21
- Joined: Sat May 02, 2009 8:20 pm
- Location: Cambodia
Re: OpenCart v1.3.1
fastdev wrote:this mean older version do not works with php5.3?PHP 5.3 compatible!
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.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
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.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
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
My server uses php5.2.9.
thanks
- ewc07
- Posts: 6
- Joined: Mon Jul 20, 2009 5:12 pm
Re: OpenCart v1.3.1
yes!
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.3.1
Daniel wrote:fastdev wrote:this mean older version do not works with php5.3?PHP 5.3 compatible!
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?

.
- fastdev
- Posts: 23
- Joined: Tue May 26, 2009 9:25 am
24 posts
• Page 1 of 2 • 1, 2
Return to News & Announcements
Who is online
Users browsing this forum: No registered users and 8 guests













