Hi
,
first of all sorry for my bad english
:-)
I have make some modifies to the FreeTrade cart, but i
haven't
use CVS and i don't know if it is really
necessary.
I have add the possibility for the non US customer to pay
the
orders without the use of Credit Card and including the
COD
method (Cash On
Delivey).
Because i'm not a network security guru and i don't want to
have
Credit Card Number on my internet
server.
The procedure is very
simply:
- 1st step: add in MySQL FreeTrade db 'billing_methods'
the
field COD Cash on Delivery, after (or before) the others
like:
VISA, MASTERCARD, AMER etc. etc
-2nd step: add in /modules/include/global_settings this
line:
define"("USE_CREDIT_CARD",FALSE) In case of normal use, must
be
TRUE.
-3rd step: I have modify the following
files:
/modules/screen/order_billing add IF control
USE_CREDIT_CARD
/modules/screen/order_confirm add IF control
USE_CREDIT_CARD
/modules/screen/order_express add IF control
USE_CREDIT_CARD
/modules/action/VALIDATE_ORDER add IF control
USE_CREDIT_CARD
P.S. I have seen only now that Leon Atkinson have made
the
solutions for the same problem, in any case my solutions it
is
a little bit more difficult than his, but with this system
in
order confirmation forms, doesn't appear the input type
field
about 'Credit card number' and 'Year and month of
expiration
time' if the use of Credit Card is disabled
from
/modules/include/global_settings file.
P.S.2. I have also made another
implementation:
if the SEND-EMAIL function is set as True, then a second
Email
will be send to the Store Administrator to notify that a
new
order is
becomed.
The Store Administrator address is defined
in:
/modules/include/global_settings
P.S.3 I'm translating the FreeTrade language in
Italian
If someone is interesting to one or all these
implementations
please let me know how can i put this files accessible for
all.
Thank you
--
Stefano Orsi
Email: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
- Re: [FreeTrade] COD Payment, may be in this mode ?!? rStefano Orsi
- Re: [FreeTrade] COD Payment, may be in this mode ... Shannon -jj Behrens

