This question has been answered by sottwell. See the first response.
<script src="assets/js/simpleCart.js"></script>
<script>
simpleCart.currency({
code: "MYR",
name: "Malaysian Ringgit",
symbol: "***",
after: true
})
</script>
<script>
simpleCart({
currency: "MYR",
checkout: {
type: "MyGateway",
email: "[email protected]",
}
});
</script>