Hi
How can I remove the validation for changed prices (“sales.validation.productprices.haschanged”) when placing an order? I have tried to remove the file Litium.Accelerator/ValidationRules/ProductPricesHasNotChanged.cs or commenting out this line in that file:
result.AddError(“Cart”, “sales.validation.productprices.haschanged”.AsWebsiteText());
But I still get the error if the prices have changed
Litium version: 8.1