diff --git a/classes/Cart.php b/classes/Cart.php index 29df1bf63..2ef75e611 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -51,7 +51,7 @@ class CartCore extends ObjectModel public $id_lang; /** @var boolean True if the customer wants a recycled package */ - public $recyclable = 1; + public $recyclable = 0; /** @var boolean True if the customer wants a gift wrapping */ public $gift = 0; diff --git a/modules/sendtoafriend/sendtoafriend-form.php b/modules/sendtoafriend/sendtoafriend-form.php deleted file mode 100755 index de2287042..000000000 --- a/modules/sendtoafriend/sendtoafriend-form.php +++ /dev/null @@ -1,32 +0,0 @@ - -* @copyright 2007-2013 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -include(dirname(__FILE__).'/../../config/config.inc.php'); -require_once(dirname(__FILE__).'/sendtoafriend.php'); - -$sendtoafriend = new sendToAFriend($dontTranslate = true); -echo $sendtoafriend->displayPageForm(); -