Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mattice

Pioneers
  • Posts

    2,574
  • Joined

  • Last visited

Posts posted by mattice

  1. 1) have a table containing all the possible zips and their location (degrees?)

    2) add extra field to products table containing the zip id from table above

    3) modify the shipping module to calculate differences between clients zip (taken from the zips table) and products zip.

  2. There should be an INSTALL text ...? There is in my version - I am sure of that, perhaps not in an update - try a lower version number.

     

    @ John - yes indeed, a lot of stuff happened recently which has prevented me from further working on the new version. Tommorrow Mark and myself will leave for Germany so I think it's safe to say it will be at least another week before I even get the chance to look at the code again.

     

    But once finished I promise it will be nice, clean and easy to install :D

     

    Regards

    Matthijs

  3. I've decided the mainpage contribution has it's drawbacks (ie no preview, hassle with files etc) so I have started on a new improved version which is a complete re-write (or actually define_mainpage is a cheap hack :) )

    The new version will be database based.

    That will allow me to do previews and will be a lot easier when you add a language.

     

    Since it's a somewhat bigger jobbie it will not be finished tonight but hopefully later this week - I have 20% done right now.

     

    Regards

    Mattice

  4. 6 Apr 2002 was the last version I did - its been a while since I looked at it, but from memory it was a very MINOR change because I used a function in the example text that was no longer available in MS2 - and a text typo (not code) That was it.

     

    By the looks of it (all due respect) things haven't improved with the most recent upgrades - I've recently got quite some e-mail requests over it.

     

    New version is still on my to do list (also because of the improperly starting PHP tag) but I haven't gotten around to do it.

     

    If you look at what I did in version 1 you should be able to figure it out with a crisp define_languages.php from MS2 - it's not complicated at all.

     

    If I find the time today I will create an update.

     

    Regards

    Mattice

  5. Most modern browsers ( Firefox is a good one http://www.mozilla.org ) will have the option to load a site without images.

    If you know you're users it might be a good alternative.

    Or they could start surfing with Lynx... ;)

     

    You can't really distinguish these users untill they are logged in.

    Once they are you could, based on that, give them an alternative tep_image() function, one that doesn;t actually display output.

     

     

    HTH

    Mattice

  6. Did you test it manually?

    Don't want to stress you but if you don't receive the card numbers and haven't changed the code I would seriously investigate as someone might have circumvented the server (ie hacked you) :(

  7. I don't think there is any existing contribution that could serve as a base for that.

    The attributes are too cumbersome IMO so I would code something from scratch.

     

    Dropping it in the cart as a single product shouldn't be too much of a problem,

    you basically update the description / price in the order table instead of adding it.

     

    As for the limitation on ordering the samples - you can never be 100% sure,

    customers can always register under another name and re-order samples.

     

    Regards,

    Mattice

  8. <?php
    
    /*
    
    
    
     $Id: pips.php, v 1.0 2002/11/18 14:29:56 mattice Exp $
    
    
    
    
    
     Based upon zones.php by wilt, written for:
    
    
    
     osCommerce, Open Source E-Commerce Solutions
    
     http://www.oscommerce.com
    
     Copyright (c) 2002 osCommerce
    
     Released under the GNU General Public License
    
    ...

    I like it - although I don't use it as I am in Europe.

     

    Thanks,

    Mattice

  9. What can we do about this?  Can he be rehabilitated?

    Don't think that would be good idea as this character has shown unacceptable behaviour in more than one way.

    (GPL / copyright violations, not paying for commercial work done etc.)

     

    You missed all the fun ;)

     

    But the GPL obviously allows us all to take and improve this contribution and re-release that again.

     

     

    Mattice

×
×
  • Create New...