getSale(); $seller = $form->getSeller(); $salesListings = $form->getSalesListings(); $shippingDetails = $form->getShippingDetails(); if (count($salesListings)) { ?>
hiddenElements; ?>
findParentRow('\Ppb\Db\Table\Listings'); $link = $this->url($listing->link()); $quantities[] = $saleListing['quantity']; $listingIds[] = $listing['id']; ?>
_('Item Description'); ?> _('Quantity'); ?> _('Price'); ?> _('Subtotal'); ?>
thumbnail($listing->getMainImage(), 68, true, array('alt' => $listing['name'])); ?>
productAttributes($saleListing->getData('product_attributes'))->display(); ?>
getElement('quantity') ->setData($saleListing['quantity']) ->setBrackets('[' . $saleListing['id'] . ']') ->render(); ?> amount($saleListing['price'], $sale['currency']); ?> amount(($saleListing['quantity'] * $saleListing['price']), $sale['currency']); ?>
_('Continue Shopping'); ?> settings['pending_sales_listings_expire_hours']) { ?> _('*Stock is reserved for %s minute(s).'), $this->settings['pending_sales_listings_expire_hours']); ?> getElement(\Listings\Form\Cart::BTN_UPDATE_CART)->render(); ?>
settings['enable_shipping']) { ?>

_('Calculate Shipping'); ?>

getShipping()->getShippableLocations()) { ?> partial('partials/shipping-calculator.phtml', array( 'enableSelection' => 1, 'quantity' => $quantities, 'listingId' => $listingIds, 'locationId' => $form->getData('locationId'), 'postCode' => $form->getData('postCode'), 'user' => $seller)); ?>
_('No shipping available.'); ?>

_('Cart Summary'); ?>

_('Subtotal'); ?>
amount($sale->calculateTotal(true, false), $sale['currency']); ?>
settings['enable_shipping']) { ?>
_('Postage'); ?>
amount($shippingDetails['price'], $shippingDetails['currency']); ?>
_($shippingDetails['method']); ?>
_('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(false, false), $sale['currency']); ?>
getElement(\Listings\Form\Cart::BTN_CHECKOUT)->render(); ?>

_('The shopping cart is empty.'); ?>