Smile-SA / magento2-module-product-label

Module to handle custom labels with images on products
Open Software License 3.0
53 stars 34 forks source link

Error in Store Table Product labels #20

Closed GabrielFNLima closed 4 years ago

GabrielFNLima commented 5 years ago

After the installation the following error occurred: Fatal error: Interface 'Smile\ProductLabel\Api\ProductLabelRepositoryInterface' not found in /app/code/Smile/ProductLabel/Model/Repository/ProductLabel.php on line 33

romainruaud commented 5 years ago

How did you install the module ? it's meant to be installed via composer, since it's located on app/code on your environment, I guess it's not the case.

Regards