Page 1 of 4

OpenCart v1.3.0

Posted: Mon Jul 20, 2009 3:22 am
by Daniel
Whats New
SMTP for mails
fopen is no longer required to be enabled

No Order Status has been added to admin order page. You can now find missing order with this and confirm if the order is real or not.

I have removed the keyword field from the product, category, manufacturer and information pages. I bascly updated the seo url code to work much better.

You can now change the image sizes in the admin via the settings page.

Payment Methods
Paypal standard has been updated to allow the order statuses to change depending what happens at paypals end. e.g. if the payment is refunded the order status will change in the admin.
Paypal Web Site Payment Pro (direct) has been changed to disable the confirm button until a response is received.
PayPal Web Site Payment Pro UK (direct UK) has been added
Moneybookers has been added

Shipping Methods
Citylink has been added
Pacel force has been added

Fixed
Only a few minor bugs have been reported since the last release. I can't remeber what they were.

I have changed all filenames with the words paypal in them to pp. This is because some servers do not allow urls with the words paypal in for security reasons. The same goes for mail and user_group

Mail in the admin has become contact.
user_group has become user_permission

I have also altered the paypal direct code as a few people where having trouble. If you do still have trouble please post in the forums.


You can download it here:

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

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 5:26 am
by lillolollo
user group feature like road map?

"Customer Groups (B2B feature)"

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 5:30 am
by slawrence10
there seems to be a problem during setup with the new version

Code: Select all

Error: Table 'db243684319.bsocsetting' doesn't exist
Error No: 1146
SELECT * FROM bsocsetting
it messes up whatever prefix you choose

I chose the prefix bsoc and it has changed the tables to oc_table

I chose the prefix barnardsportsOC_ went to OC_table

I've tried four times with various prefix, including underscores, not including etc etc

Regards,
Scott

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 5:37 am
by Daniel
lillolollo wrote:user group feature like road map?

"Customer Groups (B2B feature)"
no

customer groups will be in the next version.

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 6:59 am
by Leon
Hey,

It appears something went majorly wrong when i was updating my site.
*knip*

Any idea what i did wrong?

Cheers

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 7:05 am
by Daniel
I know!

goto your settings and click on the image tab.

you need to enter a image size.

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 7:33 am
by Leon
Cheers, that sorted that problem

Here's another though

The database in the install has oc_ as a prefix, creates problems as i'm sure you know :p

Hence why my config wasn't reading from the new database so it didn't get the image sizes :)

At least it's a simple fix :)

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 5:26 pm
by Leon
slawrence10 wrote:there seems to be a problem during setup with the new version

Code: Select all

Error: Table 'db243684319.bsocsetting' doesn't exist
Error No: 1146
SELECT * FROM bsocsetting
it messes up whatever prefix you choose

I chose the prefix bsoc and it has changed the tables to oc_table

I chose the prefix barnardsportsOC_ went to OC_table

I've tried four times with various prefix, including underscores, not including etc etc

Regards,
Scott

Scott, open up install\opencart.sql in a text editor that supports the 'find x and replace with y'.
I use dreamweaver. Basically, find "oc_" and replace it with "" (without the quotes), then install opencart again and that error will go away.

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 10:35 pm
by slawrence10
ah I reverted back to 1.2.9 so I could crack on last night

thanks for the advice though :)

I'm guessing this needs to be fixed othewise people can't install it properly from scratch right? :/

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 11:04 pm
by Daniel
wrong!

I installed it fine last night without this problem.

you were upgrading remember

Re: OpenCart v1.3.0

Posted: Mon Jul 20, 2009 11:29 pm
by molly
Hi Daniel,

I've compared oscommerce with opencart and still find opencart to be the better choice.
However, hope you'd fix these errors in your new version.

I did a clean install of 1.3.0, site was up and running. Added one item to cart, then proceed to register as a customer
but received this error instead:

Error: Field 'cart' doesn't have a default value
Error No: 1364
INSERT INTO oc_customer SET firstname = 'molly', lastname = 'wal', email = 'molly@myorg.org.sg', telephone = '39492389', fax = '', password = '4a7d1ed414474e4033ac29ccb8653d9b', newsletter = '0', status = '1', date_added = NOW()

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 1:17 am
by ewc07
I installed opencart v1.3.0 today after completely deleting the previous version, so it would be a clean install.

When I went to www.mygmbc.org/openstore/admin I received this message;

Error: Table 'mygmbc5_opencart.setting' doesn't exist
Error No: 1146
SELECT * FROM setting

Did I do something wrong on the install? Please help.

Thank you.

Also, if you have any instructions for changing the templates to match my sites design please direct me to them.

Thanks again.

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 2:11 am
by skyer2000
Upgraded and am receiving this message when viewing a product:

Code: Select all

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /order/system/library/image.php on line 73

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 75

Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 76

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 78

Warning: imagejpeg(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 43

Warning: imagedestroy(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 50

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 2:14 am
by slawrence10
Daniel wrote:wrong!

I installed it fine last night without this problem.

you were upgrading remember
no I done a clean installation...

I deleted all OpenCart files and directories from my server.
And then deleted all existing tables from my database.

So effectively it was as if I was installing OpenCart for the first time.

Hope this helps,

Regards,
Scott

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 3:06 am
by Daniel
slawrence10 wrote:
Daniel wrote:wrong!

I installed it fine last night without this problem.

you were upgrading remember
no I done a clean installation...

I deleted all OpenCart files and directories from my server.
And then deleted all existing tables from my database.

So effectively it was as if I was installing OpenCart for the first time.

Hope this helps,

Regards,
Scott

no you ar righht. install was not working properly.please download again.

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 3:07 am
by Daniel
skyer2000 wrote:Upgraded and am receiving this message when viewing a product:

Code: Select all

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /order/system/library/image.php on line 73

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 75

Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 76

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 78

Warning: imagejpeg(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 43

Warning: imagedestroy(): supplied argument is not a valid Image resource in /order/system/library/image.php on line 50
goto your settings page and fill in the image sizes.

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 3:18 am
by ghost
This didn't update MY DATABASE he insert a NEW ? I want to keep all my old information

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 3:47 am
by slawrence10
Am I right in thinking the template files don't change between versions?

So I could do a totally new install of OpenCart and then upload my existing custom template from 1.2.9?

As I have no products inserted yet it would be quicker to just install from scratch rather than editing code to upgrade the previous version.

Thanks for your time,
Scott

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 3:51 am
by Leon
Daniel wrote:
slawrence10 wrote:
Daniel wrote:wrong!

I installed it fine last night without this problem.

you were upgrading remember
no I done a clean installation...

I deleted all OpenCart files and directories from my server.
And then deleted all existing tables from my database.

So effectively it was as if I was installing OpenCart for the first time.

Hope this helps,

Regards,
Scott

no you ar righht. install was not working properly.please download again.
Daniel, what did you change? I downloaded the new one and compared it to the old one, and apparently there are no changes

Re: OpenCart v1.3.0

Posted: Tue Jul 21, 2009 4:01 am
by slawrence10
Leon wrote:Daniel, what did you change? I downloaded the new one and compared it to the old one, and apparently there are no changes
Yes there are...

The prefix error has been fixed so install completes correctly.

I don't know about other files but for definate upload/install/opencart.sql has been altered.

Regards,
Scott