5 replies
Can somebody please help me on how to add an extra fee on bigcommerce check out that will be add to the Grand Total, I am almost halfway there. I thought changing the amount via javascript is good enough but no. It still give's me the original Grand Total. Help please, thank you.
#bigcommerce #checkout
  • Profile picture of the author jmalnik
    Originally Posted by peggy23 View Post

    Can somebody please help me on how to add an extra fee on bigcommerce check out that will be add to the Grand Total, I am almost halfway there. I thought changing the amount via javascript is good enough but no. It still give's me the original Grand Total. Help please, thank you.
    @peggy23: One simple way to do this without code is to add in a handling fee into the shipping zone. This will add the "extra fee" into the grand total.

    Here's a screen grab link showing how to do this. HandlingFee - jmalnik's library
    {{ DiscussionBoard.errors[8634635].message }}
  • Profile picture of the author peggy23
    Thank you for letting me know that, but 1 problem is the extra fee im gonna add is in percetage..
    like 2.9% and 30cents
    so it will be
    grandtotal = grandtotal +(grandtotal*.029)+.3
    ..i hope you have another idea for this
    Thank you again!
    {{ DiscussionBoard.errors[8634698].message }}
    • Profile picture of the author jmalnik
      @Peggy23: In that case, you can set this up as a tax class. Either create your own tax class and rate or you can use the default gift wrapping tax class and add in your checkout fee percentage as the tax rate. (Store Setup and Tools--> Taxes).
      {{ DiscussionBoard.errors[8638048].message }}
  • Profile picture of the author peggy23
    Hi, thank you once again..very nice idea tax would make the percentage work and the 30cents i'll just put it in the shipping what do you think?
    {{ DiscussionBoard.errors[8638111].message }}
  • Profile picture of the author peggy23
    or do you have an idea of the tax having 2.9% + 30c
    {{ DiscussionBoard.errors[8638112].message }}

Trending Topics