HungryH Posted January 8, 2004 Share Posted January 8, 2004 I have a customer who wishes to change the whole catalog every 2/3 weeks. I was thinking of simply emptying the product and category tables, and then inserting the new stock using a mysqldump on those tables. My only concern is how the order history will be affected. I was going to leave the order tables as they are hoping that customers will still be able to see their current and previous orders. Can anyone confirm this will be correct? Link to comment Share on other sites More sharing options...
Guest Posted January 8, 2004 Share Posted January 8, 2004 from what i have read in the code, order history references items from the database to look for products by id number, of what they have ordered. if they are not there, then i believe the previous orders would not be displayed properly. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.