Jump to content

Help: come passare una stringa ad una fancybox?


Recommended Posts

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 by l.zuccarini (see edit history)
Link to comment
Share on other sites

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...