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

ERROR [hybrisHTTP31] [SummaryCheckoutStepController] Cart 00003001 does not have any tax values, which means the tax cacluation was not properly done, placement of order can't continue

Former Member
0 Likes
811

ERROR [hybrisHTTP31] [SummaryCheckoutStepController] Cart 00003001 does not have any tax values, which means the tax cacluation was not properly done, placement of order can't continue

Getting this error while final checkout. Pls suggest me how can I remove this ?

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

Please give the ProductTaxCode or else If your country don't have tax defined or tax free, then override validate order form and remove this check:

if (!getCheckoutFacade().containsTaxValues() )

Former Member
0 Likes

Hi, I faced the same inconvenience, import in hAC this impEx structure

INSERT_UPDATE ProductTaxCode;productCode[unique=true];taxCode;taxArea[unique=true] Where:

 productCode: Product identifier
 taxCode: Tax identifier
 taxArea: ISO code for country

Example ;Product1;P0000000;US

abderzakeboufeta
Explorer
0 Likes

Your products should have a taxGroup assigned; I'm assuming that you're working on the electronics store, which would imply that one of the ootb impexes should just do that. If so: search for an ootb impex assiging a Europe1PriceFactory_PTG to your products and check if there are any errors when importing this/these file(s).

Former Member
0 Likes

I have actually made a B2B site using the impexes and getting this error during final checkout. I have already assigned tax group to products, still getting this error.

Ask a Question
Top Q&A Solution Author