Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

toolcrazy

Archived
  • Posts

    1,836
  • Joined

  • Last visited

Everything posted by toolcrazy

  1. I agree with Loxly 100%. I also would like to add, that I think the CVS's shouldn't even be available to the general public. The only release that should be available is MS1 and then MS2 when it is done. This would prevent a lot of headache on a lot of fronts. The developer, the user and support team. This has been run over the coals a thousand times. Writing contrib. for a release that will change tomorrow is asinine and a major waste of everybody?s time.
  2. I just found that the language defines are omitted in Loaded 5 for the product_listing_muti.php Here are what I have added so far to includes/english.php define('TEXT_PRODUCT', 'Product Name'); define('TEXT_MODEL', 'Product Model'); define('TEXT_OPTIONS', 'Product Options'); define('TEXT_PRICE', 'Product Price'); define('TEXT_AMOUNT_BUY', 'Quantity to Order'); There may be more, but I will deal with it when I come across them. Also, it would be nice if I could display product images with this contrib.
  3. This option is set in admin under Configurations->My Store at the bottom. But this option will only work if your customer is logged in and is in your tax zone.
  4. This is the thread that I found via a link I found in one of your posts. http://www.oscommerce.com/forums/viewtopic.php...ity+productinfo It seem to work just perfect. I am also going to instal Ian's mod too. If you would do this, would you use the mod in the link above or would you do something diffrent? Not looking for code, just an opinion.
  5. Ok, Fine, Be that way!!! :shock: :D :D Thanks, though, for the tip, I found it and got it working.
  6. Ok, now you did it to me. :D :D I didn't even think about doing a search. Daahh, I been here long enough that I should of thought of it. Thanks Linda, for the 10 lashes with a wet noodle. Now maybe I will think straight. :shock: :D
  7. Ian, Looks like a wonderful contrib, It's going to come in hand for a site I'm going to build for my coffee roaster client. I do have one request though. If a customer clicks on one of the products to get a better discription, I would like the option of being able to add quanities of one item. Lets say 5 lbs of coffee. Instead of having to go into cart to add the extra quanity. Whatcha think, :wink: :D Thanks in advance.
  8. v.0971 was supposed to be updated for MS1. Did you do the datbase update that came with the contrib?
  9. I, too, would like to have this mod. I am getting tired of deleting test accounts.
  10. Ooopps, that is wrong. :oops: I just figured it out replace from the last and with your code. Oh well, I'm new to PHP and still learning. Replace this: and ot.class = 'ot_total' order by orders_id DESC"; With your code. and ot.class = 'ot_total' and o.orders_status != '99999' order by orders_id DESC"; I think I got is now.
  11. Just to clearify, is this the way it should be? It is at my line 73 $history_query_raw = "select o.orders_id, o.date_purchased, o.delivery_name, ot.text as order_total, s.orders_status_name from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id) left join " . TABLE_ORDERS_STATUS . " s on (o.orders_status = s.orders_status_id and s.language_id = '" . $languages_id . "') where o.customers_id = '" . $customer_id . "' and ot.class = 'ot_total' order by orders_id DESC " and ot.class = 'ot_total' and o.orders_status != '99999' order by orders_id DESC";
  12. Ok, ok! I missed it. I did find this page, but I didn't bother to read the whole page. :oops: So, I guess from now on I should read before I jump.
  13. I can't find this contrib. The link that is provided isn't anymore. Thanks.
  14. I FIXED IT. The order was processed to pending and I also got the email on the customer end. Need to set the reciever email. Thanks for the great contrib. Keep up the good work.
  15. I've got it working, but it is still not updating the pending order. Could somebody point me in the right direction, Please..... I've gone over the install twice and eveything is just as it should be. The test is comming back verified. I also fixed the test mode button. Thanks for being paitent with me.
  16. Well, it's not there. I must have something not installed right. I'll check it over. Thanks,
  17. I don't see Set Test_Mode anywhere in Admin paypalIPN module. Am I missing something?
  18. I am running TEST IPN. I keep getting IPN Result: INVALID Yes I'm sending a test for an order. No the order isn't changing status No I'm not getting email. I check all the code and I did all the updates. I'm using Ian's Loaded v4 with v0.96 and I upgraded to your v0.97. Thanks very much for your help.
  19. Here is another post to try on the "Header already sent" http://www.oscommerce.com/forums/viewtopic.php...der=asc&start=0
  20. As I said in the other post. Try both suggestions and see what happends. It is worth a try. You'll never know unless you try.
  21. Oh, and one more thing. I do get the test back and it does show in Admin. And, as to Rumble's question, is this correct or not? Thanks again,
  22. I've got the contrib working fine, but I have two issues. One: When I run a test IPN it goes to blank page. No error, nothing. Two: Like NetworkDad, I didn't get any notification email either. Is this just me or ? Great Contrib. Easy to install, and with this thread it has fix most of the errors I've had. Thanks,
  23. I have the wish list up and running at: http://www.withthread.com You will have to create a profile in order to try out the wishlist. The wishlist is only one table in mySQL and it uses customer_id as a refrence.
  24. You need to make this post "Sticky"!!
  25. That was it, everything is working perfectly. Thanks for the help, and for the great contrib.
×
×
  • Create New...