Drules files located in shopizer\sm-core\src\main\resources\rules
import decision tables xls files
At runtime drules need to import the input/output bean specified with this line
com.salesmanager.core.business.modules.integration.shipping.impl.*
That is related to a build issue so that dependency jar files do not seem to be available for drules.
I recommend the following steps
mvn clean install on each of the following projects, important to it in that order
- sm-core-model
- sm-core-modules
- shopizer-shipping-distance-module
- sm-core
- sm-shop
If it does not solve the issue, open sm-core/src/main/resources/spring/shopizer-core-modules.xml
and comment out this bean
| <beans:bean id="customShippingPriceModule" |
| class="com.salesmanager.core.business.modules.integration.shipping.impl.CustomShippingQuoteRules"/> |