// 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:
rMalie
2012-01-17 13:03:32 +00:00
parent 78a61d9ed7
commit 0fb8109745
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -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();