  v. 2.2
  by @raiwa info@oscaddons.com
  www.oscaddons.com

Compatibility:
Phoenix Cart 1.0.7.3+
Tested with Phoenix 1.0.8.0
PHP 7.0-7.4

  changesv.2.2: 
  - updated copyright for Phoenix cart
  - updated english lng to const
  - tested with Phoenix 1.0.8.0

  changesv.2.1: 
  - updated for Phoenix 1.0.7.13+
  - fixed error messages if modul doesn't qualify (error == true)

  changesv.2.0: 
  - updated for Phoenix 1.0.7.3+
  - updated to abstract_shipping_module
  - updated language files to const
  - added tax option

  changesv.1.7r1 by @raiwa info@oscaddons.com, www.oscaddons.com 
  - replaced database table constants by hardcoded table names for compatibility with latest 2.3.4 EDGE versions (was omitted in previous version 1.7)
  - replaced class constructor function name by __construct for PHP7 compatibility (was omitted in previous version 1.7) thanks to @PiLLaO for the advice

  Version. 1.7 by @raiwa info@oscaddons.com, www.oscaddons.com
  changes: 
  - changed module checks to fixe an incompatibility issue in shipping estimator.
  - replaced database table constants by hardcoded table names for compatibility with latest 2.3.4 EDGE versions
  - replaced class constructor function name by __construct for PHP7 compatibility
  
  Version. 1.6 by @raiwa info@oscaddons.com
  changes: 
  - variable number of postcode digits support
  - use $order->delivery['postcode'] instead of customers main address postcode 
  - fix for non working list of various postcodes
  - tested with shipping estimator "ship in cart" http://addons.oscommerce.com/info/9066
------------------------------------------|

Store Pickup v1.5b (Shipping Module Addon)

Originally created by Michael Halvorsen 
http://arachnia-web.com / mike@arachnia-web.com
Copyright (C) 2002 Mike Halvorsen 

Updated with Admin ZOne Select Option and Sort Order
procedure by Dion 
E-mail: dion@oldarmysupplyco.com
Site: http://order.oldarmysupplyco.com

Released under the GPL licence

------------------------------------------|

Summary of MOD
==========================================
SPU was not visible in my shipping options
page.  I added a sort order and it showed.
I also added a Zone config to only offer
the option to customers who could actually 
make it to my store (90% of them).

==================================================
CHANGES :
1.5c (by Broomfish)
Split function is deprecated in PHP5.3
replaced with explode function
tested on version 2.3.3.4 on PHP 5.3

1.5b (by Crealik email:contact@crealik.com site:www.crealik.com)

Possibility to enable the module by zip code set in admin (only first two digits)
Leave empty to use coutry zones

1.5 (by luckyno)

updated German and added Italian

1.4 ( by azer  azerosc @ gmail.com

made a full package with all previous version

- with 
danish (spu.php not translated)
english
espanol(spu.php not translated)
french ( changed the translation)
german (language not translated)

- added forgoten spu picture

- changed the version number and the copyright as request by oscommerce team
 

Quick installation:

This package will not override any files assuming you have not 
already installed previous versions of Store Pickup. If you have,
back up.  

Go to Admin -> Modules -> Shipping and activate.


Get 'er done,
Dion
dion@oldarmysupplyco.com


Original installation notes below:

=========================================


DIRECTORY SETUP WITH FILES:
_________________________________________

catalog
  +includes
    +modules
      +shipping
        -spu.php
    +languages
      +english
        +modules
          +shipping
            -spu.php



SUMMARY OF ADDON:
_________________________________________

If you configure a zone for your city, county, etc. you
can avoid rubbing it in to people from out of town
that they're missing a free shipping option.
Add a list of allowed postal codes if you wish to restrict the module to postal codes of your store area.


INSTALLATION DIRECTIONS:
_________________________________________

As per previous version instructions, backing up is
a good idea, but as this won't overwrite on a new 
install, it probably isn't neccessary.


1. Back up previous SPU install.
2. Upload all files as packaged.
3. Go to Admin>Modules>Shipping> Install Store Pickup
4. Configure
   
   a. Select cost of the option - As a store owner, I 
      recommend $0. That's just me though.
   b. Select Zone - Pick a Zone within which customers can
      reasonably come from to get to your store.
   c. Select Sort Order.
   d. Store Pick Up Zip Code Allowed
   		Comma separated values without blank space. All entries must have the same amount of digits. Example: 07,58,69 or 256,589,789




KNOWN BUGS:
_________________________________________

None known as of yet :)


CONTACT HELP for version 2.1: Rainer Schmied, @raiwa in the oscommerce forum
Support thread:
https://forums.oscommerce.com/topic/496368-store-pickup-shipping-module-phoenix/


CONTACT HELP (for previous version(s)):
_________________________________________

If you should run into any problems, I'd be
happy to help at dion@oldarmysupplyco.com. Or
chew me out for a crappy MOD if it doesn't
help you out.

For support from someone who really knows code
I reccommend contacting the genius who first
authored this wicked hawt contrib at 
mike@arachnia-web.com, with the problem you 
are having, the setup, the CVS version, and 
the server setup.



DISCLAIMER:
_________________________________________

As per original disclaimer...

If this should, for any reason, mess up something,
which this should not be the cause of, you cannot hold
me responsible.  If you should choose to use this, you
agree to not hold me responsible.


UNINSTALLATION:
_________________________________________

If you should have any trouble or should want to remove
this, there are two options:

1.  Disable it in Modules --> Shipping (red dot)
2.  Delete the files that are contained within here.
    Then go to Modules --> Shipping to refresh the shipping
    module setup.




____________________
END OF INSTALL.TXT  |