> QUESTION 1
>
> I cant dump the invoices between a start date and an end date,from
> admin, only get the error strings:
> Warning: Failed opening 'APPLICATION_ROOT/modules/language/english' for
> inclusion in
> /home/httpd/html/geostrustore/modules/include/global_settings on line
> 280
>
> Warning: Oops, php3_SetCookie called after header has been sent in
> /home/httpd/html/geostrustore/modules/include/init on line 342
>
> Warning: Failed opening 'APPLICATION_ROOT/modules/include/fee' for
> inclusion in
> /home/httpd/html/geostrustore/modules/include/calculateTotal on line 67
>
> Warning: 0 is not a MySQL result index in
> /home/httpd/html/geostrustore/htdocs/admin/dump_invoices.php3
> on line 293
> L_DUMP_INVOICES_NO_SHIPPING_RECORDS1,3,5,6,7
This has recently been fixed. Is it working for you yet?
> QUESTION 2
>
> It's possible to use a currency other than $ USD, i.e. italian Lire or
> Euro?
>
> I tryed to change as follow in the ./module/language/english file:
>
> define('L_CURRENCY_SYMBOL', 'Lire ');
> define('L_CURRENCY_DECIMALS', 0);
> define('L_DECIMAL_POINT', ',');
> define('L_THOUSANDS_SEPARATOR', '.');
>
> and to replace the symbol "$" with "Lire" in the
> ./modules/navigation/basket file as
> follow:
> print("<TD><FONT SIZE=\"1\">Lire " .
> number_format($sku_Price) .
>
> ...
>
> print("<FONT SIZE=\"1\">Lire " .
> number_format($order_Total) .
>
> but the number formatted in the Basket contain always the "," as
> thousand
> separator and not the "." as expected.
Try using formatMoney instead. This should probably be fixed everywhere
(right?).
> QUESTION 3
>
> It' possible to have a COD option in the payment method?
Yes, but it's something that you'll have to add yourself. Remember to
edit include/CaculateTotal and add items to the shipping_method table as
necessary. When you get this working, please send code (thanks!).
> QUESTION 4
>
> It's possible to change or add an item to the States names to have a
> "regionalization" of Freetrade or to include an "Other states" choice
> that
> include all the non US states?.
> Please have in mind that the Linux community is located also outside
> the USA!
But of course! Try editing include/makeStateSelector and the tax table
in the database.
> QUESTION 5
>
> Once a virtual shop has been created, how Freetrade interface with a
> virtual
> POS software to handle the transaction of cards payments?
Several people have used Cybercash, but no one has done POS (I don't
think) yet. If you do it (via editing actions/VALIDATE_ORDER and
actions/SUBMIT_ORDER), please submit code and docs.
> Can any help me please ?
I hope I have. Sorry this is coming so late--I was hoping someone who
knew more about localization than I do would answer instead.
Please tell us how it turns out.
Good luck,
-jj
--
Shannon -jj Behrens * Web Engineer * CLEAR INK�
Imagination is the only real medium(sm)
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]