Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rseigel

Archived
  • Posts

    1,322
  • Joined

  • Last visited

Everything posted by rseigel

  1. This forum does have a search feature. Do a search for adwords and voila. :wink:
  2. Ohhhh yeah. I forgot about that one. That would work too. 8)
  3. That would be easy enough to do. Search Google for "exit popup" and you should find what you're looking for.
  4. Agreed. Maybe you should stop with the wisecracks then?!? :roll:
  5. A day makes all the difference in the world. 5/19 includes the new My Account changes which I'm assuming this mod will break. That's the biggest problem with trying to incorporate monster mods like this. If you want to stay current with the CVS it's next to useless IMHO. Of course it's fine for those that don't. :wink:
  6. I couldn't disagree with you more CC. Why should the rules be any different for this joker than anyone else? Harald has made it very clear that NO advertising at all is permitted here. What makes that so hard for some people to understand? It's even worse in this case considering he knows better yet continues to ignore the rules again and again. I don't care what mods he's made - he'll never get one red cent from me (whether I use them or not) simply because of his total disrespect for this community as a whole. my .02 :wink:
  7. Wahhhhhhh!!! Quit swearing!!!! :roll: Bite me Warren!
  8. QuickEnterprises Do us all a favor and kill that God awful banner from your sig. Have you noticed that virtually nobody else has one? That's because it's against the forum rules (and for whatever reason a moderator won't step up to the plate and tell you). That's what the www button is for. :wink:
  9. I don't know about David but I know that you're the last person on earth I'd give FTP access to. :roll:
  10. But learning is half the fun. :D This is the relevant code from create_account_process.php // build the message content $name = $firstname . " " . $lastname; if (ACCOUNT_GENDER == 'true') { if ($HTTP_POST_VARS['gender'] == 'm') { $email_text = EMAIL_GREET_MR; } else { $email_text = EMAIL_GREET_MS; } } else { $email_text = EMAIL_GREET_NONE; } $email_text .= EMAIL_WELCOME . EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING; tep_mail($name, $email_address, EMAIL_SUBJECT, nl2br($email_text), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); All you really need to add is another tep_mail line and instead of $email_address put your email address so it sends it to you. You can also add other bits and pieces (customer name, address, etc.) so it makes more sense and allows you the information that you need without having to go to the database to get it. Have fun! :shock:
  11. Should be easy enough to add the appropriate logic to create_account_process.php. Just replicate the mail routine that's already there to send the welcome email to the customer, change it to whatever you want it to say and have it send it to you (the shop owner) instead of the customer. Nothing to it. 8)
  12. :roll: What exactly is your point??? Actually, you know what...just bite me and back off before I shove my foot up your ass yet again. We've already proven time and time again that I can make you look like an idiot at will. Do you really want to go down this road again?
  13. Whose swearing? :roll: ...speaking of immature....
  14. WTF does wiki have to do with this question??? :?
  15. This is NOT a bug! Remove the call to coolmenu from your popup_image.php. :?
  16. Also false. :roll: I'm not sure where you're getting your information but it's mostly wrong (or at least years and years out of date). There isn't any practical or sensible way to generate static html pages from OSC. It would require TONS of work that I'd be surprised anyone here would want to bother with or care about for that matter. OSC sites (mine included) are spidered quite nicely by all the major search engines. In other words - what's the point? :wink:
  17. And Windows XP comprises what percentage of the market?? :roll:
  18. There aren't any options. AOL uses a worthless browser that's based on old technology. Translation: AOL sucks! :roll: I suppose you could use an if that checks if the person is coming from AOL and if they are show them the stock categories menu.
  19. Finally got it working. I'll add it as a contribution sometime today. Only thing I added to Gary's version really was multi-language support.
  20. Ummmm.... You sure that's the version you hacked? :shock:
  21. Hmmm, guess not. Just the new file upload class since then. Should be good to go. 8)
  22. I think admin/categories.php changed significantly since then (which is the problem with the originial contribution - errr, wait a sec - I'll check).
  23. WHOA!!!!!!! :shock: Gary to the rescue. 8) (Good cause I had a few things that were getting ticky and pissing me off trying to make this work 100%. You da man Gary!) :D
×
×
  • Create New...