| Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/checkout/ |
| Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/checkout/summary.php |
<?php
/**
* @package Sven.Bluege
* @subpackage com_eventgallery
*
* @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die('Restricted access');
$this->edit = true;
$this->isReview = true;
?>
<div class="card">
<div class="card-header"><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_CHECKOUT_USERDATA_LABEL');?></div>
<div class="card-body">
<?php echo $this->loadSnippet('order/basic') ?>
</div>
<div class="card-body">
<?php echo $this->loadSnippet('order/address_payment_information') ?>
</div>
<?php echo $this->loadSnippet('order/methodinformation') ?>
</div>
<div class="card">
<?php /*they use different thumbnails */ echo $this->loadSnippet('checkout/lineitems') ?>
</div>
<div class="card">
<div class="card-body">
<?php echo $this->loadSnippet('order/total') ?>
</div>
</div>