0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
plugins
/
vmpayment
/
klarnacheckout
/
klarnacheckout
/
tmpl
/
[
Home
]
File: cart_advertisement.php
<?php defined('_JEXEC') or die('Restricted access'); /** * @author Valérie Isaksen * @version $Id: cart_advertisement.php 7360 2013-11-12 13:32:41Z alatak $ * @package VirtueMart * @subpackage payment * @copyright Copyright (C) 2004-Copyright (C) 2004-2014 Virtuemart Team. All rights reserved. - All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details. * * http://virtuemart.net */ $css =".totalInPaymentCurrency {display:none;}\n"; JFactory::getDocument()->addStyleDeclaration($css); $js = ' jQuery(document).ready(function( $ ) { $("#checkoutForm").hide(); }); '; if ($viewData ['hide_BTST']) { $js .= ' jQuery(document).ready(function( $ ) { $(".billto-shipto").hide(); $("#com-form-login").hide(); }); '; } $document = JFactory::getDocument(); $document->addScriptDeclaration ( $js); ?> <?php if ($viewData ['message'] ) { ?> <h1><?php echo $viewData ['message']; ?> </h1> <?php } ?> <?php if ($viewData ['snippet'] ) { ?> <div><?php echo $viewData ['snippet']; ?> </div> <?php } ?>
©
2018.