Closed Floriskoch closed 7 years ago
Just a heads up for people who want this functionality for products in Craft Commerce. Change the following line in CategorySourcesPlugin.php:
CategorySourcesPlugin.php
public function modifyEntrySources(&$sources, $context)
to:
public function commerce_modifyProductSources(&$sources, $context)
That's the only change you need to make. Maybe this helps someone =)
Just a heads up for people who want this functionality for products in Craft Commerce. Change the following line in
CategorySourcesPlugin.php
:public function modifyEntrySources(&$sources, $context)
to:
public function commerce_modifyProductSources(&$sources, $context)
That's the only change you need to make. Maybe this helps someone =)