Strange, it should be there in the currency.dat in your ss directory. Here
is what it says:
-Loren
# currency.dat
# Contains the following pipe-delimited fields:
#
# ISO 4217 currency code
# currency name
# currency symbol
# display format string
# alternate display format string
#
# The records will show up in the select list in the order
# they are defined here.
#
# The format strings employ special characters to show location
# of elements in the display of values.
# $ placement of Currency symbol
# # any digit
# , placement of separator
# . placement of decimal
# - placement of sign, if any
# () placement of parentheses to indicate negative value
# The '#' characters are used to indicate number of decimal places
# and number of digits between separators. If the decimal character is
# left out, there will be no fractional part shown, as in Lit 400
#
# The '$' embedded in '#' is a special case indicating the currency symbol
# is used in place of the decimal, as in 1.450$00
#
# The alternate display format string is optional, and is used to display
# negative numbers. It should only be used for those currencies that have
# different placement of elements between positive and negative values.
#
# Below are several examples of different currencies. Shown are the currency
record
# as it would appear in this file, and the formatted output of one positive
and one
# negative value.
#
# Example 1:
#
# |USD|US Dollar|$|-$#,###.##||
# $2,667.98
# -$239.25
#
# Example 2:
#
# |MXN|Nuevo Peso Mejicano|N$|($#,###.##)||
# N$2,667.98
# (N$239.25)
#
# Example 3:
#
# |NOK|Nynorsk krone|kr|$ -#,###.##||
# kr 2,667.98
# kr -239.25
#
# Example 4:
#
# |FMK|Finnmark|mk|#,###.## $|$ #,###.##-|
# 2,667.98 mk
# mk 239.25-
#
# Example 5:
#
# |PTE|Escudo Portugues|$|-#,###$##||
# 2,667$98
# -239$25
#
Stefano Ravazzini wrote:
In my version of shopsite there's nothing in the first lines of the .dat
file concerning the definitions of the
format
I use pro version v 5.01 on BSD