Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

QBI Quickbooks Import


adam5532

Recommended Posts

everything is the same.. the only thing i noticed were the decimal place. Lest say ist 12.50 then it will show up at 12.5 or 8.00 would be 8. I dunno if this even matters. As fr the products being the same.

 

As for seting up the produts between QB to OSC i downloaded all the products using your contrib. Import them to QB. then export the item list from QB back into QBI via ftp.

 

 

acutall now that it hink about it.. i think i messed up on how i imported the producsts first into qb. cuz my item list looks a little funky and doesnt' make any sense.. here is a screen shot

 

FOr eg.. the the top product, Adobe Acrobat. i don't have any options asking if i awnt acrobat as an additonal product. I only have options like rush order and Priority Mail shipping

 

 

 

qb.jpg

Link to comment
Share on other sites

The ! should not be there. The headers have the !, and the detail line doesn't. The second ENDTRANS should not have it. I think you are just causing QB to ignore the whole transaction by changing it.

 

It does appear to add up correctly. Is you shipping set as taxable or non-taxable in QB? Also, please tell me which line is line 13, then we'll know where the error is.

 

Thanks,

Adam

 

Adam,

 

Thank you for the response. The shipping is set-up as a non-taxable item. The line 13 (when opened in excel) is the last line "ENDTRNS" which is why I was thinking of the ! being the problem. As I looked more and more at the IIF I noticed it was supposed to be that way.

 

I am also assuming that line 13 really isn't the "ENDTRNS" line; just my excel may be opening the IIF in the incorrect format. Do you know of anything in particular I need to do to open the IIF file correctly? Right now when I do it with Excel I am using TAB delimited and special character ";". Then I go to row # 13 (assuming this should be line # 13) and it is "ENDTRNS". Again, I think I am probably wrong in the way I am assuming this. I am sure there has to be some other way to figure out what the line is.

 

Thank you,

James

Link to comment
Share on other sites

I am having the "out of balance" as well. I have compared IIF files generated by V1.01 and V2.01 and what I found is that the individual item prices are being put into the IIF file as positive instead of negative as they should be.

 

When Quickbooks looks to make sure a transaction balances it looks at the total transaction amount first (positive number). It then adds each individual charge to give a itemized transaction total( should be a negative number). Next the two totals are added the end result should be "0". If it is the transaction is in balance if it is not the transction is "out of balance" .

 

To solve our problem we have to find the code that generates the IIF and make sure that individual charges are listed as negative. This is already correct with the shipping charges just not the other item charges.

Link to comment
Share on other sites

I am having the "out of balance" as well.  I have compared IIF files generated by V1.01 and V2.01 and what I found is that the individual item prices are being put into the IIF file as positive instead of negative as they should be.

 

When Quickbooks looks to make sure a transaction balances it looks at the total transaction amount first (positive number).  It then adds each individual charge to give a itemized transaction total( should be a negative number).  Next the two totals are added  the end result should be "0".  If it is the transaction is in balance if it is not the transction is "out of balance" .

 

To solve our problem we have to find the code that generates the IIF and make sure that individual charges are listed as negative.  This is already correct with the shipping charges just not the other item charges.

 

Big Balou,

 

I just went into my IIF file and changed the part that said "Sales 1474.99" to say "Sales -1474.99" and then I was able to import it. Great observation!!!

 

 

So, Adam...is this a bug or does this tell you something that is obviously wrong with our setups? If it's not a bug or an obvious setup error, is there a way to alter either code or DB to automatically change that particular number to a negative number so we can use the contribution?

 

Thanks Big Balou for the observation!!

 

James

Link to comment
Share on other sites

Big Balou,

 

I just went into my IIF file and changed the part that said "Sales    1474.99" to say "Sales    -1474.99" and then I was able to import it. Great observation!!!

So, Adam...is this a bug or does this tell you something that is obviously wrong with our setups? If it's not a bug or an obvious setup error, is there a way to alter either code or DB to automatically change that particular number to a negative number so we can use the contribution?

 

Thanks Big Balou for the observation!!

 

James

Its a bug that apparently happened as I was finishing up the multiple attribute section.

 

File: qbi_engine_orders.php

Line: 234, 258

Change: $prod_totalprice

To: ".-$prod_totalprice."

 

Thanks!

- Adam

Link to comment
Share on other sites

Thanks Adam I had already found a fix in your original version.

 

This is a GREAT contribution that works and I appreciate the time you are investing in its support.

Edited by Big_Balou
Link to comment
Share on other sites

Thank big balou. that solved my problem too! But alas i found something else..

 

Is it suposed to look like this in the item list?

 

qb2.jpg

Yes, it is actually working correctly. You have an item with 6 different options. Quickbooks doesn't have attributes, but it has subitems and sub-subitems etc. For example, if the item was Shoe:NewBalance:550:Mens:10:Wide:Blue this would be a unique item. Changing any one of these options actually indicates a completely different shoe.

 

This seemed like the only logical way to translate between osC's attributes and QB's subitems. The other way is through matching to a different item in QB -- multiple attribute matching is not yet supported in osC, because I wasn't thinking of that possibility when I designed the matching system -- I will need to rethink it.

 

But, I see that your use of attributes is not actually indicating a unique product. So, there's two options here:

 

1) Remove the attributes. It seems that all your shipping options can be chosen when the customer selects their shipping method at check-out.

 

2) I provide the option for attributes to only transfer into the description, and not become QB subitems. If there is interest in this, I can add it as an option in the future.

 

Thanks,

Adam

Link to comment
Share on other sites

Yes, it is actually working correctly. You have an item with 6 different options. Quickbooks doesn't have attributes, but it has subitems and sub-subitems etc. For example, if the item was Shoe:NewBalance:550:Mens:10:Wide:Blue this would be a unique item. Changing any one of these options actually indicates a completely different shoe.

 

This seemed like the only logical way to translate between osC's attributes and QB's subitems. The other way is through matching to a different item in QB -- multiple attribute matching is not yet supported in osC, because I wasn't thinking of that possibility when I designed the matching system -- I will need to rethink it.

 

But, I see that your use of attributes is not actually indicating a unique product. So, there's two options here:

 

1) Remove the attributes. It seems that all your shipping options can be chosen when the customer selects their shipping method at check-out.

 

2) I provide the option for attributes to only transfer into the description, and not become QB subitems. If there is interest in this, I can add it as an option in the future.

 

Thanks,

Adam

 

oh i see.. well its cool as long as it works its fine. But like before the old orders (the ones i can retrive before it times out) that i try to retrive still give mthe out of balance issue. Its odd cuz i dint' have a problme with it before. the new orders work fine.. just the old ones.

Edited by superman123
Link to comment
Share on other sites

oh i see.. well its cool as long as it works its fine. But like before the old orders (the ones i can retrive before it times out) that i try to retrive still give mthe out of balance issue. Its odd cuz i dint' have a problme with it before. the new orders work fine.. just the old ones.

Has the sales tax rate changed? That may be the issue -- an old sales tax rate for some of the past orders. I don't have a way to fix that at the moment. You could open the iif in Excel and do a search and replace.

 

- Adam

Link to comment
Share on other sites

Has the sales tax rate changed? That may be the issue -- an old sales tax rate for some of the past orders. I don't have a way to fix that at the moment. You could open the iif in Excel and do a search and replace.

 

- Adam

 

nah sales tax has been the same since the beginning. Could it be that the recent change in the engine orders.php file not made the changes in the previous orders?

Edited by superman123
Link to comment
Share on other sites

Version 2.02 has just been posted.

 

Version 2.02 corrects some bugs that were found in 2.00 and 2.01. Also, a few additions have been made to the manual, and both Word and PDF versions are included.

 

Instructions for upgrading from version 1.00, 1.01, 2.00, or 2.01 are provided.

 

If you have already made all the fixes posted in the ongoing forum discussion, then you don't need to upgrade from 2.01 to 2.02.

 

2.02 1/27/05

1. Added missing semicolon in documentation for qbi_payosc table definition.

2. Removed incorrect quotations in SQL file for v1 to v2 upgrade.

3. Array error for product model and name was generated under some conditions, fixed.

4. Incorrect field name for a discount table field fixed.

5. Negative sign was missing on price for non-group items.

 

- Adam

Link to comment
Share on other sites

Version 2.02 has just been posted.

 

Version 2.02 corrects some bugs that were found in 2.00 and 2.01. Also, a few additions have been made to the manual, and both Word and PDF versions are included.

 

Instructions for upgrading from version 1.00, 1.01, 2.00, or 2.01 are provided.

 

If you have already made all the fixes posted in the ongoing forum discussion, then you don't need to upgrade from 2.01 to 2.02.

 

2.02 1/27/05

1. Added missing semicolon in documentation for qbi_payosc table definition.

2. Removed incorrect quotations in SQL file for v1 to v2 upgrade.

3. Array error for product model and name was generated under some conditions, fixed.

4. Incorrect field name for a discount table field fixed.

5. Negative sign was missing on price for non-group items.

 

- Adam

 

 

Hi Adam

 

I just upgraded to the 2.02 vertion but I get the same error than before, when I import the products iff file, in the name field only appears the names of the atributtes of the products with atributtes and those are the only ones that are to quickbooks from the iif file. I already emailed you the iif file so you can take a look at it. I am sure I am doing some stupid mistake but I dont know what :'(

Link to comment
Share on other sites

Hi Adam

 

I just upgraded to the 2.02 vertion but I get the same error than before, when I import the products iff file, in the name field only appears the names of the atributtes  of the products with atributtes and those are the only ones that are to quickbooks from the iif file. I already emailed you the iif file so you can take a look at it. I am sure I am doing some stupid mistake but I dont know what  :'(

I don't remember if I asked this previously, but:

 

1) How many languages does your store use?

2) Do you have names for each product in each language?

3) Is one of the languages set as the default?

4) Try switching to a different language, then create the product iif and see if the product names show up.

 

These answers will help me. I don't have time today to look into this, but will put it near the top of my list to troubleshoot soon.

 

Thanks,

Adam

Link to comment
Share on other sites

I don't remember if I asked this previously, but:

 

1) How many languages does your store use?

2) Do you have names for each product in each language?

3) Is one of the languages set as the default?

4) Try switching to a different language, then create the product iif and see if the product names show up.

 

These answers will help me. I don't have time today to look into this, but will put it near the top of my list to troubleshoot soon.

 

Thanks,

Adam

 

Hi Adam

 

I use 2 languages in my store (english and spanish). I have a name for each product in both languages. Spanish is default. I tried to switch to other language to create the iif file but I got the same problem. Thanks for looking into this, I am really desperate. :(

Edited by xaratax
Link to comment
Share on other sites

I've read through and don't see any reference to this problem, so I will ask. I installed this contrib and everything seemed fine, until. I clicked to install the db tables, SUCCESS!. The message said to click and go to the configuration page, so I clicked, but the it just get's stuck. Seems to just loop over and over again. So I dumped the tables and did it again, same thing. Again, duped and again the same thing. Any body seen this before? Any ideas? Linux server, php 4.3.1, MYSQL 4.0.22. Thanks, Craig :)

Happy Coding!

Craig Garrison Sr

Anything worth having, is worth working for.

Multi Vendor Shipping V1.1 Demo Catalog

3 Vendors, each category, "buy" a product from each category to see how MVS works during checkout.

Multi Vendor Shipping V1.1 Demo Admin

login: [email protected]

pass: mvs_demo

MVS Thread:

Multi-Vendor Shipping

My contribs:

Download Multi Vendor Shipping V1.1

Vendor Email

Vendor Info in easypopulate

EZ Price Updater

And more to come!

Link to comment
Share on other sites

I've read through and don't see any reference to this problem, so I will ask. I installed this contrib and everything seemed fine, until. I clicked to install the db tables, SUCCESS!. The message said to click and go to the configuration page, so I clicked, but the it just get's stuck. Seems to just loop over and over again. So I dumped the tables and did it again, same thing. Again, duped and again the same thing. Any body seen this before? Any ideas? Linux server, php 4.3.1, MYSQL 4.0.22. Thanks, Craig :)

Did you follow the instructions to save the configuration? After installing, you must click the save button on the bottom of the configuration page, even if you didn't change anything. This activates the program, and is done to force you to check and update the configuration options before continuing. If you don't save the configuration, then you will be stuck on the configuration page until you do.

 

If you did save the configuration, and it still won't let you proceed, then we have a problem and I can help you fix it. But let me know this first, as this behaviour is normal if you didn't save the configuration.

 

Thanks,

Adam

Link to comment
Share on other sites

Did you follow the instructions to save the configuration? After installing, you must click the save button on the bottom of the configuration page, even if you didn't change anything. This activates the program, and is done to force you to check and update the configuration options before continuing. If you don't save the configuration, then you will be stuck on the configuration page until you do.

 

If you did save the configuration, and it still won't let you proceed, then we have a problem and I can help you fix it. But let me know this first, as this behaviour is normal if you didn't save the configuration.

 

Thanks,

Adam

First, thanks for getting back to me Adam.

Ths odd thing is, it has never gotten to the "configuration" page. When I click the link to go to it after installing the tables, it just sits there, seemingly in an endlessly loop. I have tried navigating directly to the configuration page(catalog/admin/qbi_config.php) in my browser and still it just sits there, never bringing up the page. Seems like it is trying to redirect to another page, and gets stuck in an endless loop. The first time I tried it, I was using FireFox as my browser(great developement tools available), and received an error message, "too many redirects from this url", or something like that. Tried again with IE and it just sits there, like it's trying to load some very large page, but just nver finishes. Any ideas? And thanks again, Craig :)

Happy Coding!

Craig Garrison Sr

Anything worth having, is worth working for.

Multi Vendor Shipping V1.1 Demo Catalog

3 Vendors, each category, "buy" a product from each category to see how MVS works during checkout.

Multi Vendor Shipping V1.1 Demo Admin

login: [email protected]

pass: mvs_demo

MVS Thread:

Multi-Vendor Shipping

My contribs:

Download Multi Vendor Shipping V1.1

Vendor Email

Vendor Info in easypopulate

EZ Price Updater

And more to come!

Link to comment
Share on other sites

I have just installed this contrib, and immediately upon signing into the admin, I get

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/tractor/public_html/catalog/admin/includes/filenames.php:60) in /home/tractor/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/tractor/public_html/catalog/admin/includes/filenames.php:60) in /home/tractor/public_html/catalog/admin/includes/functions/sessions.php on line 67

 

 

Cannot get into the QBI at all.

Ideas?

Link to comment
Share on other sites

First, thanks for getting back to me Adam.

Ths odd thing is, it has never gotten to the "configuration" page. When I click the link to go to it after installing the tables, it just sits there, seemingly in an endlessly loop. I have tried navigating directly to the configuration page(catalog/admin/qbi_config.php) in my browser and still it just sits there, never bringing up the page. Seems like it is trying to redirect to another page, and gets stuck in an endless loop. The first time I tried it, I was using FireFox as my browser(great developement tools available), and received an error message, "too many redirects from this url", or something like that. Tried again with IE and it just sits there, like it's trying to load some very large page, but just nver finishes. Any ideas? And thanks again, Craig :)

When every page is opened, qbi_version.php is included and checks that the version of the database matches the program and that the configuration is marked as active. If the version doesn't match, you are redirected to qbi_db.php, and if the version matches but the config is not active, you are redirected to qbi_config.php.

 

Try it again, and this time after it has sit for a couple of seconds, hit the Stop icon on your browser and then View Source. You should see the php error messages in the source. They aren't displayed in the browser because the HTML body tags aren't sent yet. Then let me know what the error message is and we can proceed from there. I could just have you set the config to active and see what happens, but I suspect that there is something wrong with your installation, and I'd rather we figure that out.

 

Also, make sure you have followed all the installation instructions, that everything is in the right place, and that the table definitions have been put in the database tables file. And, let me know what version of QBI you are using, and is this a fresh install or an upgrade.

 

Thanks,

Adam

Link to comment
Share on other sites

ok.... did a restore, and fixed whatever I bummed up. Niw I'm getting:

Quickbooks Import QBI

 

1060 - Duplicate column name 'qbi_imported'

 

ALTER TABLE `orders` ADD `qbi_imported` TINYINT(2) UNSIGNED DEFAULT '2' NOT NULL;

 

[TEP STOP]

 

when i try up upgrade the table. The upgrade optio is all I'm presented with on the qbi page

Link to comment
Share on other sites

I've uploaded this contribution (thank you btw for this, it will save me a lot of time) but in trying to download my previous orders I am getting this answer:

 

1146 - Table 'bare-ess_osc1.qbi_disc' doesn't exist

 

SELECT * FROM qbi_ot_disc AS otdisc, qbi_disc AS disc WHERE otdisc.qbi_ot_mod='ot_coupon' AND otdisc.qbi_disc_refnum=disc.qbi_disc_refnum

 

[TEP STOP]

 

 

Apparently I don't have some discount table set up in my sql or ? Everything else in the instructions went perfectly so not sure what this is all about or where I'm supposed to go to fix this. I am using the CCGV contribution (gift voucher/coupon) if that helps any.

 

TIA,

Michelle

Link to comment
Share on other sites

ok.... did a restore, and fixed whatever I bummed up.  Niw I'm getting:

Quickbooks Import QBI 

 

1060 - Duplicate column name 'qbi_imported'

 

ALTER TABLE `orders` ADD `qbi_imported` TINYINT(2) UNSIGNED DEFAULT '2' NOT NULL;

 

[TEP STOP]

 

when i try up upgrade the table.  The upgrade optio is all I'm presented with on the qbi page

Using phpmyadmin or similar, go to the orders table and delete the field qbi_imported. Then delete the table qbi_config.

Then go to QBI in the osc admin and it will install correctly.

- Adam

Link to comment
Share on other sites

When every page is opened, qbi_version.php is included and checks that the version of the database matches the program and that the configuration is marked as active. If the version doesn't match, you are redirected to qbi_db.php, and if the version matches but the config is not active, you are redirected to qbi_config.php.

 

Try it again, and this time after it has sit for a couple of seconds, hit the Stop icon on your browser and then View Source. You should see the php error messages in the source. They aren't displayed in the browser because the HTML body tags aren't sent yet. Then let me know what the error message is and we can proceed from there. I could just have you set the config to active and see what happens, but I suspect that there is something wrong with your installation, and I'd rather we figure that out.

 

Also, make sure you have followed all the installation instructions, that everything is in the right place, and that the table definitions have been put in the database tables file. And, let me know what version of QBI you are using, and is this a fresh install or an upgrade.

 

Thanks,

Adam

 

Thanks again for trying to help me. QBI Version is 2.02.

Ok went back through the install. Everything seems fine, not all that much to do, great job with this BTW. First I tried it again with FireFox. This is the exact error message the browser gave me

Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

Cookies are not blocked. This is being tested on my dev server, that is an exact duplicate of my production server, with more execution time added to the php.ini file.

The page source showed no error output whatsoever. Then I tried again with IE 6.0. Dropped the tables, then started over. IE just sits and loops, trying to load something. The source from IE which was the same from FireFox

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>osCommerce</title>
<link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
<link rel="stylesheet" type="text/css" href="includes/qbi_styles.css">
</head>
<body>
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td><img src="/catalog/catalog/images/bluclrlogoPRINT.gif" border="0" alt="BluCollar Sales" title=" BluCollar Sales "></td>
   <td align="right"><a href="http://www.oscommerce.com" target="_blank"><img src="images/header_support.gif" border="0" alt="Support Site" title=" Support Site " width="50" height="50"></a>  <a href="http://newfedora/catalog/catalog/catalog/"><img src="images/header_checkout.gif" border="0" alt="Online Catalog" title=" Online Catalog " width="53" height="50"></a>  <a href="http://newfedora/catalog/catalog/admin/index.php?osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6"><img src="images/header_administration.gif" border="0" alt="Administration" title=" Administration " width="50" height="50"></a>  </td>
 </tr>
 <tr class="headerBar">
   <td class="headerBarContent">  <a href="http://newfedora/catalog/catalog/admin/index.php?osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="headerLink">Administration</a></td>
   <td class="headerBarContent" align="right"><a href="http://www.oscommerce.com" class="headerLink">Support Site</a>  |  <a href="http://newfedora/catalog/catalog/catalog/" class="headerLink">Online Catalog</a>  |  <a href="http://newfedora/catalog/catalog/admin/index.php?osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="headerLink">Administration</a>  </td>
 </tr>
</table>
<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="2" cellpadding="2">
 <tr>
   <td width="125" valign="top">
<table border="0" width="125" cellspacing="1" cellpadding="1" class="columnLeft">
<!-- left_navigation //-->
<!-- configuration //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/configuration.php?gID=1&selected_box=configuration&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=1&selected_box=configuration&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Configuration</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxContent"><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=1&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">My Store</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=2&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Minimum Values</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=3&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Maximum Values</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=4&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Images</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=5&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Customer Details</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=7&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Shipping/Packaging</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=8&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Product Listing</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=9&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Stock</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=10&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Logging</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=11&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Cache</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=12&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">E-Mail Options</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=13&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Download</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=14&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">GZip Compression</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=15&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Sessions</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=19&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Shopping Cart</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=735&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Options as Images</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=6543&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Infobox Skins</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=900&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Links</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=39&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Featured</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=200&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Faqs Variables</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=400&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Quick Add Product</a><br><a href="http://newfedora/catalog/catalog/admin/configuration.php?gID=899&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxContentLink">Printable Catalog</a><br></td>
 </tr>
</table>
           </td>
         </tr>
<!-- configuration_eof //-->
<!-- catalog //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/categories.php?selected_box=catalog&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/categories.php?selected_box=catalog&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Catalog</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- catalog_eof //-->
<!-- feeders //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/feeders.php?selected_box=feeders&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/feeders.php?selected_box=feeders&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Feeder Systems</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- feeders_eof //-->
<!-- articles //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/articles.php?selected_box=articles&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/articles.php?selected_box=articles&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Article Manager</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- articles_eof //--><!-- modules //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/modules.php?set=payment&selected_box=modules&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/modules.php?set=payment&selected_box=modules&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Modules</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- modules_eof //-->
<!-- customers FILENAME_CUSTOMERS_ADD//-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/customers.php?selected_box=customers&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/customers.php?selected_box=customers&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Customers</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- customers_eof //--><!-- taxes //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/countries.php?selected_box=taxes&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/countries.php?selected_box=taxes&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Locations / Taxes</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- taxes_eof //-->
<!-- localization //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/currencies.php?selected_box=localization&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/currencies.php?selected_box=localization&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Localization</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- localization_eof //-->
<!-- reports //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/stats_products_viewed.php?selected_box=reports&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/stats_products_viewed.php?selected_box=reports&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Reports</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- reports_eof //--><!-- tools //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/backup.php?selected_box=tools&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/backup.php?selected_box=tools&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Tools</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- tools_eof //--><!-- information //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=information&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=information&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Information</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- information_eof //--><!-- pqu //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td align="left" class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=pqu&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=pqu&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Price Change</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- pqu-eof //--><!-- reports //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/box_content_controller.php?selected_box=box_controller&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/box_content_controller.php?selected_box=box_controller&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Box/Page Content</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- reports_eof //--><!-- reports //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=infobox&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/qbi_db.php?selected_box=infobox&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Infobox Admin</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- reports_eof //--><!-- gv_admin //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/coupon_admin.php?selected_box=gv_admin&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/coupon_admin.php?selected_box=gv_admin&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Vouchers/Coupons</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- gv_admin_eof //--><!-- links //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/links.php?selected_box=links&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/links.php?selected_box=links&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">Links Manager</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- links_eof //-->
<!-- Faq Pages //-->
         <tr>
           <td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td class="menuBoxHeading" onmouseover="this.style.cursor='hand'" onclick="document.location.href='http://newfedora/catalog/catalog/admin/faq_admin.php?selected_box=faqs_admin&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6'"> <a href="http://newfedora/catalog/catalog/admin/faq_admin.php?selected_box=faqs_admin&osCAdminID=1bbc29cbbe7b22d4acd4b96bffaf01f6" class="menuBoxHeadingLink">FAQS Admin</a> </td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
           </td>
         </tr>
<!-- information_eof //--><!-- left_navigation_eof //-->
   </table></td>
<!-- body_text //-->
   <td width="100%" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
     <tr>
       <td width="100%">
 <table border="0" width="100%" cellspacing="0" cellpadding="0">
         <tr>
           <td class="pageHeading">Quickbooks Import QBI</td>
           <td class="pageHeading" align="right"><img src="images/pixel_trans.gif" border="0" alt="" width="60" height="30"></td>
         </tr>
       </table></td>
     </tr>
</table>

<table>
<p>Database table upgrades successfull. Now you must go to the configuration page.<br />1) Recheck your configuration options and configure new options.<br />2) Click "Update" at the bottom of the page.<br />Note: You must click update to finish the upgrade, even if you did not change any settings!<p><p><a href="qbi_config.php">Now you must go to the configuration page.</a></p></table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td align="center" class="smallText">
E-Commerce Engine Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>
osCommerce provides no warranty and is redistributable under the <a href="http://www.fsf.org/licenses/gpl.txt" target="_blank">GNU General Public License</a>
   </td>
 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="1" height="5"></td>
 </tr>
 <tr>
   <td align="center" class="smallText">Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a></td>
 </tr>
</table>
</body>
</html>

I don't see anything from the source to help. Do you? Thanks again, Craig :)

Happy Coding!

Craig Garrison Sr

Anything worth having, is worth working for.

Multi Vendor Shipping V1.1 Demo Catalog

3 Vendors, each category, "buy" a product from each category to see how MVS works during checkout.

Multi Vendor Shipping V1.1 Demo Admin

login: [email protected]

pass: mvs_demo

MVS Thread:

Multi-Vendor Shipping

My contribs:

Download Multi Vendor Shipping V1.1

Vendor Email

Vendor Info in easypopulate

EZ Price Updater

And more to come!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...