Email in product rating

17.11.2014 15:46
#1
fred_cw
Joomshopping forum user no avatar
Name: Del
24.09.2013
Posts: 3
Quote
Email in product rating

Hello,

I don't need an email registration in products rating.
Is it possible to remove it ?

Thanks a lot !


Joomla: 3
JoomShopping: latest
PHP: 5.5
 
17.11.2014 16:17
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25850
Quote
Aw: Email in product rating

delete code

$mailer =JFactory::getMailer();
$mailer->setSender(array($mailfrom, $fromname));
$mailer->addRecipient(explode(',',$jshopConfig->contact_email));
$mailer->setSubject(_JSHOP_NEW_COMMENT);
$mailer->setBody($message);
$mailer->isHTML(true);
$send = $mailer->Send();


components\com_jshopping\controllers\product.php

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.