Jump to content

Urgent Help, Orders Not Working


ZikmaSolutions

Recommended Posts

Hello all, please can someone help me how to fix this problem. I have some problems about reduction limit or something like that and customers are not allowed to order item. How to avoid this error and let customer order product with his regular final price??

 

[PrestaShopException]

Property OrderDetail->reduction_amount is not valid
at line 837 in file classes/ObjectModel.php

831. 
832. 			$message = $this->validateField($field, $this->$field);
833. 			if ($message !== true)
834. 			{
835. 				if ($die)
836. 					throw new PrestaShopException($message);
837. 				return $error_return ? $message : false;
838. 			}
839. 		}
840. 
841. 		return true;

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...