Hi
I'm new to List
Some questions,....
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
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.
QUESTION 3
It' possible to have a COD option in the payment method?
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!
QUESTION 5
Once a virtual shop has been created, how Freetrade interface with a
virtual
POS software to handle the transaction of cards payments?
Can any help me please ?
Thanks
Giovambattista Scarfone
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]