Bonjour,
Petite confusion dans la fonction. Il s'agit de la fonction "add_waitlist" et non "sendmail".
Le formulaire de contact et le formulaire de waitlist sont très proches mais sont sur deux fonctions différentes
Donc il faut modifier la function "add_waitlist" comme ceci:
} else {
$app->enqueueMessage(JText::_('ALREADY_REGISTER_WAITLIST'));
}
//$app->enqueueMessage(JText::sprintf('CLICK_HERE_TO_GO_BACK_TO_PRODUCT',hikashop_completeLink('product&task=show&cid='.$product->product_id.'&name='.$alias)));
//$url = JRequest::getVar('redirect_url');
$url = hikashop_completeLink('product&task=show&cid='.$product->product_id.'&name='.$alias);
if(!empty($url)){
$app->redirect($url);
}else{
$this->waitlist();
}
}
function cleancart(){
$class = hikashop_get('class.cart');
if($class->hasCart()){
Cordialement,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.