getSale(); $seller = $form->getSeller(); $salesListings = $form->getSalesListings(); $shippingDetails = $form->getShippingDetails(); ?>
hiddenElements; ?>
getElements() as $element) { if (!$element->isHidden() && $element->getName() != 'apply_insurance') { echo $this->partial('partials/form-element.phtml', array('element' => $element)); } } ?>
settings['enable_shipping']) { ?>

_('Shipping Method'); ?>

_('Loading ..'); ?>

_('Your Order'); ?> [ _('Edit'); ?> ]

findParentRow('\Ppb\Db\Table\Listings'); $calculatedPrice = $saleListing->price(true); ?>
_('Item'); ?> _('Qty'); ?> _('Subtotal'); ?>
productAttributes($saleListing->getData('product_attributes'))->display(); ?>
amount(($saleListing['quantity'] * $calculatedPrice), $listing['currency']); ?>
getData('price')) { ?>
_('Discount:'); ?> amount(($saleListing['quantity'] * ($saleListing->getData('price') - $calculatedPrice)), $listing['currency']); ?>
getVoucher()) !== null) ? $voucher['code'] : null; echo $this->partial('partials/voucher-code.phtml', array( 'userId' => $seller['id'], 'voucherCode' => $voucherCode )); ?>
_('Subtotal'); ?>
amount($sale->calculateTotal(true), $sale['currency']); ?>
settings['enable_shipping']) { ?>
_('Postage'); ?>
getElement('postage_id')->getValue() !== null) { ?>
amount($shippingDetails['price'], $shippingDetails['currency']); ?>
_('Get Quote'); ?>
getElement('insurance_amount')->getValue(); if ($insuranceAmount > 0) { ?>
_('Insurance'); ?>
getElement('apply_insurance')->render(); ?> amount($insuranceAmount, $sale['currency']); ?>
getTaxAmount(true)) > 0) { ?>
_('Tax'); ?>
amount($taxAmount, $sale['currency']); ?>
_('Total'); ?>
amount($sale->calculateTotal(), $sale['currency']); ?>
formElement('submit', \Listings\Form\Checkout::BTN_PLACE_ORDER, $this->_('Place Order')) ->setAttributes(array( 'class' => 'btn btn-primary btn-lg btn-block' )) ->render(); ?>