Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

davidturetsky

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by davidturetsky

  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.
  16. What you are probably asking for is a SUPEROSC with all of the mods loaded and with the ability to turn them on or off depending on the site need. I am sure we could do it with a stable release 2.2MS2? MS3? and some time and money. I would do it if the price was right?!? It would be a very big job. Ask Ajeh. She has done such a terrific job with the SEC(Shoppe Enhancement Controller). It has many of the best mods loaded into one big mod. All you really need is a clean 5/18 release and add her mod and voila. It would really be a big job. It will take me at least a whole week to recreate my heavily modded site www.busfish.com (the new test site is at www.turetsky.com). Would love to help contribute towards this endeavor when MS2 is released.
  17. Ian, Have a new one for ya. I have a very strange problem with 5.02. The coupon percent off is not being recognized (I.E. I insert a coupon for 15% off and it turns out to be $15 off). Gift Vouchers work great. HELP! Already lost $9 from this error and have had to disable my coupons. ARGH! Should I just install 5.03 or wait for 5.04? Regards, David.
  18. Ian, Again, along with the others...YOU ROCK. This is a killer piece of coding and I applaud your detailed and thought out comments and language. Some spelling mistakes, but who cares about that crap. It means we need to read the stuff we put on our sites. You mentioned that there is a problem with AuthorizeNet and the GV code. For what? I just tried a coupon and it worked just fine. Again, thank you. You get top mention in my credits.
  19. You could use the Manual Entry system, but that still requires a full customer account. However, if you didn't "care" who you were selling to, I would use a POS Customer as the default customer and enter all of your orders there. Then disable the shipping or enable the "pickup" shippping option and there you go. Also, you could use Quickbooks to do the POS, same issue though. Still need a default customer. As far as the dual entry goes, it is a fact of life. Until OSC has a usable QuickBooks (no offense meant) module, I am doing dual entry on the price/cost and customer information.
  20. Hey Dave, Thank you for all of your great help. I have noticed though, that the RMA once completed and accepted does not update the order history. Shouldn't there be a new record in the Order History table?
  21. That's not the error, it's in the line above. There is a missing '. Should be: require(DIR_WS_LANGUAGES . $language . '/loginbox.php'); or require(DIR_WS_LANGUAGES . $language . '/'. 'loginbox.php');
  22. Oooops. Wanted to bold in a code quote...what a dummy <td align="center" class="infoBoxContents"> " . tep_loginbox_greeting_top() . " </td>
  23. Having a slight problem as there is a function included in the loginbox.php that does not exist. Am I missing something? <td align="center" class="infoBoxContents"> " . [b]tep_loginbox_greeting_top() [/b]. " </td>
  24. Installed Poll Booth and it works fine, except no ability to leave comments. What did I do wrong? Also, there is an added poll.php in the root of the archive. Anyone know what that is for? :?:
  25. I am a very good beta tester and have plenty of time to test it. Let me know if you need help. [email protected] No spam please!
×
×
  • Create New...