UT-Ryan Posted August 14, 2016 Share Posted August 14, 2016 Hi, One of our clients is having an issue with the latest installation. A customer recently made a purchase and found that three products were on an invoice that she did not add to the cart; normal mistake at first glance, but the products that she didn't order turned out to be the demo products we've removed from the catalog. After attempting to delete the products from the order, the total fee on the invoice increased from $24.99 to $87.14 (or something around that nature) and the products were still listed on the order. Although the customer was charged the proper amount, an invoice depicting products that they didn't order along with a false total would through anybody off. Has anybody run into a similar issue, if so, how did you go about resolving it? Link to comment Share on other sites More sharing options...
NemoPS Posted August 15, 2016 Share Posted August 15, 2016 Several users reported the same issue, did you reset anything like order ids or product ids? You should check for leftovers in order_invoice Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 it looks like customer get old order, orders table was truncated? or any other ps_order_* table ? Link to comment Share on other sites More sharing options...
UT-Ryan Posted August 16, 2016 Author Share Posted August 16, 2016 it looks like customer get old order, orders table was truncated? or any other ps_order_* table ? I found reference to the demo products in order_detail. Should we drop the database entries referring to these demo products? Link to comment Share on other sites More sharing options...
NemoPS Posted August 17, 2016 Share Posted August 17, 2016 They might conflict, yeah, you can drop them, just make sure there are no ID mismatches across _orders and _order_detail Link to comment Share on other sites More sharing options...
UT-Ryan Posted August 17, 2016 Author Share Posted August 17, 2016 They might conflict, yeah, you can drop them, just make sure there are no ID mismatches across _orders and _order_detail Thanks so much Nemo, you've been a great help! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now