Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Terediye

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Terediye Berg

Terediye's Achievements

  1. I have a store that sells classes, and they want to enable having some of their one on one classes paid through cash/check face to face, but the normal classes paid through PayPal. I know I can use Individual Product Payment Methods (http://addons.oscommerce.com/info/4551) to enable one or the other, and if I end up using that I'll likely throw out an update to allow for setting a default for if you don't want to use all as your default... but the issue with that one is that it doesn't allow for setting payment methods through each item, just payment methods for the whole order based of your items. If I use this contribution, it will disable buying the private classes at the same time as normal classes. Has anyone made something like the Multiple Shipping Addresses (http://addons.oscommerce.com/info/2548) contribution for payment? I searched both the forums and contributions section and didn't see anything, but what I've found on the addons is that just about everything is there, it's just a matter of finding the right keyword to find it...
  2. Okay, so I can't edit my post... fine. If you're just wanting to limit a single order, the "Maximum Product Quantity with Admin" add-on seems to be what you want: http://addons.oscommerce.com/info/4155
  3. Wondering if there's a contribution or good way to have one order check another order to look if a product has already been purchased. I'm working on making a store to sell classes, and they want the ability for family members attending the same class to get a discount, but that they can know who the members are. I'll likely do that by attaching the actual attendees to the address section, since they don't need to use addresses for shipping, but before I can do that, I need to have the order total check for other orders that have the same product purchased. Does such a contribution already exist? I scanned through pages but didn't see anything that looked especially promising... I know I can do a quantity discount for the same order, and there's the Multiple Shipping Addresses (http://addons.oscommerce.com/info/2548) add-on that might work for splitting the order into parts, but if there's a better way to do it that'll cause less trauma to my source files, that would be good. It's already running over 30 contributions and trying to piece more in is always interesting. I'll do as many as are needed to get the store fully functional, but it would be good to do this in a way that actually works after it's done. Thanks.
  4. Question... are you trying to limit quantity total, or just quantity per order? So if someone made 5 orders for 2 items each, could they take up your entire inventory? Or is that allowed, due to shipping/handling costs?
  5. Found a bit missing as well... look in the admin\check_permissions.php file for: $backup = $_POST['backup']; $temp = $_POST['temp']; and put in the middle line to make it: $backup = $_POST['backup']; $download = $_POST['download']; $temp = $_POST['temp']; Which should make it so that running this doesn't kill your downloads folder anymore. Noticed that it couldn't set the permissions on the file partway through.
×
×
  • Create New...