mainPriceItem->getValue() + $this->mainPriceItem->getCosts(); $miniPriceCurrency = $this->translate( 'client/html/currency', $this->mainPriceItem->getCurrencyId() ); } catch( Exception $e ) { $miniPriceValue = '0.00'; $miniPriceCurrency = ''; } $quantity = $this->get( 'mainQuantity', 0 ); /// Price format with price value (%1$s) and currency (%2$s) $priceFormat = $this->translate( 'client/html', '%1$s %2$s' ); $enc = $this->encoder(); ?>