on 2018 Mar 01 4:55 PM
Hi All,
I'm currently trying to overwrite the Hybris default checkout flow. I'm following my own example and these are my steps:
ant extgen with a yaddon extension to create 'mystorefront'
ant addonuninstall -Daddonnames="mystorefront" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
My issue is when I create a DefaultMyStoreFrontValidator.java I cannot import anything from Hybris e.g.
package com.mystorefront.storefront.checkout.steps.validation.impl;
import de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.validation.AbstractCheckoutStepValidator ;
import de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.validation.ValidationResults ;
They just won't be resolved. I've tried placing them in different folders in the project to no avail. I'm guessing I'm just not understanding the extension concept but any help welcome.
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.