Esempio n. 1
0
                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();
                ?>
.png" /></td>
						</tr>
	<?php 
            }
            ?>

					</tbody>
				</table>
	<?php 
        }
    } catch (Exception $e) {
        echo $e;
    }
}