// Retrocompatibility fix on product links
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12478 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -207,6 +207,11 @@ class ProductCore extends ObjectModel
|
||||
public $is_virtual;
|
||||
public $cache_default_attribute;
|
||||
|
||||
/**
|
||||
* @var string If product is populated, this property contain the rewrite link of the default category
|
||||
*/
|
||||
public $category;
|
||||
|
||||
public static $_taxCalculationMethod = PS_TAX_EXC;
|
||||
protected static $_prices = array();
|
||||
protected static $_pricesLevel2 = array();
|
||||
|
||||
Reference in New Issue
Block a user