ConfigurableProducts
ConfigurableProducts copied to clipboard
main.CRITICAL: Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist
After installed this extension i got an 404 error product view page. And checked in exception log i see like this below error.can u please give me the solution for this .i am using magento 2.2.5 version.thanks... [2018-09-01 18:59:29] main.CRITICAL: Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist {"exception":"[object] (ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:37, ReflectionException(code: 0): Class Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable does not exist at /home/devserve/public_html/hookandloop/vendor/magento/framework/Code/Reader/ClassReader.php:29)"} []
hi, free version is not supported temporary , we will back to life in some months , sorry please check out full featured full version https://firebearstudio.com/improved-configurable-products-for-magento-2.html
@ramsampathi hello, you must use \Magento\ConfigurableProduct\Block\Product\View\Type\Configurable instead Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable
Class is change on Newer version so you can use this class \Magento\ConfigurableProduct\Model\ResourceModel\Product\Type\Configurable instead of this \Magento\ConfigurableProduct\Model\Resource\Product\Type\Configurable