userDetails($this->loggedInUser['id'])->getUser()->isVerified() === false) { ?> partial('partials/user-verification-message.phtml', null); ?> findParentRow('\Ppb\Db\Table\Users'); $this->userDetails($seller); $this->listingDetails($listing); $productAttributes = $this->request()->getRequest()->getParam('product_attributes'); ?>
_('Return to Listing'); ?>
form->hiddenElements; ?>
_('Name'); ?>
getMedia(array('image', 'video')); ?> 0) { $mainImage = $listing->getMainImage(); ?>
thumbnail($mainImage, 76, true, array('alt' => $listing['name'])); ?>
isBuyOut()) { $price = (isset($price)) ? $price : $listing->getData('buyout_price'); ?>
_('Price'); ?>
amount($price, $listing['currency']); ?>
type == 'buy') { ?>
partial('partials/voucher-code.phtml', array( 'userId' => $seller['id'], 'listingId' => $listing['id'], )); ?>
_('Quantity Available'); ?>
listingDetails()->availableQuantity($productAttributes); ?>
type == 'bid') { ?>
_('Current Bid'); ?>
amount($listing->currentBid(true), $listing['currency']); ?>
_('Bids'); ?>
getBids()); ?>
_('Minimum Bid'); ?>
amount($listing->minimumBid(), $listing['currency']); ?>
type == 'offer') { ?> displayMakeOfferRanges()) { ?>
_('Offer Range'); ?>
offerRanges($listing); ?>
getTaxType()) !== false) { ?>
_('Tax'); ?>
taxType($taxType)->display(); ?>
_('Payment Methods'); ?>
fieldDisplay(array_map(function ($array) use (&$object) { return $object->_($array['name']); }, $listing->getPaymentMethods()), null, 'N/A'); ?>
type == 'buy' && $this->settings['enable_shipping'] && !$listing->pickUpOnly()) { ?> 0) { ?>
_('Insurance'); ?>
amount($listing[\Ppb\Model\Shipping::FLD_INSURANCE], $listing['currency']); ?>
_('Shipping Costs'); ?>
action('calculate-postage', 'listing', 'listings', array( 'ids' => $listing['id'], 'quantity' => $quantity, 'locationId' => $user['country'], 'postCode' => $user['zip_code'] )); ?>
form->getElements() as $element) { ?> partial('partials/form-element.phtml', array('element' => $element)); ?>