stefanX201 Posted June 6, 2013 Share Posted June 6, 2013 Cant find some class Definitions like class Product becouse in ProductCore class are some class like Product::priceCalculation Where is the Definition of class Product? THX Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 you're looking for class file? if so here is the path for it: classes/Product.php Link to comment Share on other sites More sharing options...
NemoPS Posted June 6, 2013 Share Posted June 6, 2013 Product and ProductCore are the same classes. ProductCore is simply the core class of the Product object It has the definition you're looking for, unless you use overrides (in that case override/classes/product.php) Link to comment Share on other sites More sharing options...
Recommended Posts