Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simpleCart.js #388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update simpleCart.js #388

wants to merge 1 commit into from

Conversation

laranz
Copy link

@laranz laranz commented Jul 3, 2013

toFixed() will convert the tax rate to a whole number, for example if we give 0.06 and print

it will out as 0.

Instead we can can multiply it by 100 and add a % in that will help to understand the user easily. Just my 0.02$ to this great script :)

toFixed() will convert the tax rate to a whole number, for example if we give 0.06 and print <div class="simpleCart_taxRate"></div> it will out as 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant