Skip to content

Instantly share code, notes, and snippets.

@obukhow
Last active August 29, 2015 14:12
Show Gist options
  • Save obukhow/f442e47e7dc5125577d8 to your computer and use it in GitHub Desktop.
Save obukhow/f442e47e7dc5125577d8 to your computer and use it in GitHub Desktop.
Make simple products of configurable not visible
update
`catalog_product_entity_int`
set
`value` = 1
where
`attribute_id`=(select `attribute_id` from `eav_attribute` where `attribute_code` = 'visibility')
and
`entity_id` in (select `product_id` from `catalog_product_super_link`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment