Example #1
0
                ?>
</td>
							<td class="pclass_description"><?php 
                echo $pclass->getDescription();
                ?>
</td>
							<td class="pclass_number"><<?php 
                echo $pclass->getMonths();
                ?>
</td>
							<td class="pclass_number"><?php 
                echo $pclass->getInterestRate() . "%";
                ?>
</td>
							<td class="pclass_number"><?php 
                echo $pclass->getInvoiceFee() . " " . KlarnaHandler::getCurrencySymbolForCountry($data, $klarna->getCountryCode());
                ?>
</td>
							<td class="pclass_number"><?php 
                echo $pclass->getStartFee() . " " . KlarnaHandler::getCurrencySymbolForCountry($data, $klarna->getCountryCode());
                ?>
</td>
							<td class="pclass_number"><?php 
                echo $pclass->getMinAmount() . " " . KlarnaHandler::getCurrencySymbolForCountry($data, $klarna->getCountryCode());
                ?>
</td>
							<td class="pclass_flag"><img src="<?php 
                echo JURI::root(true);
                ?>
/administrator/components/com_virtuemart/assets/images/flag/<?php 
                echo $klarna->getLanguageCode();