X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart 4.3 released (https://forum.x-cart.com/showthread.php?t=50645)

xplorer 11-11-2009 05:41 AM

X-Cart 4.3 released
 
Hi folks,

I would like to announce release of X-Cart 4.3.

A brief description of major changes:
http://www.x-cart.com/news/xcart-430-released.html

The changelog:
http://www.x-cart.com/files/CHANGELOG-4.3.0

The online demo:
http://www.x-cart.com/shopping_cart_demo.html

expert47 11-11-2009 07:46 AM

Re: X-Cart 4.3 released
 
How exciting to see 4.3.. :)

So, based on my old version, and my waiting for the right time to upgrade what's been pretty stable, is it time now?

Seems like loads of new features.

Or is 4.3 too new to have an opinion on?

Of course, I have no idea what it will cost for x-cart to upgrade us from our old version, but if there's enough new goodies to make it worthwhile, maybe it's time!

Kibbitz amongst yourselves with opinions..:)

ex.

jptnnr 11-11-2009 10:43 AM

Re: X-Cart 4.3 released
 
Can I upgrade directly from 4.1.9, or do I have to make each successive upgrade to get to 4.3?

Thank you,

Serginfor.com 11-11-2009 11:59 PM

Re: X-Cart 4.3 released
 
Where do I delete text below:
################################################## ###


This online store is powered by X-Cart shopping-cart-software

This X-Cart Gold installation is licensed for evaluation purposes only so this message should be kept visible at the top of every store page. For details refer to X-Cart license agreement.

Removing this message without buying a paid license is prohibited and will result in legal proceedings.

################################################## #####
License 4.2.1 to 4 3.0

xplorer 11-12-2009 12:23 AM

Re: X-Cart 4.3 released
 
Quote:

Originally Posted by jptnnr
Can I upgrade directly from 4.1.9, or do I have to make each successive upgrade to get to 4.3?


There are no upgrade patches. Only a script upgrading the X-Cart database.

Quote:

Originally Posted by Serginfor.com
Where do I delete text below:
...



Please register your X-Cart installation under "My licenses" section in the private members area. Detailed instructions on registering an X-Cart installation are provided in the evaluation note displayed in the store back end.

Serginfor.com 11-12-2009 01:17 AM

Re: X-Cart 4.3 released
 
To upgrade the database gives this error


Creating a new tables definition .
SQL error #1105 : MyISAM table 'xcart_category_bookmarks' is in use (most likely by a MERGE table). Try FLUSH TABLES.
SQL query: CREATE TABLE xcart_category_bookmarks ( xcart_category_bookmarks.categoryid int(11) NOT NULL default '0', xcart_category_bookmarks.add_date int(11) NOT NULL default '0', xcart_category_bookmarks.login varchar(32) NOT NULL default '', UNIQUE KEY categoryid (categoryid,login)) TYPE=MyISAM

xplorer 11-12-2009 03:23 AM

Re: X-Cart 4.3 released
 
You can find more info on upgrading your stores up to the 4.3 version in X-Cart manual:
http://www.x-cart.com/xcart_manual/online/upgrade_x_cart.htm

Thanks!

xplorer 11-12-2009 04:32 AM

Re: X-Cart 4.3 released
 
Quote:

Originally Posted by Serginfor.com
To upgrade the database gives this error

Creating a new tables definition .
SQL error #1105 : MyISAM table 'xcart_category_bookmarks' is in use (most likely by a MERGE table). Try FLUSH TABLES.
SQL query: CREATE TABLE xcart_category_bookmarks ( xcart_category_bookmarks.categoryid int(11) NOT NULL default '0', xcart_category_bookmarks.add_date int(11) NOT NULL default '0', xcart_category_bookmarks.login varchar(32) NOT NULL default '', UNIQUE KEY categoryid (categoryid,login)) TYPE=MyISAM



Try:

1. Find the following text in "tables.sql":

Code:

ALTER TABLE xcart_shipping_rates ADD apply_to char(6) NOT NULL default 'DST' AFTER type;

CREATE TABLE xcart_category_bookmarks (
    xcart_category_bookmarks.categoryid int(11) NOT NULL default '0',
    xcart_category_bookmarks.add_date int(11) NOT NULL default '0',
    xcart_category_bookmarks.login varchar(32) NOT NULL default '',
    UNIQUE KEY categoryid (categoryid,login)
) TYPE=MyISAM;


2. Manually execute the ALTER TABLE operation in the MySQL console (it appears as the operation consumes too much resources on your server and cannot be executed from the DB upgrade script)

3. Cut the operation from the file and save the file

4. Run the DB upgrade script

The Digichick 11-13-2009 09:47 AM

Re: X-Cart 4.3 released
 
Quick question regarding licenses: if a new license were purchased today (following 4.3's release) will the licensee be able to use 4.1.x and 4.2.x builds (currently 4.1.12 and 4.2.3), or will they have access to the 4.3.0 files only? I just noticed that the X-Cart Pro product page lists it as 4.3.0 with "Free access to future versions," but it doesn't mention access to 4.2.x.

The reason I ask is that we're working with another site owner who was just about to purchase X-Cart Pro, but they need 3rd-party mods that haven't yet been made 4.3-compatible. We just need to know whether we can move forward with a 4.2 installation, or if they ought to wait until those mods are updated.

Thanks!

xplorer 11-14-2009 12:05 AM

Re: X-Cart 4.3 released
 
Quote:

Originally Posted by The Digichick
if a new license were purchased today (following 4.3's release) will the licensee be able to use 4.1.x and 4.2.x builds (currently 4.1.12 and 4.2.3), or will they have access to the 4.3.0 files only?


You will have access to all X-Cart versions: 4.3.x, 4.2.x and 4.1.x. Depending on the X-Cart version you will accept different license agreements during installation.


All times are GMT -8. The time now is 09:08 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.