Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

brian89

Archived
  • Posts

    8
  • Joined

  • Last visited

Everything posted by brian89

  1. Hey Ryan, 1 more question I swear its my last :huh: Have you or has anyone asked you if Easy Populate works by default if I install it after your multi store contrib is installed? Im not sure if you are familar with that contrib. I have installed it and I can export the contents of my inventory just fine, but when i go to import the same or anyother cvs file it will not update. My guess is cause the database has changed a tad with your contrib and something is not lining up they way its expecting, but I just dont know. This is just about my last step and my clients site is good to go. And you have saved me just about 100 hrs of labor. Thanks. Brian
  2. I have a prob similar to FoodDudes, Heres my problem: My default store runs fine. I have added 2 more stores/catalogs following the directions (i think). When I try to go to either of the new stores I get a blank page. Heres my directories: c:\www\webroot\catalog (default) c:\www\webroot\taft (new store1) c:\www\webroot\wacker (new store2) heres the configure.php for store1 define('HTTP_COOKIE_PATH', '/taft/'); define('DIR_WS_HTTP_CATALOG', '/taft/'); define('DIR_FS_CATALOG', 'C:/www/webroot/taft/'); heres the database_tables.phpfor store1 define('TABLE_CONFIGURATION', 'taft'); If I change 'TABLE_CONFIGURATION' to the default stores value the page comes up, but ofcourse with the configuration of the default store. I do have all the paths set for each of the stores in the admin by the way. I know I must be missing something small, but my brain is small so Im at a loss. Thanks all in advance. Brian
  3. Did you run the update.sql against the database? I did not, why? cause I did read step 3. Im lame. Thanks much!
  4. Hey Ryan, Im in real need of testing your contribution. I have a client that could really use this. But I have a problem. This what I did: I first unpacked a fresh copy of oscommerce to my server. I then created the database and ran the oscommerce installation. It installed fine and was in working order. I then unpacked your contrib and copied and pasted every file from the contrib to the appropriate folders in the new oscommerce installation which overwrote some of its original files. I then try to go to the page of my commerce site and this is what i get: ******************* 1146 - Table 'catalog2.languages_to_stores' doesn't exist select l.languages_id, l.name, l.code, l.image, l.directory from languages l LEFT JOIN languages_to_stores l2s ON l.languages_id = l2s.languages_id WHERE l2s.stores_id = 'STORES_ID' order by sort_order [TEP STOP]******************* I then try to go to the admin page and I get this: ******************** 1146 - Table 'catalog2.administrators' doesn't exist update administrators set administrators_selected_stores_id = '1' where administrators_id = '0' [TEP STOP]******************** For the first error listed above, I created the table in the database 'languages_to_stores' but then when goingto the main page of the site, all that shows up is a blank page. Sorry for the lengthy post. But if you could help at all I would really really appreciate it. Brian
  5. Not yet, but that project starts in 1.5 months. My client needs some custom software tied into her quickbooks database. And after researching the SDK this wont be very hard at all. The importing of invoices was not in the plan, but now that i can see a need for it, I am goign to research it alittle more and see if I can tie it in with the work Im going to do in 1.5 months. Thanks for your reply. I will try that out this week. Brian
  6. Hey Adam, Is there a way to automate the exporting of the iif files? Im going to have multiple stores (15+) that i need to get those iif files from and manually going to the each might get cumbersome. If there is a way to have your script dump the iif files into a directory at a user defined interval? Then I can write a ftp app to automatically go and pick them up off the site at the same interval. This would then allow me to automate the importing of these files with my app via the SDK from quickbooks. Thanks already for your great work! (i accidently posted this as a new topic in the forum also) Brian
  7. Hey Adam, Is there a way to automate the exporting of the iif files? Im going to have multiple stores (15+) that i need to get those iif files from and manually going to the each might get cumbersome. If there is a way to have your script dump the iif files into a directory at a user defined interval? Then I can write a ftp app to automatically go and pick them up off the site at the same interval. This would then allow me to automate the importing of these files with my app via the SDK from quickbooks. Thanks already for your great work! Brian
×
×
  • Create New...