defensetechga Posted January 22, 2012 Share Posted January 22, 2012 Heres my issue, my products have duplicated themselves multiple times. example: product id 1 is appearing multiple times in FO and BO. I ran a check in SQl using the following command: SELECT COUNT(*) as repetitions, id_product, reference FROM ps_product GROUP BY id_product, reference HAVING repetitions > 1; *****No duplicates found***** I did a manual check in the ps_products table *****no duplicates found***** Cleared Browser cache *****problem still there***** Can someone please let me know what the hell I am missing here..... I do not want to continue adding any more product until I resolve this! Link to comment Share on other sites More sharing options...
defensetechga Posted January 22, 2012 Author Share Posted January 22, 2012 Somebody must know what causes this to happen, Please help!!!!! Link to comment Share on other sites More sharing options...
in53ktin Posted January 25, 2012 Share Posted January 25, 2012 Jejeje, I had that problem the last week, my solution was...upload a new .csv of categories and products, I think the reason it's a bad insert of categories with .csv, maybe when you clic on a product of your list on FO, sends you a non available product; try with that solution, you need to clear all categories and products and after all upload the new .csv. First of all....make a backup of your shop and your DB, if you could, try it on a non production shop. Sorry for my english =P. Link to comment Share on other sites More sharing options...
defensetechga Posted February 1, 2012 Author Share Posted February 1, 2012 Somebody must know what exactly causes this. I am beginning to wish I stuck with xcart!!! I did a transfer from a localhost build to server database and its showing every product 4 times. Someone help me I am ripping my hair out! 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