lightspeedretail / webstore

Web Store eCommerce solution for Lightspeed
http://www.lightspeedpos.com/webstore
Open Software License 3.0
85 stars 63 forks source link

Promo Code discounts round down instead of up #498

Closed ktwbc closed 12 years ago

ktwbc commented 12 years ago

Submitted By: Jesse

LightSpeed Version: 3.6.8

Web Store: 2.1.7

Summary: Promo Code discounts round down instead of up when ending in a 5 (e.g. $2.745 become $2.74 instead of $2.75)

Steps to Reproduce:

  1. Create a Product with a Selling Price of 2.75, set to Sell on Web Store
  2. Create a Promo Code for a %10 Discount, valid on any Product, any time (no restrictions)
  3. Add Product to Cart, enter Promo Code

Expected Results: Discount will be applied and subtotal will be $2.48 (rounded up), matching LightSpeed POS rounding.

Actual Results: Discount will be applied and subtotal will be $2.47 (rounded down)