Post by Purebeads » Sat Nov 14, 2015 9:40 am

EvolveWebHosting wrote:Hi,

When you upgrade, you will not be manually adding your products, orders, categories, etc back into the system. All of this is carried over through the database upgrade so this process is much faster than you're probably thinking it will be.

The 2.x checkout does use 'steps' but you can easily change is with a mod similar to this one: http://www.opencart.com/index.php?route ... on_id=7382

Just wanted to pass it along.
I definitely don't like the checkout steps. However, I could work with them. I'm accustomed to OpenCart now, and I could probably customize it to my satisfaction. However, the overall appearance is very industrial. 95% of my customers are women making lovely jewelry, and there is nothing lovely in the default appearance of version 2.0.

I know that I can try to adapt my current database to the new cart, but the fields wouldn't all match, and it would be a lot of work.

It's hard to see how that module would look in actual use since all I can see are screen shots.

Victorj set up a test site for me, and I've noticed that the cart has a short time-out (meaning that items disappear from the cart within an hour or so). Can that be changed?

The things that I want in a new cart, and which I don't have now, are (1) a better search function, (2) a wish list, (3) pictures of the products in the cart. Those are the only things that I am lacking from my current installation. Does OC 2.0 have those things? I'll be experimenting with Victorj's dummy cart this evening, so I guess I can get those answers myself.

By the way, is OpenCart still free, or do I have to pay for it now? (I'm asking you questions as if you were the developer. I can find the answers myself, but I thought you might know them off the top of your head.)

Active Member

Posts

Joined
Fri Apr 30, 2010 12:07 pm

Post by EvolveWebHosting » Sat Nov 14, 2015 9:48 pm

Purebeads wrote: I definitely don't like the checkout steps. However, I could work with them. I'm accustomed to OpenCart now, and I could probably customize it to my satisfaction. However, the overall appearance is very industrial. 95% of my customers are women making lovely jewelry, and there is nothing lovely in the default appearance of version 2.0.

I know that I can try to adapt my current database to the new cart, but the fields wouldn't all match, and it would be a lot of work.

It's hard to see how that module would look in actual use since all I can see are screen shots.

Victorj set up a test site for me, and I've noticed that the cart has a short time-out (meaning that items disappear from the cart within an hour or so). Can that be changed?

The things that I want in a new cart, and which I don't have now, are (1) a better search function, (2) a wish list, (3) pictures of the products in the cart. Those are the only things that I am lacking from my current installation. Does OC 2.0 have those things? I'll be experimenting with Victorj's dummy cart this evening, so I guess I can get those answers myself.

By the way, is OpenCart still free, or do I have to pay for it now? (I'm asking you questions as if you were the developer. I can find the answers myself, but I thought you might know them off the top of your head.)
Opencart is still free. Some extensions are free and some aren't. The upgrade scripts will take care of the database changes as you go through the versions.

As far as a short 'time out' that you're seeing with the site victorj setup, I'm guessing it's a server configuration issue. Once items are in the cart, they stay unless they're manually removed or cookies are deleted.

A better search function is available with an extension. I personally don't think the default search is that great.

A wishlist is standard in newer versions of Opencart.

Images in the main cart and mini cart appear by default.

Opencart Hosting Plans, Domain Registration, Microsoft and Google Email and More
Visit our website for great deals and most importantly, fast and friendly support - www.evolvewebhosting.com


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by victorj » Sun Nov 15, 2015 3:52 am

Sessiontime is set short on that domain.
Use this domain for testing purposes, so short session comes in handy

Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com


User avatar
Expert Member

Posts

Joined
Sat Jun 25, 2011 4:09 am
Location - Alkmaar Holland

Post by Purebeads » Tue Nov 17, 2015 12:10 pm

victorj wrote:Sessiontime is set short on that domain.
Use this domain for testing purposes, so short session comes in handy
Victor, I haven't looked at the site in depth yet. I haven't been feeling well, and my workload also increased. If the site is still up, I will look at it soon. Sorry.

Active Member

Posts

Joined
Fri Apr 30, 2010 12:07 pm

Post by victorj » Wed Nov 18, 2015 4:06 am

take your time, it sitting there for me as well tot do all sorts off testing.

Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com


User avatar
Expert Member

Posts

Joined
Sat Jun 25, 2011 4:09 am
Location - Alkmaar Holland

Post by tdaubs » Wed Dec 14, 2016 11:08 pm

uksitebuilder wrote:I believe the error you need to solve is the deprecated mysql error.

As of php 5.5 although you can still use the mysql DB driver, it has been deprecated.

Unfortunately I don’t have OC 1.4.x on our system, but I am guessing it is similar to 1.5.x

You will need to use the mysqli Db driver to get rid of this error message, which should in turn get rid of the session_start() errors as they are only caused by the deprecated mysql error being output before the session starts.

Please download the attached file and upload to your system/database folder
mmysqli.php
After uploading the file, you then need to edit your config.php file and admin/config.php file

In that file, hopefully it will say:

Code: Select all

define('DB_DRIVER', 'mysql');
You should change this to

Code: Select all

define('DB_DRIVER', 'mmysqli');
Thanks for the solution UKSiteBuilder. A lot of people are going to need this as hosting companies upgrade their PHP versions.

Image
Opencart Support . Buy Me a Coffee?


User avatar
Active Member

Posts

Joined
Fri Apr 08, 2011 4:51 am
Location - Southern California
Who is online

Users browsing this forum: Bing [Bot] and 20 guests