simpleCart(js)

items
Items:
Total:

simpleCart.taxRate()

returns:

  • taxRate of the cart
simpleCart({
  taxRate: 0.08
});

simpleCart.taxRate(); // 0.08

Comments

  1. There are no comments for this entry yet.
Commenting is not available in this channel entry.