ashamun Posted February 13, 2013 Posted February 13, 2013 Hello friends!! Title kinda says it all. I have a couple customers who placed orders using PWA, then came back a couple days later and created an account. Is there any way to get their PWA order to show up in the "Order History" section of their "My Account" so that they always have access to it? Thanks in advance!! Ashur
Guest Posted February 13, 2013 Posted February 13, 2013 @ Simple answer, NO. Because their account was NOT created the first time so the order is not associated with that customer ID Chris
ashamun Posted February 13, 2013 Author Posted February 13, 2013 @@DunWeb That's a bummer :( . Out of curiosity, if I use phpMyAdmin, could I browse my orders, then change the customers_ID for that order to the actual ID for that customer? Then would it show up?
Bob Terveuren Posted February 13, 2013 Posted February 13, 2013 Out of curiosity, if I use phpMyAdmin, could I browse my orders, then change the customers_ID for that order to the actual ID for that customer? Then would it show up? Yup - that will work for you - just change the ID in the orders table and it'll then be visible in whoever's account that ID refers to
♥mattjt83 Posted February 13, 2013 Posted February 13, 2013 @ Just run a query against the orders table looking for the customers email address and update the customer id accordingly. Matt
ashamun Posted February 14, 2013 Author Posted February 14, 2013 Worked like a charm! Thank you all!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.