-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Magento 2.1.1
Steps to reproduce
- After building a custom theme create a child theme that uses a different color scheme than the parent.
- Apply that child theme to a particular category of products so that it has the alternate color scheme.
- Either check the box under the category design update that applies the child theme to all products in that category or apply a scheduled design update on said product that applies the child theme to the individual product.
Expected result
- The product should have the same alternate color scheme as the category with the child theme.
Actual result
- The product still uses the parent theme despite entries in the database for product attribute 'custom_design' directing the product to use the child theme.
Am I missing a configuration somewhere. The use of an alternate theme was easy with the category but it has been impossible at the product level so far.