Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Desertsky

Pioneers
  • Posts

    114
  • Joined

  • Last visited

Everything posted by Desertsky

  1. Bump! This is a big problem for me as Paypal has more address lines than oscommerce so some lines are getting dropped on the shipping labels. Oscommerce needs to be fully aligned with Paypal as far as address configuration is concerned.
  2. Is there any way to switch off Paypal Express changing the shipping address during checkout? Some people aren't keeping their Paypal addresses up to date and they also do not inform me of the change. Product is getting shipped and not received or returned.
  3. I would like to know this as well. Many times the Paypal address is entered with characters from other language sets and it really screws up my shipping labels.
  4. This is a great contribution and is working perfectly on my site, www.rc-bearings.com One thing I noticed is that you need to set the bundled part as QTY 1 or the inventory doesn't work right. One thing that needs to be added is to have all the products in a bundle show up in the Products Purchased report. Right now it only shows the kit as being sold. I would rather use this report to show me how many individual items are going out the door rather than the kits that are sold. Any help with this?
  5. GREAT Contribution! Works like a charm (most of the time) and does exactly what I need. The problem I have, and it is relatively minor, is when a discount coupon is used and it drops the price below a break point for shipping, it gives an "error" stating that shipping price has changed and makes the customer go through that page again in the checkout. It also reduces the shipping to the lower amount. I have tried moving everything around in the Order Total module and just about every other switch I could find but no luck. I haven't seen this error mentioned on this forum yet so mine may be an unique situation. Like I said, it is an annoyance more than anything else as the shipping amount isn't that important at that price level. I installed it using the auto install feature. Anyone have any suggestions?
  6. I am looking for a contribution, or instructions, for putting the shipping method on the packing slip. This one seems to indicate that but is not real clear. Can you help?
  7. The weight fields work like this: weight:cost,weight:cost, etc The first weight you put in will be from zero to that weight and the cost after the colon will be the cost for that weight range. Say you had this on that field: .01:0.00,100:3.50,200:4.50 What that would mean is anything under .01 would cost nothing. Anything between .01 and 100 would cost 3.50, and anything between 100 and 200 would cost 4.50. Cover all the ranges you need and make sure you go high enough to cover any reasonable order. Make sure you have a last one in there with a ridiculous weight and cost such as 100000;9999 to alert you to weight problems with your catalog items and to discourage credit card fraud.
  8. Is there a contribution that works with customer data like easypopulate works for products? I need to transfer customer data to a new install that has different contributions installed so I can't just use a database backup. Thanks for any help.
  9. If you install this contrib to a fresh OSC install, you may get this error if you just copy the files: Then check your: admin/includes/database_tables.php file. it is probably missing this: define('TABLE_ADMINISTRATORS', 'administrators'); Here is where the missing code should be:
  10. Found it waaaay back on page 4. Just ignore me! ;^)
  11. I found the problem! The file admin/includes/database_tables.php is missing the define('TABLE_ADMINISTRATORS', 'administrators'); lildog, can you add this to your contribution please?
  12. I have the same error. It happened after I made the SQL changes. I went into the admin/login.php and changed all the TABLE_ADMINISTRATORS to TABLE_administrator and I got the same error but with lower case. Is there a way to undo the SQL changes easily? Actually, it just might be easier to reinstall OSC again.
  13. The list really isn't random. It sorts alphabetically based on the Products Model. At least it does on mine! ;)
  14. I installed the contribution with no problems. Seems to work fine! One thing I need is more items in the bundle. I have some kits that take up to 15 items but this thing seems limited to 6. Any way to expand it? I have had some general looks at the code but I am not a PHP programmer!
  15. Do you HAVE to have zones for this to work? I do not have any set just now and although I have everything turned on on admin, nothing ever shows up on the shopping cart or checkout pages. Just set up a tax zone for every country, every zone named Everywhere. Set the zone in the free shipping module to Everywhere. Still nothing. Oh, does this contrib. work with RC2a? A lot of them don't without some fooling around which I am NOT good at. Thanks for any help.
  16. Does that mean you are going to do it? I don't mean to be flippant but that kind of reply is of absolutely no use to me. If I had enough knowledge of PHP to do it, I wouldn't be asking for it. I forgot to mention that this should be for RC2a since this version already contains a lot of the previous contribution enhancements.
  17. I would like a contribution that would allow a user/customer to select from several departments in the Contact Us page. Something like a drop down list or check boxes for Sales, Technical Support, Shipping, etc. I did a search on the existing contributions but nothing seemed to fill the bill. Anyone know of anything like this or willing to take it on?
  18. That is easy to say and not very easy to do for me. I am not a coder, I am a user. Like I said, there is a contribution that works perfectly for MS2.2 but I can't seem to get to work with RC2a. The way that contribution works is what I am looking for.
  19. This requires a customer to add the coupon each time they order. The other contribution sets a discount for each customer independently and shows them the discounted price when they view the ctalog.
  20. Thanks for the reply, but as I said in my oroginal post, I want something that offers a PERMANENT discount for customers like dealers and clubs. Discount coupons are no help.
  21. Has anyone gotten any of the discount add-ons to work with RC2a? The discount add-ons I need offer fixed, permanent discounts to individual customers such as dealers and clubs. The one I like is CustomerDiscount from hOZONE. I used it on my previous V2.2 cart but it doesn't seem to work with RC2a. Thanks for any help.
  22. I installed this contribution a while back and tested it thoroughly (or so I thought). A customer just pointed out that when he has items in his cart and then uses the advanced search to select an item, it adds the item to the cart but deletes every other item in the cart! I checked it and he is correct. Using the simple search does not do this. Anyone have any ideas where to look for the source of this problem? I am dangerous around PHP so don't ask me to troubleshoot it! :o
  23. I would like to know the same thing as some cards require the CVV for processing.
×
×
  • Create New...