On Cron or Magento Sync Catalog, Term node associations gets deleted without being rebuilt.

On file magento_api_routines.inc at function magento_api_synchronize_walk_catalog and (pending) function magento_api_synchronize_category_taxonomy_term.

CommentFileSizeAuthor
#1 magento_api-854284-1.patch788 byteschriscalip

Comments

chriscalip’s picture

StatusFileSize
new788 bytes

We need to pretty much disable the recent update from 6.x-1.3 to 6.x-1.4 the process nodes taggin at magento_api_synchronize_walk_catalog the reason why is the array $tree aka $category array does not contain anything inside $category['products']

chriscalip’s picture

The patch above... temporarily fixes the situation. But it really does not address the previous motivation of clearing up the taxonomy node associations.

Maxime Topolov’s picture

Status: Active » Closed (won't fix)

Move to V2 please