Tito Posted October 5, 2012 Share Posted October 5, 2012 (edited) Am trying to delete a store using multistore. The store had customers and orders. I did delete the customers belonging to that store. Now I still get the 'You cannot delete this shop (customer and/or order dependency)' error message. Propably due to orders belonging to that store. But orders can't be deleted. So how can I remove a store in multistore setup ? ps: PS-team, please be consequent with the naming conventions, considering store versus shop... Edited October 5, 2012 by Tito (see edit history) Link to comment Share on other sites More sharing options...
Dan Mortensen Posted August 12, 2013 Share Posted August 12, 2013 I have the same problem .... You can't delete this shop (customer and/or order dependency). Link to comment Share on other sites More sharing options...
Dallerdkj Posted October 15, 2013 Share Posted October 15, 2013 Same problem... Any solution yet? Link to comment Share on other sites More sharing options...
cantcloseaccount Posted October 30, 2013 Share Posted October 30, 2013 You need to make sure you go in and delete all Customers and Carts for the Multistore Shop you want to delete. Make sure the relevant multistore is selected when you are deleting customers. If you have Orders placed, then try using Delete Orders free to remove orders but it may leave behind additional fields like Customer Messages and Addresses so you will have to make sure all associated data is deleted. Link to comment Share on other sites More sharing options...
Dallerdkj Posted October 30, 2013 Share Posted October 30, 2013 louisvs thank you, that solved the problem. No need for module to delete order, just change: index.php?controller=AdminOrders&id_order=110&vieworder&token to: index.php?controller=AdminOrders&id_order=110&deleteorder&token 1 Link to comment Share on other sites More sharing options...
tokedoki Posted April 29, 2014 Share Posted April 29, 2014 louisvs thank you, that solved the problem. No need for module to delete order, just change: index.php?controller=AdminOrders&id_order=110&vieworder&token to: index.php?controller=AdminOrders&id_order=110&deleteorder&token Thank you Dallerdkj, Its work like a charm! Link to comment Share on other sites More sharing options...
Recommended Posts