wiggly Posted August 26, 2011 Share Posted August 26, 2011 Hello, I want to know how I can get discount information of a product. For example: I get the id product using $_GET, so I can get a lot of information of the product: name (using $product->name) , price (using $product->getPrice()), tax, combinations, etc..., but I don't know how I can get that information (e.g: the product has a 5% reduction,...) Can anyone help me? Thank you very much! best regards!! Link to comment Share on other sites More sharing options...
Recommended Posts