2 / 3
May 2011

Hi i have used the fatfreecart in my web site but there's no value for Singapore dollar(SGD) does E-junkie paid shopping cart has more option to choose?

  • created

    May '11
  • last reply

    May '11
  • 2

    replies

  • 1.0k

    views

  • 2

    users

If you are using the FatFreeCart.com service, each item's Add to Cart button code has an INPUT tag for "currency_code", which you would set to SGD like so:



<input type="hidden" name="currency_code" value="SGD"/>



Make sure you do this for EVERY product's Add to Cart code.