Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ceckoslab/3c909e566e5039e8d295 to your computer and use it in GitHub Desktop.
Save ceckoslab/3c909e566e5039e8d295 to your computer and use it in GitHub Desktop.
/**
* In case we got validation error we have to specify an error
* message, that will be shown in the quote
* (usually shown in the cart heading section or product heading section
*
* @return string
*/
public function getQuoteMessage()
{
return "Not allowed product quantity in the cart";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment