Announcement

Collapse
No announcement yet.

I want to display my currency symbol after the price.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I want to display my currency symbol after the price.

    To do this you need to go into the 'ActinicCatalog.mdb' database within the 'Site1' * folder. You need Microsoft Access to do this. Do take a backup of your site before attempting any changes to the database.

    Open the database and go into the 'Currencies' table. Within this is a list of all the currencies in SellerDeck. What follows is a list of the allowable values for the ICURRENCY and INEGCURR columns of the currencies table. I have used the € symbol purely as an example, the formatting works for other currencies too.

    ICURRENCY (controls positive value formatting)
    0 = €9.99
    1 = 9.99€
    2 = € 9.99
    3 = 9.99 €

    INEGCURR (controls negative value formatting)
    0 = (€9.99)
    1 = -€9.99
    2 = €-9.99
    3 = €9.99-
    4 = (9.99€)
    5 = -9.99€
    6 = 9.99-€
    7 = 9.99€-
    8 = -9.99 €
    9 = -€ 9.99
    10 = 9.99 €-
    11 = € 9.99-
    12 = € -9.99
    13 = 9.99- €
    14 = (€ 9.99)
    15 = (9.99 €)

    * The site folder will be called 'Site1' if there is no other site within the software.
Working...
X