Jump to content

[RÉSOLU] Paquet cadeau sans message ?


Recommended Posts

Bonsoir,
Je n'arrive pas à modifier le fichier.
J'ai repéré le passage suivant, mais je ne sais pas quoi supprimer:

if (isset($_POST['gift']) AND !empty($_POST['gift']))
   {
        if (!Validate::isMessage($_POST['gift_message']))
           $errors[] = Tools::displayError('invalid gift message');
       else
       {
           $cart->gift = 1;
           $cart->gift_message = strip_tags($_POST['gift_message']);
       }
   }
   else
       $cart->gift = 0;


Merci.

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