Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

davidturetsky

Members
  • Posts

    72
  • Joined

  • Last visited

Profile Information

davidturetsky's Achievements

  1. Actually, I found when searching through the easypopulate.php that there were many instances where the tempfile directory was having the /catalog/ path attached to it: $tmpfname = DIR_FS_CATALOG . 'catalog/' . $tempdir Was this intentional? I removed the . 'catalog/' and it corrects this error.
  2. Totally agree. Step-by-Step is the best solution for manual entry to date. I use MS2 and it works well.
  3. Yes, excellent contrib. Also, could you purpose this as a news center as well? And, have the ability to publish content to the main page, or an articles page.
  4. *** Warning *** You also need to change the '\?"... Line 353 text = '\?" . number_format($RunningTax, 2, '.', ',') . "', Line 360 text = '\?" . number_format($RunningSubTotal, 2, '.', ',') . "', Line 372 text = '<b>\?" . number_format($Total, 2, '.', ',') . "</b>', Sorry for the oversite.
  5. Awesome work here... Just one small issue for those of us who charge $ rather than ?... you must edit line 226 in edit_orders. // Set $ot_text (display-formatted value) $ot_text = "\$" . number_format($ot_value, 2, '.', ','); instead of // Set $ot_text (display-formatted value) $ot_text = "\?" . number_format($ot_value, 2, '.', ','); Again....solid work!
  6. Blue, I do know that they are two different mods. My point was that there were issues/problems with the Current Listings contrib, and I was giving people who authored/were using that one some feedback. Wasn't it you who said that there was a lot of effort/time being spent with little feedback? Maybe they should be combined in some way when they are both debug'd. These are both genious solutions to the need for auction integration. On my point before... you are able to see current auctions in your listings mod? I can't get it to work. Shows the page with no listings. Regards.
  7. David, Once I get the current listings contrib finished, I will try yours. Looks simple enough to install. Thank you for your efforts. Oh, on the Ebay Current Listings, you must ensure that you are using themas, otherwise, replace the includes for header, left, right columns and footer lines and the stylesheet also needs replacing. Regards.
  8. Just tried the Ebay Current Listings contrib. Have to say that it is ingenious. However, it does not work for me: www.busfish.com/ebay.php Here are a couple of issues when implementing... 1. The languages folder is spelled wrong. It is spelled laguages. 2. The filenames.php definition is wrong. It is: define('FILENAME_EBAY', 'ebay.php'); It should be define('FILENAME_AUCTION', 'ebay.php'); However, it is not pulling any auctions even though there are some being listed. Anyone having success with this? Any help would be appreciated.
  9. Has anyone figured out the problem with the multiple tep_session_start()s and the lack of originating URLs?
  10. What we are going to have to deal with here is that versions in CVS have MAJOR CHANGES. So, many contribs WILL, not MAY, need to be changed which will be a big undertaking. Huge, in fact. I applaud and thank people like Ian who are devoting their time to help all of us to make our stores more useable, competitive and better than the non-open source shopping carts!!!! :D :!:
  11. I have now installed v8, after giving up on a previous version because there were too many errors, and it seems I am back to where I started. And yes, I have followed the instructions. :) I have changed many lines based on posts here and have managed to get it mostly installed. Apparently, I am still missing key items that the new config file was supposed to correct. I have so many other errors I won't even list them here. What I would like to know is if you kept those edits and will you share them with the rest of us? I know I would greatly appreciate it. I am not a php whiz but have managed to fix some of the errors. Others have me stumped. :cry: I would really like to be able to use this contrib. Thanks, Laurie Laurie, I would, but at this time I am going through some serious troubles trying to integrate another mod to the 5-18 CVS. By the end of the week, I will try to reinstall v8 and will try to issue an error and solution list. There is a team of us that is looking at releasing a more stable version, but we are just getting started.
  12. Colin, Actually, I used v8 and it worked with some serious tweaking. I provided all of the edits to them and am kind of surprised that they went this direction. Although I know it was a lot of work, I hope that this does not become a trend for some of the other developers.
  13. This is an admin contribution. Not many people would be willing to share their admin section for your viewing pleasure. I have used this script for months and it is an invaluable tool for understanding who uses my site and what products they are looking for.
  14. Well, that's the way the cookie crumbles....
  15. Ian, You can always count on me for testing. Looking forward to this brilliant and invaluable addition.
×
×
  • Create New...