[-] FO : recycled package should be disabled by default (because the option can be deactivated) #PSCFV-6639
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user