Which version do I need ? Pre-K, Kindergarten, 1st grade or 2nd gradeQphoria wrote:First go here:
http://www.hookedonphonics.com/learn-to ... KgodTlTolg

Which version do I need ? Pre-K, Kindergarten, 1st grade or 2nd gradeQphoria wrote:First go here:
http://www.hookedonphonics.com/learn-to ... KgodTlTolg
Best get them all for opencart readingjty wrote:Which version do I need ? Pre-K, Kindergarten, 1st grade or 2nd gradeQphoria wrote:First go here:
http://www.hookedonphonics.com/learn-to ... KgodTlTolg
IBBoard wrote:Once I've written the queries and run them then I'll post them here, although I'll have to pull my data from a backup as the upgrade process seems to have lost all of the data rather than keeping it safe somewhere but not using it.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I think it's more complicated than you're anticipating, because the old options data is split differently in the new tables. I'd be surprised if you got it working in seven INSERT statements, but if you do, I'll be impressed!IBBoard wrote:Yeah, it won't be neat and pretty and the options wouldn't be consolidated, but it looks like quite a simple set of seven INSERT INTO...SELECT... queries should do the job and leave you in a better position than not having them at all.
This is what I use to create upgrade patches for each version, including the sql part of the beta2 upgrade script.SebastianJu wrote:Is there a free tool to compare 2 databases? I made a copy of my livesystem, upgraded it and now im setting up the settings, the templates and extensions. But the original database wont stay at the same status. Which means i want to make this version live, i will setup maintenance mode and then would need to find out what is changed and copy this to the new database.
Making the upgrade again and all settings, templates and so on probably would take very long.
So is there such a comparetool?
Thanks!
Sebastian
Upgrade with options and without errors
14x didn't track coupon history so there was nothing to save. Coupon history was added in 1.5.xIBBoard wrote: NOTE: If you ran earlier versions of this script from Qphoria and ignored the warnings then you'll have lost your history of who used which coupons with which order. Whether that is important to you is another matter.
Code: Select all
# move order 'coupon_id' column to coupon_history table. Amount of coupon not transferred as there is no history of that.
INSERT INTO `oc_coupon_history` (coupon_id, order_id, customer_id, date_added) SELECT coupon_id, order_id, customer_id, date_added FROM `oc_order`;
Users browsing this forum: No registered users and 7 guests