cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Overriding the Hybris Checkout

Former Member
0 Likes
790

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.

Accepted Solutions (0)

Answers (0)