Scenario: A new blank Magento with a category product and customer import with some fixes to do.
Kategori yapısı:
Root
L..Category_parent1 (0 products)
L..Category_child1 (22)
L..Category_child2 (34)
L..Category_parent2 (0)
L..Category_child1 (22)
L..Category_child2 (34)
L..Category_parent3 (0)
L..Category_child1 (22)
L..Category_child2 (0)
L..Category_child2_child1 (22)
L..Category_child2_child2 (34)
L..Category_child3 (10)
Ben bir SQL sorgusu veya bir php komut dosyası kullanarak göreli üst bir alt kategorideki tüm ürünler kopyalamak istediğiniz. (Bu Magento yönetici aracılığıyla bunu yapmak mümkün olup olmadığını bilmiyorum).
İstenen Sonuç:
Root
L..Category_parent1 (22 + 34 products)
L..Category_child1 (22)
L..Category_child2 (34)
L..Category_parent2 (22 + 34)
L..Category_child1 (22)
L..Category_child2 (34)
L..Category_parent3 (22 + 22 + 34 + 10)
L..Category_child1 (22)
L..Category_child2 (22 + 34)
L..Category_child2_child1 (22)
L..Category_child2_child2 (34)
L..Category_child3 (10)
UPDATE! Is there a way to do this only on show products? See products in this way manteining relashionship with their own categories (simply do that in view layout in list...)?