<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — ZEN_IMPORT]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3294&amp;type=atom" />
	<updated>2013-06-30T15:46:14Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3294</id>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16919#p16919" />
			<content type="html"><![CDATA[<p>@ckrosco<br />If you have any bugs found and fixed in zen import module, please send the patched code to us, so we can make it available for other users via FA repo.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-06-30T15:46:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16919#p16919</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16917#p16917" />
			<content type="html"><![CDATA[<p>Alvin - please let me know if you have problems with it. I have it working on my system, but I think there are still a few bugs.</p>]]></content>
			<author>
				<name><![CDATA[ckrosco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1158</uri>
			</author>
			<updated>2013-06-30T14:58:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16917#p16917</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16916#p16916" />
			<content type="html"><![CDATA[<p>You can see if it is available from the repository by selecting Setup tab, install/activate extensions.</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-06-30T14:33:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16916#p16916</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16915#p16915" />
			<content type="html"><![CDATA[<p>I read about ZEN_IMPORT EXTENSION</p><p>Is this available for download somewhere, or is this the 3 party that is for sale?</p><p>Please inform, thanks</p><p>Alvin</p>]]></content>
			<author>
				<name><![CDATA[alvin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=176</uri>
			</author>
			<updated>2013-06-30T14:09:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16915#p16915</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16289#p16289" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>web1kreativ wrote:</cite><blockquote><p>However, the orders import is limited. It only creates order headers (customer, address, order total, etc.) in the FA sales_orders table, but the line items are not imported. So, an order is partially created in the DB, but you are not able to find those orders through the UI, because of the missing line items.</p></blockquote></div><p>All items have to be in FrontAccounting before you can import orders from the Zen Cart database. When adding items in FA, the Item Code of FA has to match the Product ID of Zencart.</p><p>I&#039;ve done some work on this module recently and it seems to be working quite well. There are a few quirks and limitations, but is quite useful for getting your ZC orders into FA.</p>]]></content>
			<author>
				<name><![CDATA[ckrosco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1158</uri>
			</author>
			<updated>2013-04-05T02:21:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16289#p16289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13211#p13211" />
			<content type="html"><![CDATA[<p>If your zen cart is located at a hosting provider, you may want to check with them to find out if the DB server is accessible from the &quot;outside&quot;. Some hosting companies may prevent access due to the shared server environment.</p><p>I also want to mention here that the zen_import module is great to import customers (it creates the customer and branch in FA). However, the orders import is limited. It only creates order headers (customer, address, order total, etc.) in the FA sales_orders table, but the line items are not imported. So, an order is partially created in the DB, but you are not able to find those orders through the UI, because of the missing line items. <br />I guess this is due to the fact that Zen Cart allows product attributes without specifying a unique SKU per attribute. You could include some code in the zen_orders_db.inc (if you know your way around) to include the line items in the FA sales_order_details table, but the zen cart products_model will need to exactly match the FA stock_id. If you have products with attributes in zen cart, then this will not work well. <br />I believe there will be a solution to add SKU by attribute in one of the next zen cart releases.</p><p>Cheers,<br />Richard</p>]]></content>
			<author>
				<name><![CDATA[web1kreativ]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14841</uri>
			</author>
			<updated>2012-08-29T15:05:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13211#p13211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13188#p13188" />
			<content type="html"><![CDATA[<p>the same error so i created 0_zencart table using phpmyadmin and login again to FA it work bust with error &quot; faild to connect to zen cart database &quot;</p>]]></content>
			<author>
				<name><![CDATA[sameer_em2000]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14845</uri>
			</author>
			<updated>2012-08-28T06:06:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13188#p13188</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13183#p13183" />
			<content type="html"><![CDATA[<p>Hello sameer_em2000,</p><p>I have seen the same issue. You can fix this by changing the file:<br />/modules/zen_import/includes/zen_orders_db.inc</p><p>line 30:<br />Type=MyISAM&quot;;</p><p>to <br />ENGINE=MyISAM&quot;;</p><p>This should work.</p><p>Cheers,<br />Richard</p>]]></content>
			<author>
				<name><![CDATA[web1kreativ]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14841</uri>
			</author>
			<updated>2012-08-27T15:14:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13183#p13183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13181#p13181" />
			<content type="html"><![CDATA[<p>Please have a look at existing threads before asking a similar question.</p><p>This thread handles your question as well.</p><p>https://frontaccounting.com/punbb/viewtopic.php?id=3272</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-08-27T15:00:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13181#p13181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13180#p13180" />
			<content type="html"><![CDATA[<p>first thank u very much</p><p>i don&#039;t understand what u mean</p><p>i am not developer i am just accountant if you can&nbsp; be more clearly that&#039;s will be nice</p>]]></content>
			<author>
				<name><![CDATA[sameer_em2000]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14845</uri>
			</author>
			<updated>2012-08-27T14:43:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13180#p13180</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13179#p13179" />
			<content type="html"><![CDATA[<p>Please have a look in another thread about this.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-08-27T14:07:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13179#p13179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[ZEN_IMPORT]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13176#p13176" />
			<content type="html"><![CDATA[<p>good mooningI AM NEW USER WITH FA I AM TRIED TO ACTIVE ZEN_IMPORT EXTENSION AND I DID BUT WHEN I BUSH CREATE TABLE BUTTON FA RETURN&nbsp; ME DATABASE ERROR : Error creating tableerror code : 1064error message : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;TYPE=MyISAM&#039; at line 5<br />sql that failed was : <br />CREATE TABLE `0_zencart` ( `name` char(15) NOT NULL default &quot;&quot;, `value` varchar(100) NOT NULL default &quot;&quot;, PRIMARY KEY (`name`)) TYPE=MyISAM</p>]]></content>
			<author>
				<name><![CDATA[sameer_em2000]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14845</uri>
			</author>
			<updated>2012-08-27T07:39:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13176#p13176</id>
		</entry>
</feed>
