Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Monika in Germany

♥Ambassador
  • Posts

    4,850
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Monika in Germany

  1. just experimenting here, but would it help to set admin/mystore/tax decimal places to 4?
  2. thanks Ian. That's what I was thinking too. So I moved the email and completion of the order to the confirmation function in paypal_ipn.php, and the wording in the emails says to regard this as void if they didn't complete the order.
  3. I have this happen with the team IPN mod. Database is fine, just no emails sent when users do not return to the site.
  4. if I do not hit continue after paying, no order email will be sent ...why??? Is this normal or just me?
  5. it may be due to your model numbers. If they have dots, excel may format them differently and putthe dot ina different spot ... well it def is your model number, as that is the only column checked for insert/update decision.
  6. ok got the pricething sorted out ... it's awful though, so if anyone else has this issue, here's the deal: you must not open excel together with the file, but open excel empty and then regularly import the txt file. While importing, you haveto manually change the standard define of the columns having the attribute price to text. That is a major bummer, as it will be a gazillion columns for us. Still working on the stock control, has noone ever attempted that?
  7. update: crap! I changed the language setting on my puter from German to English, and the numbers are correct then in Excel too. The + has gone though ...
  8. BTW, the attribute price issue happens only in excel, it is ok in the text file I downloaded ... I have NO CLUE how to sort it out ...
  9. I would like to use the QTYPro feature with stock control ... so I made $products_attributes_stock = true; Sadly, stock that is perfectly working for attributes in the DB, does not get written into my file during export. I get all attributes just fine, but there is another problem: for attributes using a prefix, trhe prefix is not shown, only the add on price, which is multiplied by 10 (so showing 59.90 instead of 5.99) Anyone seen these two issues before? In short: - no attribute related stock in file - prefixed price multiplied by 10, no prefix I see Jared is working on the specials, another thing I will need to add ... if anyone has it working, please share! TIA
  10. looks great! Development is on ice for a few (client too busy for input ugh), but I'll let you know when I have tried this as soon as we get moving again! thanks Monika
  11. right now just the table rates for zones ... it will depend on what we find whether I have to change it. :-) Monika
  12. http://www.oscommerce.com/community/contri...arch,freeamount later there was a maximum weight added ... :-) Monika
  13. C?cile, I needed that too, and also support of additional currencies/languages, so I modded it a bit ... http://www.noahsark4kids.com/test/shop_by_price.php?range=0 If you'd like the code give me a holler! :-) Monika
  14. Hi e/o, I got this rather complicated business rule presented to me: For all orders over $ 100.00 , company will pay for half of the postage costs, up to $ 15.00 . I'm not sure if one of the contributions can be treaked to do just that. I just found a solution to the other rule, free shipping if > $200 but only if less than 4lb. I'm willing to mod some code but do not like to reinvent the wheel ... So I looked at most shipping contributions, but maybe my eyes weren't the best after a while ... Any ideas? TIA Monika
  15. Not sure ... this is info I got from the boards. I never tried to do it that way. If it works for you, that's fabulous! :-) Monika
  16. I read somewhere that you can do the zones stuff, add the message too, but people will still be able to checkout ... with a rate of zero for shipping. I didn't want that and programmed a mod for my customer. Monika
  17. Hi Joey, I'd never dare to add to your contrib, it was so much work for you and I won't take the honors for a minor mod I needed. It was just important to me that only the set we edit is worked on, and all other sets will not be touched. When applying a set to all products, of course I first delete all option info, but only from the set in question. No duplicates in my case. Monika
  18. well not really. That would mean that I, living in Germany, could not order something from that US site to be sent to a US friend. Monika
  19. Hi Jim, I have it in action, and I have modded it too ... a "bit". PM me for details. Monika
  20. Hi, not sure if anyone needs it but I managed to add a button to the attribute sets page next to the edit button with which you can add that set to all valid products in your store ... It does not delete any other set info from the options of a product. I'm planning to work through the editing of sets too so it only edits that one set, without deleting stuff ... this is important for my customer, as prices will change often. :-) Monika
  21. Hi, has someone done a mod of this beautiful contribution where you can add an attribute set to ALL products in the catalog? TIA Monika
  22. Hi James, nope not a contrib as my site is more then heavily modded. Not sure if anyone would be intersted in it anyway ;-) ... so I haven't taken the trouble to reproduce it on a vanilla install. If you send me a PM with your email addy, I'd be glad to share what I have. love Monika
  23. Hi, well the fix was not simple, but I asked recently for the same and noone had an naswer so I built my own. Added a column to the countries table in phpmyadmin and marked countries we ship to as 1, leaving null for the others. Then I question before going from checkout_shipping.php to checkout_payment.php whether the country selected as shipping address is in my list, if not only display info and the option to enter a new shipping address (in that form I only show the countries we ship to). I also added a popup to create_account.php so the customer can easily see what countries we ship to, and a link in the information box with the same popup. :-) Monika
  24. Have you uploaded the page for your catalog folder too?
×
×
  • Create New...