문제

when i import product's csv. All products and category created successfully also all categories include in menu. I want when i import csv , all thing will be done , but not include in menu categories. How can i stop categories to include in menu while importing the product's csv.

도움이 되었습니까?

해결책

we have to Override the protected function createCategory. And set the value : ` $category->setIncludeInMenu(true); to 'false'.

namespace Magento\CatalogImportExport\Model\Import\Product;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top