l.zuccarini Posted July 25, 2013 Share Posted July 25, 2013 (edited) Ciao a tutti. Vi faccio una domanda da 1 mln $$$. Da un file controller es CartController.php ho bisogno di far attivare una fancybox e mostrare una stringa che cambia di volta in volta. $stringa = miovalore; if (($cart_quantity + $this->qty) > $max_quantity) { $this->errors[] = Tools::displayError($stringa, true); //come posso mostrare la $stringa all'utente con una fancybox al posto di $this->errors[]? } Sapete aiutarmi o darmi una dritta? Edited July 26, 2013 by l.zuccarini (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now