- we've pushed and pulled and all current code is up - we thought we found an error with how the in-line discounts were stored on the ecommerce quotes... - we want to find where that happens - we need to check for the auto apply discounts settings - when restored to the cart... it showed a discount but no discount percentage - when finished it costed more than it should have - when i did login... last time... it sent me to a checkout and payment page and I was just trying to do a quote /////////////////////////////////////////////////// session.newCartShell_st.webInvoiceInfo_st.use_auto_discount will be a 1 or a 0 based off of the corp-wide settings. this same value exists in the retCorpInfo_st.qCorpInfo.useAutoDiscount object. - we think that it may be dealing with a double back flip vs. the current single back flip... Current ecomm process - we come in... 0's across the board - if not part number "discount" - calc all discounts - calc taxes - check for with tax included and make a small id switch - no new calcs Current internal process - we are checking for sub inventory - we get more discount settings coming in % or $'s off - more sub inventory stuff x - we come in... 0's across the board but do record the campaign x - calc taxes x - set a few more vars coming back from the tax calc x - check for with tax included and make a small id switch x - if not part number "discount" - calc all discounts x - rerun the tax calcs //////////////////////////////////////////////////////////////// tests to run... not logged in - new item without a discount (not logged in) normal taxable mike and ike - $1.25 - new item without a discount (not logged in) with tax included twix - $0.85 with tax included once logged in... - new item with a valid login no discount normal taxable and with tax included - new item with a valid login with a discount normal taxable and with tax included 11.9% on Candy otherwise only a 6.9% tax ///////////////////////////////////////// new for next time ////////////////// we need to change out the update cart process.... (we need all new code) new test runs... - we already have some items in the cart... we then login and need it to either - no new discounts - stay the same - add new discounts to all exsting pieces - be able to add new, after login, and still get the correct values (showing the discount) - what about restoring things to cart... this is where we first found the problem... - there is a spacing and/or column issue in the view cart. the class is "price".