Custom Currency Editing Blogshop Tool Step 3

Item Name Step 3 Custom Shopping Cart Currency.
Price RM85.50
Description Steps and tutorial on how to change current blogger theme shopping cart currency with simplecart v3.0 integration
Stock/Size Available Location > Edit Template
More Details Simplecart version 3.0 makes it possible and easy to implement your custom currency of choice.

While in Template Edit HTML > press simultaneously Ctrl + F4 > and type in the search keyword:-


simpleCart.currency


You will be forwarded to the below code snippets.

<script type='text/javascript'>
//<![CDATA[
simpleCart.currency({
    code: "MYR" ,
    name: "Malaysia Ringgit" ,
    symbol: "RM" ,
    delimiter: " " ,
    decimal: "." ,
    after: false ,
    accuracy: 2
});
//]]>
</script>

You can change simplecart checkout options/settings for currency here, and it will display through the price indicators through out your blog store.

More info and implementation, you can find through simplecart.js documentation page by wojodesign group.

Do take note that Simplecart.js has already pre-installed several country currencies of choices. Please browse through the documentation for installation codes..

Click Newer Item for next installation guide.

 

2012 My BlogShop Tool | Designed by: Irsah inDesigns | More Template at Blogger Template Collection