currentCalculator()->product_price; } public function getMarketPrice() { return $this->currentCalculator()->market_price; } public function getCostPrice() { return $this->currentCalculator()->cost_price; } /** * @return GoodsOption */ public function currentCalculator() { return $this->cart->goodsOption; } }