Hi,
That would be the solution if you want the second address line with QBI (actually the current version is 3.78).
Thanks,
Adam
Printable View
QBI version 3.76+ would be the commercial version, correct?
I'd be in agreement with you were it not for the fact that this was the first question I asked, and for the fact that the only answers you've actually supplied up to now are "I'm not going to read that" and "you can't do that in QBI".
It is without a doubt very hard for you to find time to provide support, so of course paid members would take priority. All the same, thanks for your time.
In case anyone stumbles here with the same array issues, I found a solution. My web host upgraded to PHP5, making some of the code in catalog/admin/customers.php process incorrectly.
I originally thought this was due to implementing QBI, but I think it may have just been that I haven't needed to check out my customers page as of late. It likely starting showing errors as soon as my web host upgraded.
Find this:
$customer_info = array_merge($country->fields, $info->fields, $reviews->fields);
$cInfo_array = array_merge($customers->fields, $customer_info);
And change it to this:
$customer_info = array_merge((array)$country->fields, (array)$info->fields, (array)$reviews->fields);
$cInfo_array = array_merge((array)$customers->fields, (array)$customer_info);
Original info found here:
http://fstcs.net/blogs/ryansuzuki/ar...5-upgrade.aspx
i can save .iif files (from my admin website) of customer invoices and whatnot. When i save the file and try to import it with quickbooks, for every invoice is says error on line x (its many different numbers) if i keep clicking ok ok ok ok ok then finally is say import complete but it only imports the names and addresses of people and not their orders....can some one please help me
Hi,
You have products in Zen Cart that are missing model numbers, discount items that aren't matched, and/or you have account fields that are not filled in on the QBI configure page. You MUST follow the manual and completely configure QBI before trying to import any orders.
Thanks,
Adam
ok thank you and none of the items import like i said just the customers and their addresses
I went ahead and created an all new store file in Quickbooks 2008 Pro.
I have opened up MySql and checked the products table, every single product has a product_model entry.
I have double and triple checked all of the configuration and matching settings.
I export the IIF file, and then go to import it into QB.
It imports the first 24 orders and then crashes on 25.
If I go into zen cart and look at order 25 I can not find any sort of info in the order that would be different from previous ones.
:frusty: