diff --git a/layout/cc.xml b/layout/cc.xml new file mode 100644 index 0000000..a56654c --- /dev/null +++ b/layout/cc.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + + + + + skin_csscss/widgets.css + skin_jsjs/ie6.js + jslib/ds-sleight.js + skin_csscss/styles.css + skin_csscss/styles-ie.css + skin_csscss/print.css + + + skin_cssaw_blog/css/style.css + skin_csscss/iwebelasticsearch/autocomplete.css + + + skin_cssbuild/vendor/normalize.css/normalize.css + skin_cssbuild/css/styles.css + skin_cssbuild/vendor/fontello/css/fontello.css + + + skin_jsbuild/vendor/enquire/enquire.js + skin_jsbuild/js/chopchop.lib.js + skin_jsbuild/js/script.js + + + + + + template + template-homepage + + + + template + template-product-listing + + + + template + template-product-information + + + + template + template-basket + + + + template + template-checkout + + + + template + template-checkout + + + + u-container u-container--sm + + + + u-container u-container--sm + + + + customer.account.link.back + + + + template + template-account + + + \ No newline at end of file diff --git a/layout/local.xml b/layout/local.xml new file mode 100644 index 0000000..20e6690 --- /dev/null +++ b/layout/local.xml @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + skin_jsbuild/vendor/element-queries/ResizeSensor.js + skin_jsbuild/vendor/element-queries/ElementQueries.js + skin_jsjs/Iweb_QtyWidget.js + + + + + + simple + checkout/cart_item_renderer + + + + grouped + checkout/cart_item_renderer_grouped + + + + configurable + checkout/cart_item_renderer_configurable + + + + + + + + footer_links_privacy + + + footer_links_support + + + footer_links_company + + + payment_icons + + + + + + + u-container + + cms_content_wrapper + + banner_hero + + + + + + + page/2columns-left.phtml + + + + + + + + + + + + + + + + + + page/1column.phtml + u-container u-container--md + + + + + + + + + + + page/1column.phtml + + shipping + + + + + + + + + + + + header--stripped + + + + + + footer.payment.icons + + + header--stripped + + + + + + page/3columns.phtml + + + + + checkout.cart.sidebar + + + + checkout.cart.sidebar + + + + + + + page/2columns-right.phtml + + + + u-container u-container--sm + + + + + customer.wishlist.item.remove + + + + + page/2columns-left.phtml + + + + cms_links + + + + + + + + page_content_heading + cms.wrapper + + + + card card--bordered + + card__header + page_content_heading + + + card__body + cms.wrapper + + + + + + + + + + + Home + + + Home + / + + + + Contact + + + Contact + /contacts/ + + + + + + contactForm + + + contact_page_top + + contactForm + + contact_page_mid + + + contact_page_bottom + + + + + + + \ No newline at end of file diff --git a/template/.DS_Store b/template/.DS_Store new file mode 100644 index 0000000..b0f0851 Binary files /dev/null and b/template/.DS_Store differ diff --git a/template/catalog/.DS_Store b/template/catalog/.DS_Store new file mode 100644 index 0000000..5b96878 Binary files /dev/null and b/template/catalog/.DS_Store differ diff --git a/template/catalog/category/view.phtml b/template/catalog/category/view.phtml new file mode 100644 index 0000000..42c8544 --- /dev/null +++ b/template/catalog/category/view.phtml @@ -0,0 +1,55 @@ + +helper('catalog/output'); + $_category = $this->getCurrentCategory(); + $_imgHtml = ''; + if ($_imgUrl = $_category->getImageUrl()) { + $_imgHtml = ''.$this->escapeHtml($_category->getName()).''; + $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image'); + } + if($_imgUrl) { + $_modifierClass = " o-category-masthead--split"; + } +?> +getMessagesBlock()->toHtml() ?> + +
+ +
+ + + +
+ +
+
+

categoryAttribute($_category, $_category->getName(), 'name') ?>

+ +
+ getCurrentCategory()->getDescription()): ?> +
+ categoryAttribute($_category, $_description, 'description') ?> +
+ +
+
+ +isContentMode()): ?> + getCmsBlockHtml() ?> + +isMixedMode()): ?> + getCmsBlockHtml() ?> + getProductListHtml() ?> + + + getProductListHtml() ?> + \ No newline at end of file diff --git a/template/catalog/layer/filter.phtml b/template/catalog/layer/filter.phtml new file mode 100644 index 0000000..9012926 --- /dev/null +++ b/template/catalog/layer/filter.phtml @@ -0,0 +1,28 @@ +getItems(); +usort($items, (function($a, $b) { + return strcmp($a->getLabel(), $b->getLabel()); +})); +?> + + diff --git a/template/catalog/layer/state.phtml b/template/catalog/layer/state.phtml new file mode 100644 index 0000000..bc261a8 --- /dev/null +++ b/template/catalog/layer/state.phtml @@ -0,0 +1,43 @@ + +getActiveFilters() ?> + +
+
+

__('Currently Shopping by:') ?>

+
+
+ +
+ + getLayer()->getState()->getFilters()): ?> + + +
+ \ No newline at end of file diff --git a/template/catalog/layer/view.phtml b/template/catalog/layer/view.phtml new file mode 100644 index 0000000..d08680c --- /dev/null +++ b/template/catalog/layer/view.phtml @@ -0,0 +1,36 @@ + +canShowBlock()): ?> +
+
+ __('Shop By') ?> +
+
+ getStateHtml() ?> + canShowOptions()): ?> +
+ getFilters() ?> + +
+ getItemsCount()): ?> + getName())); ?> +
+

__($_filter->getName()) ?>

+ +
+
+ getHtml() ?> +
+ +
+ +
+ +
+
+ \ No newline at end of file diff --git a/template/catalog/product/.DS_Store b/template/catalog/product/.DS_Store new file mode 100644 index 0000000..1359895 Binary files /dev/null and b/template/catalog/product/.DS_Store differ diff --git a/template/catalog/product/list.phtml b/template/catalog/product/list.phtml new file mode 100644 index 0000000..c517db3 --- /dev/null +++ b/template/catalog/product/list.phtml @@ -0,0 +1,124 @@ + +getLoadedProductCollection(); + $_helper = $this->helper('catalog/output'); +?> +count()): ?> +

__('There are no products matching the selection.') ?>

+ + +
+ getToolbarHtml() ?> +
+ +getMode()!='grid'): ?> + +
+ +
+
+ +
+ <?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?> +
+ +
+
+
+ stripTags($_product->getName(), null, true); ?> +

productAttribute($_product, $_product->getName() , 'name'); ?>

+
+ getRatingSummary()): ?> + getReviewsSummaryHtml($_product) ?> + + + productAttribute($_product, $_product->getShortDescription(), 'short_description') ?> +
+
+
+ getPriceHtml($_product, true) ?> + + __('Learn More') ?> + + isSaleable()): ?> +

+ +

__('Out of stock') ?>

+ + + + +
+
+
+
+
+ +
+ + + + + +count() ?> +getColumnCount(); ?> + + +
+ +
+
+ +
+ <?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?> +
+
+

productAttribute($_product, $_product->getName(), 'name') ?>

+ getRatingSummary()): ?> + getReviewsSummaryHtml($_product, 'short') ?> + +
+ + +
+
+ +
+ + + +
+ getToolbarHtml() ?> +
+ + diff --git a/template/catalog/product/list/related.phtml b/template/catalog/product/list/related.phtml new file mode 100644 index 0000000..6148c29 --- /dev/null +++ b/template/catalog/product/list/related.phtml @@ -0,0 +1,45 @@ +getProduct(); ?> +quoteEscape($this->__('Add to Cart')); ?> + +getItems()->getSize()): ?> + + \ No newline at end of file diff --git a/template/catalog/product/list/toolbar.phtml b/template/catalog/product/list/toolbar.phtml new file mode 100644 index 0000000..5368f68 --- /dev/null +++ b/template/catalog/product/list/toolbar.phtml @@ -0,0 +1,77 @@ + +getCollection()->getSize()): ?> + + isExpanded() ): ?> + + isEnabledViewSwitcher() ): ?> +
+ getModes(); ?> + 1): ?> + + getModes() as $_code=>$_label): ?> + isModeActive($_code)): ?> + + + + + + +
+ + +
+ + + + getCurrentDirection() == 'desc'): ?> + + + + + + + + + +
+ + +
+ getLastPageNum()>1): ?> + __('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?> + + __('%s Item(s)', $this->getTotalNum()) ?> + +
+ +
+ + + __('per page') ?> +
+ + getPagerHtml() ?> + + diff --git a/template/catalog/product/view.phtml b/template/catalog/product/view.phtml new file mode 100644 index 0000000..a667992 --- /dev/null +++ b/template/catalog/product/view.phtml @@ -0,0 +1,152 @@ + +helper('catalog/output'); ?> +getProduct(); ?> + +
getMessagesBlock()->toHtml() ?>
+
+ +
+
+ getChildHtml('media') ?> +
+ getChildHtml('related') ?> +
+ +
+ +
+ +
getOptions()): ?> enctype="multipart/form-data"> + getBlockHtml('formkey') ?> +
+ + +
+ + + getReviewsSummaryHtml($_product, false, true)?> + getChildHtml('alert_urls') ?> + getChildHtml('product_type_data') ?> + getTierPriceHtml() ?> + getChildHtml('extrahint') ?> + + hasOptions()):?> + isSaleable()): ?> + getChildHtml('addtocart') ?> + + getChildHtml('addto') ?> + getChildHtml('extra_buttons') ?> + isSaleable()): ?> + getChildHtml('addto') ?> + + + canEmailToFriend()): ?> + + __('Email to a Friend') ?> + + + + getChildHtml('other');?> + isSaleable() && $this->hasOptions()):?> + getChildChildHtml('container1', '', true, true) ?> + + + isSaleable() && $this->hasOptions()):?> + getChildChildHtml('container2', '', true, true) ?> + +
+ +
+ +
+ +
+ getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?> + getChildData($alias, 'title')):?> +
" data-cc-group="tabs1-header" data-cc-action="activate" data-cc-target="tabs-"> +

escapeHtml($title); ?>

+ +
+ +
" data-cc-group="tabs1-content" data-cc-cascade-activate="tabs-header-"> + +
+ +
+ +
+ +
+ + +
+ + + +getChildHtml('upsell_products') ?> +getChildHtml('product_additional_data') ?> + + \ No newline at end of file diff --git a/template/catalog/product/view/addto.phtml b/template/catalog/product/view/addto.phtml new file mode 100644 index 0000000..3a4e87f --- /dev/null +++ b/template/catalog/product/view/addto.phtml @@ -0,0 +1,12 @@ +getProduct(); ?> +helper('wishlist')->getAddUrl($_product); ?> + +helper('wishlist')->isAllow()) : ?> + __('Add to Wishlist') ?> + +helper('catalog/product_compare')->getAddUrl($_product); +?> + + __('Add to Compare') ?> + \ No newline at end of file diff --git a/template/catalog/product/view/addtocart.phtml b/template/catalog/product/view/addtocart.phtml new file mode 100644 index 0000000..64d89fe --- /dev/null +++ b/template/catalog/product/view/addtocart.phtml @@ -0,0 +1,38 @@ +getProduct(); ?> + +quoteEscape($this->__('Add to Cart')); ?> +isSaleable()): ?> +
+ isGrouped()): ?> +
+ + +
+ +

+ + +
+ + getChildHtml('', true, true) ?> +
+
+ \ No newline at end of file diff --git a/template/catalogsearch/form.mini.phtml b/template/catalogsearch/form.mini.phtml new file mode 100644 index 0000000..5640200 --- /dev/null +++ b/template/catalogsearch/form.mini.phtml @@ -0,0 +1,25 @@ +helper('catalogsearch'); +?> + +
+ +
+ + + +
+ + +
+
\ No newline at end of file diff --git a/template/cc/drawer/left.phtml b/template/cc/drawer/left.phtml new file mode 100644 index 0000000..6def0ff --- /dev/null +++ b/template/cc/drawer/left.phtml @@ -0,0 +1,5 @@ +
+
+ getChildHtml('drawer_left'); ?> +
+
\ No newline at end of file diff --git a/template/cc/drawer/modal.phtml b/template/cc/drawer/modal.phtml new file mode 100644 index 0000000..30e698e --- /dev/null +++ b/template/cc/drawer/modal.phtml @@ -0,0 +1,21 @@ +getModalSize(); +$_fromReg = Mage::registry('modalSize'); + +if(!empty($_fromReg)) { + $_modalSize = $_fromReg; +} else if(!empty($_fromXml)) { + $_modelSize = $_fromXml; +} + +?> + \ No newline at end of file diff --git a/template/cc/drawer/overlay.phtml b/template/cc/drawer/overlay.phtml new file mode 100644 index 0000000..db356e3 --- /dev/null +++ b/template/cc/drawer/overlay.phtml @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/template/cc/drawer/right.phtml b/template/cc/drawer/right.phtml new file mode 100644 index 0000000..f97bc81 --- /dev/null +++ b/template/cc/drawer/right.phtml @@ -0,0 +1,5 @@ +
+
+ getChildHtml('drawer_right'); ?> +
+
\ No newline at end of file diff --git a/template/checkout/.DS_Store b/template/checkout/.DS_Store new file mode 100644 index 0000000..55d8ca8 Binary files /dev/null and b/template/checkout/.DS_Store differ diff --git a/template/checkout/cart.phtml b/template/checkout/cart.phtml new file mode 100644 index 0000000..47a77e1 --- /dev/null +++ b/template/checkout/cart.phtml @@ -0,0 +1,134 @@ + +
+ +
+
+

__('Shopping Cart') ?>

+
+ hasError()): ?> +
+
+ getMethods('top_methods') as $method): ?> + getMethodHtml($method)): ?> + + + +
+
+ +
+ + getMessagesBlock()->toHtml() ?> + getChildHtml('form_before') ?> +
+ getBlockHtml('formkey'); ?> + + + + + + + helper('tax')->displayCartBothPrices() ? 2 : 1); ?> + + + + + + + + + + + + + + getItems() as $_item): ?> + getItemHtml($_item) ?> + + +
__('Product') ?>__('Qty') ?>__('Subtotal') ?>
+ + + + + + + + getContinueShoppingUrl()): ?> + -or- + + + + + + + +
+ + +
+ + + +
+
+ getChildHtml('crosssell') ?> + getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?> +
+
+ + getChildHtml('checkout.cart.extra') ?> + getChildHtml('coupon') ?> + +
+ getChildHtml('totals'); ?> + hasError()): ?> +
+ getMethods('methods') as $method): ?> + getMethodHtml($method)): ?> + + + +
+ + +
+
+
+ +
diff --git a/template/checkout/cart/.DS_Store b/template/checkout/cart/.DS_Store new file mode 100644 index 0000000..f656f33 Binary files /dev/null and b/template/checkout/cart/.DS_Store differ diff --git a/template/checkout/cart/coupon.phtml b/template/checkout/cart/coupon.phtml new file mode 100644 index 0000000..ec4cf4b --- /dev/null +++ b/template/checkout/cart/coupon.phtml @@ -0,0 +1,37 @@ +
+
+

__('Discount Codes') ?>

+
+
+
+ + +
+ +
+ + getCouponCode())): ?> + + +
+
+
+ \ No newline at end of file diff --git a/template/checkout/cart/item/default.phtml b/template/checkout/cart/item/default.phtml new file mode 100644 index 0000000..7aec0ee --- /dev/null +++ b/template/checkout/cart/item/default.phtml @@ -0,0 +1,293 @@ +getItem(); +$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility(); +$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM); +?> + + +
+
+ hasProductUrl()):?> + + + <?php echo $this->escapeHtml($this->getProductName()) ?> + hasProductUrl()):?> + +
+
+
+ hasProductUrl()):?> + escapeHtml($this->getProductName()) ?> + + escapeHtml($this->getProductName()) ?> + +
+ + + + + __('See price before order confirmation.'); ?> + getId(); ?> + __("What's this?"); ?> + + + + + helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?> + + helper('checkout')->formatPrice($_item->getCalculationPrice()) ?> + + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total'); ?>: helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?> +
+ + + + + helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + helper('checkout')->getPriceInclTax($_item); ?> + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> + + helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?> + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> +
+ + + + + + + + getOptionList()):?> +
+ + getFormatedOptionValue($_option) ?> +
escapeHtml($_option['label']) ?>
+ class="truncated"> + +
+
+
escapeHtml($_option['label']) ?>
+
+
+
+ + + +
+ + + getMessages()): ?> + +

* escapeHtml($message['text']) ?>

+ + + getProductAdditionalInformationBlock(); ?> + + setItem($_item)->toHtml() ?> + + +
+
+ + + + + +
+
+ +
+
+ +
+
+ + + + + + + + helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?> + + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + + -- + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> + + helper('checkout')->formatPrice($_item->getRowTotal()) ?> + + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total'); ?>: helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> +
+ + + + + helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?> + + helper('checkout')->getSubtotalInclTax($_item); ?> + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + + -- + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> + + helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?> + + + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> +
+ + + + + diff --git a/template/checkout/cart/summary.phtml b/template/checkout/cart/summary.phtml new file mode 100644 index 0000000..68c76a3 --- /dev/null +++ b/template/checkout/cart/summary.phtml @@ -0,0 +1,17 @@ + +getIsNeedToDisplaySideBar()):?> + + \ No newline at end of file diff --git a/template/checkout/cart/totals.phtml b/template/checkout/cart/totals.phtml new file mode 100644 index 0000000..32bee88 --- /dev/null +++ b/template/checkout/cart/totals.phtml @@ -0,0 +1,22 @@ + +canApplyMsrp()): ?> +
__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?>
+ + + + + + renderTotals('footer'); ?> + + + renderTotals(); ?> + +
+ diff --git a/template/checkout/onepage.phtml b/template/checkout/onepage.phtml new file mode 100644 index 0000000..7f0788a --- /dev/null +++ b/template/checkout/onepage.phtml @@ -0,0 +1,31 @@ + + +
    +getSteps() as $_stepId => $_stepInfo): ?> +getChild($_stepId) || !$this->getChild($_stepId)->isShow()): continue; endif; $i++ ?> +
  1. +
    + +

    + __('Edit') ?> +
    + +
  2. + +
+ \ No newline at end of file diff --git a/template/checkout/onepage/confidence.phtml b/template/checkout/onepage/confidence.phtml new file mode 100644 index 0000000..6ee5d7f --- /dev/null +++ b/template/checkout/onepage/confidence.phtml @@ -0,0 +1,8 @@ +
+
+
__('Secure Checkout'); ?>
+
+
+ getChildHtml(); ?> +
+
\ No newline at end of file diff --git a/template/checkout/onepage/link.phtml b/template/checkout/onepage/link.phtml new file mode 100644 index 0000000..854ad7e --- /dev/null +++ b/template/checkout/onepage/link.phtml @@ -0,0 +1,3 @@ +isPossibleOnepageCheckout()):?> + + diff --git a/template/checkout/onepage/payment.phtml b/template/checkout/onepage/payment.phtml new file mode 100644 index 0000000..7d1f50a --- /dev/null +++ b/template/checkout/onepage/payment.phtml @@ -0,0 +1,49 @@ + +
+
+ getChildHtml('methods') ?> +
+
+ + + + diff --git a/template/checkout/onepage/payment/methods.phtml b/template/checkout/onepage/payment/methods.phtml new file mode 100644 index 0000000..d13c3c7 --- /dev/null +++ b/template/checkout/onepage/payment/methods.phtml @@ -0,0 +1,51 @@ + + +getMethods(); + $oneMethod = count($methods) <= 1; +?> + +
+ __('No Payment Methods') ?> +
+getCode(); +?> +
+
+ + getSelectedMethodCode()==$_code): ?> checked="checked" class="radio" /> + + + + +
+
+ +
+
+ getPaymentMethodFormHtml($_method)): ?> +
+ +
+ + +getChildChildHtml('additional'); ?> + diff --git a/template/checkout/onepage/progress.phtml b/template/checkout/onepage/progress.phtml new file mode 100644 index 0000000..d57667f --- /dev/null +++ b/template/checkout/onepage/progress.phtml @@ -0,0 +1,31 @@ +
+
+
__('Your Checkout Progress') ?>
+
+
+ getCheckout()->getStepData('billing', 'is_show')): ?> +
+ getChildHtml('billing.progress') ?> +
+ + + getCheckout()->getStepData('shipping', 'is_show')): ?> +
+ getChildHtml('shipping.progress') ?> +
+ + + getCheckout()->getStepData('shipping_method', 'is_show')): ?> +
+ getChildHtml('shippingmethod.progress') ?> +
+ + + getCheckout()->getStepData('payment', 'is_show')): ?> +
+ getChildHtml('payment.progress') ?> +
+ +
+
+ diff --git a/template/checkout/onepage/progress/billing.phtml b/template/checkout/onepage/progress/billing.phtml new file mode 100644 index 0000000..3f99f7c --- /dev/null +++ b/template/checkout/onepage/progress/billing.phtml @@ -0,0 +1,11 @@ +getCheckout()->getStepData('billing', 'complete')): ?> +
+
+
__('Billing Address') ?>
+ __('Change') ?> +
+
+
getBilling()->format('html') ?>
+
+
+ \ No newline at end of file diff --git a/template/checkout/onepage/progress/payment.phtml b/template/checkout/onepage/progress/payment.phtml new file mode 100644 index 0000000..5bf86ab --- /dev/null +++ b/template/checkout/onepage/progress/payment.phtml @@ -0,0 +1,11 @@ +getCheckout()->getStepData('payment', 'complete')): ?> +
+
+
__('Payment Method') ?>
+ __('Change') ?> +
+
+ getPaymentHtml() ?> +
+
+ \ No newline at end of file diff --git a/template/checkout/onepage/progress/shipping.phtml b/template/checkout/onepage/progress/shipping.phtml new file mode 100644 index 0000000..d3c5b3e --- /dev/null +++ b/template/checkout/onepage/progress/shipping.phtml @@ -0,0 +1,14 @@ +getCheckout()->getStepData('shipping', 'complete')): ?> +getCheckout()->getStepData('shipping', 'complete') ? 'complete' : ''; ?> +
+
+
__('Shipping Address') ?>
+ __('Change') ?> +
+
+ getCheckout()->getStepData('shipping', 'complete')): ?> +
getShipping()->format('html') ?>
+ +
+
+ \ No newline at end of file diff --git a/template/checkout/onepage/progress/shipping_method.phtml b/template/checkout/onepage/progress/shipping_method.phtml new file mode 100644 index 0000000..fa80159 --- /dev/null +++ b/template/checkout/onepage/progress/shipping_method.phtml @@ -0,0 +1,27 @@ +getCheckout()->getStepData('shipping_method', 'complete')): ?> +
+
+
__('Shipping Method') ?>
+ __('Change') ?> +
+
+ getShippingMethod()): ?> + getShippingDescription() ?> + + getShippingPriceExclTax(); ?> + getShippingPriceInclTax(); ?> + helper('tax')->displayShippingPriceIncludingTax()): ?> + + + + + helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?> + (__('Incl. Tax'); ?> ) + + + + __('Shipping method has not been selected yet') ?> + +
+
+ \ No newline at end of file diff --git a/template/checkout/onepage/review/button.phtml b/template/checkout/onepage/review/button.phtml new file mode 100644 index 0000000..4c4d387 --- /dev/null +++ b/template/checkout/onepage/review/button.phtml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/checkout/onepage/review/info.phtml b/template/checkout/onepage/review/info.phtml new file mode 100644 index 0000000..fb2184c --- /dev/null +++ b/template/checkout/onepage/review/info.phtml @@ -0,0 +1,59 @@ +getChildHtml('items_before'); ?> +
+ + helper('tax')->displayCartBothPrices()): $colspan = $rowspan = 2; else: $colspan = $rowspan = 1; endif; ?> + + + + + helper('tax')->displayCartBothPrices()): ?> + + + + + + + + + + + helper('tax')->displayCartBothPrices()): ?> + + + + + + + + + getChildHtml('totals'); ?> + + getItems() as $_item): ?> + getItemHtml($_item)?> + + +
__('Product Name') ?>__('Price') ?>__('Qty') ?>__('Subtotal') ?>
helper('tax')->getIncExcTaxLabel(false) ?>helper('tax')->getIncExcTaxLabel(true) ?>helper('tax')->getIncExcTaxLabel(false) ?>helper('tax')->getIncExcTaxLabel(true) ?>
+
+getChildHtml('items_after'); ?> + +
+ getChildHtml('agreements') ?> + + +
diff --git a/template/checkout/onepage/review/item.phtml b/template/checkout/onepage/review/item.phtml new file mode 100644 index 0000000..397a16f --- /dev/null +++ b/template/checkout/onepage/review/item.phtml @@ -0,0 +1,214 @@ +getItem()?> + + escapeHtml($this->getProductName()) ?> + getOptionList()):?> +
+ + getFormatedOptionValue($_option) ?> +
escapeHtml($_option['label']) ?>
+ class="truncated"> + +
+
+
escapeHtml($_option['label']) ?>
+
+
+
+ + + +
+ + getProductAdditionalInformationBlock()):?> + setItem($_item)->toHtml() ?> + + + helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?> + + helper('checkout')->formatPrice($_item->getCalculationPrice()) ?> + + + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total'); ?>:
helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
+
+ + + + + helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + helper('checkout')->getPriceInclTax($_item); ?> + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> + + helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?> + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total incl. tax'); ?>:
helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
+
+ + + + + getQty() ?> + + helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> + + helper('checkout')->formatPrice($_item->getRowTotal()) ?> + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total'); ?>:
helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
+
+ + + + + helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?> + + helper('checkout')->getSubtotalInclTax($_item); ?> + typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> + helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> + + helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?> + + + + + + getApplied($_item)): ?> + + + + typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?> +
+ __('Total incl. tax'); ?>:
helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
+
+ + + + + diff --git a/template/checkout/onepage/shipping.phtml b/template/checkout/onepage/shipping.phtml new file mode 100644 index 0000000..49d92dc --- /dev/null +++ b/template/checkout/onepage/shipping.phtml @@ -0,0 +1,145 @@ +
+
+
    + customerHasAddresses()): ?> +
  • + +
    + getAddressesHtmlSelect('shipping') ?> +
    +
  • + +
  • customerHasAddresses()): ?> style="display:none;"> +
    + +
      +
    • getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress())->setFieldIdFormat('shipping:%s')->setFieldNameFormat('shipping[%s]')->setFieldParams('onchange="shipping.setSameAsBilling(false)"')->toHtml() ?>
    • +
    • +
      + +
      + +
      +
      +
    • + helper('customer/address')->getAttributeValidationClass('street'); ?> +
    • + +
      + +
      +
    • + + helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?> +
    • + +
      + +
      +
    • + + helper('customer/address')->isVatAttributeVisible()) : ?> +
    • + +
      + +
      +
    • + +
    • +
      + +
      + +
      +
      +
      + +
      + + + +
      +
      +
    • +
    • +
      + +
      + +
      +
      +
      + +
      + getCountryHtmlSelect('shipping') ?> +
      +
      +
    • +
    • +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
    • + isCustomerLoggedIn() && $this->customerHasAddresses()):?> +
    • + getAddress()->getSaveInAddressBook()):?> checked="checked" class="checkbox" />
    • + +
    • + +
    +
    +
  • +
  • +
    + getAddress()->getSameAsBilling()): ?> checked="checked" title="__('Use Billing Address') ?>" onclick="shipping.setSameAsBilling(this.checked)" class="checkbox" /> +
    +
    + +
    +
  • +
+
+ + +
+ diff --git a/template/checkout/onepage/shipping_method.phtml b/template/checkout/onepage/shipping_method.phtml new file mode 100644 index 0000000..89e6793 --- /dev/null +++ b/template/checkout/onepage/shipping_method.phtml @@ -0,0 +1,23 @@ +
+
+ +
+ +
+ getChildHtml('additional') ?> +
+ +
diff --git a/template/checkout/onepage/shipping_method/available.phtml b/template/checkout/onepage/shipping_method/available.phtml new file mode 100644 index 0000000..54dff01 --- /dev/null +++ b/template/checkout/onepage/shipping_method/available.phtml @@ -0,0 +1,79 @@ + +getShippingRates(); ?> + +

__('Sorry, no quotes are available for this order at this time.') ?>

+ +
+ + $_rates): ?> +
escapeHtml($this->getCarrierName($code)) ?>
+
+
    + + getCode()."':".(float)$_rate->getPrice(); ?> +
  • + getErrorMessage()): ?> +
      • escapeHtml($_rate->getErrorMessage()) ?>
    + + + + +
    + getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio"/> +
    + + getCode() === $this->getAddressShippingMethod()): ?> + + + + +
    + +
    + +
  • + +
+
+ +
+ + diff --git a/template/checkout/onepage/title.phtml b/template/checkout/onepage/title.phtml new file mode 100644 index 0000000..e901b4c --- /dev/null +++ b/template/checkout/onepage/title.phtml @@ -0,0 +1,10 @@ +
+
+

__('Secure Checkout') ?>

+

__('Enter Your Details Below'); ?>

+
+
+ __('Forgot an Item?'); ?> + __('Edit Your Basket'); ?> +
+
\ No newline at end of file diff --git a/template/checkout/success.phtml b/template/checkout/success.phtml new file mode 100644 index 0000000..26fe288 --- /dev/null +++ b/template/checkout/success.phtml @@ -0,0 +1,18 @@ +
+

__('Your order has been received.') ?>

+

__('Thank you for your purchase!') ?>

+
+getMessagesBlock()->toHtml() ?> + +getOrderId()):?> +
+
+ getChildHtml(); ?> +
+ +
+ \ No newline at end of file diff --git a/template/checkout/success/info.phtml b/template/checkout/success/info.phtml new file mode 100644 index 0000000..5413011 --- /dev/null +++ b/template/checkout/success/info.phtml @@ -0,0 +1,39 @@ +
+
+
__('Your Order: %s', $this->escapeHtml($this->getOrderId())); ?>
+
+
+ getOrderId()):?> + getCanViewOrder()) :?> +

__('Your order # is: %s.', sprintf('%s', $this->escapeHtml($this->getViewOrderUrl()), $this->escapeHtml($this->getOrderId()))) ?>

+ +

__('Your order # is: %s.', $this->escapeHtml($this->getOrderId())) ?>

+ + +

__('You will receive an order confirmation email with details of your order and a link to track its progress.') ?>

+ + + + getAgreementRefId()): ?> +

__('Your billing agreement # is: %s.', sprintf('%s', $this->escapeHtml($this->getAgreementUrl()), $this->escapeHtml($this->getAgreementRefId())))?>

+ + + getRecurringProfiles()):?> +

__('Your recurring payment profiles:'); ?>

+
    + + getCanViewProfiles() ? sprintf('%s', $this->escapeHtml($this->getProfileUrl($profile)), $this->escapeHtml($this->getObjectData($profile, 'reference_id'))) : $this->escapeHtml($this->getObjectData($profile, 'reference_id')));?> +
  • __('Payment profile # %s: "%s".', $profileIdHtml, $this->escapeHtml($this->getObjectData($profile, 'schedule_description')))?>
  • + +
+ +
+ +
\ No newline at end of file diff --git a/template/cms/content_heading.phtml b/template/cms/content_heading.phtml new file mode 100644 index 0000000..8a17aa2 --- /dev/null +++ b/template/cms/content_heading.phtml @@ -0,0 +1,5 @@ +getContentHeading()): ?> +
+

+
+ \ No newline at end of file diff --git a/template/cms/links.phtml b/template/cms/links.phtml new file mode 100644 index 0000000..3edfc4d --- /dev/null +++ b/template/cms/links.phtml @@ -0,0 +1,8 @@ +
+
+

__('Customer Services'); ?>

+
+
+ getChildHtml(); ?> +
+
\ No newline at end of file diff --git a/template/contacts/form.phtml b/template/contacts/form.phtml new file mode 100644 index 0000000..6fb65b6 --- /dev/null +++ b/template/contacts/form.phtml @@ -0,0 +1,51 @@ +
getMessagesBlock()->toHtml() ?>
+
+
+
+
+

__('Contact Information') ?>

+
+
+
    +
  • +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
  • +
  • + +
    + +
    +
  • +
  • + +
    + +
    +
  • +
+
+
+ +
+
+ diff --git a/template/contacts/wrapper.phtml b/template/contacts/wrapper.phtml new file mode 100644 index 0000000..69c2baf --- /dev/null +++ b/template/contacts/wrapper.phtml @@ -0,0 +1,18 @@ +
+
+

__('Contact Us'); ?>

+

__('Need help, support or advice?'); ?>

+
+ getChildHtml('contact_page_top'); ?> +
+
+
+ getChildHtml('contactForm'); ?> +
+
+ getChildHtml('contact_page_mid'); ?> +
+
+
+ getChildHtml('contact_page_bottom'); ?> +
\ No newline at end of file diff --git a/template/customer/account/dashboard.phtml b/template/customer/account/dashboard.phtml new file mode 100644 index 0000000..a8335af --- /dev/null +++ b/template/customer/account/dashboard.phtml @@ -0,0 +1,50 @@ +
+ + getMessagesBlock()->toHtml() ?> + +
+
+
+
+

__('My Dashboard') ?>

+

Welcome

+
+
+
+ getChildHtml('hello') ?> +
+ getChildHtml('top') ?> +
+
+ + getChildHtml('customer.account.dashboard.extra') ?> + +
+
+ + + + getChildHtml('info1') ?> + getChildHtml('info2') ?> +
diff --git a/template/customer/account/dashboard/address.phtml b/template/customer/account/dashboard/address.phtml new file mode 100644 index 0000000..2ee5138 --- /dev/null +++ b/template/customer/account/dashboard/address.phtml @@ -0,0 +1,25 @@ +
+
+

__('Address Book') ?>

+ __('Manage Addresses') ?> +
+
+
+
+

__('Default Billing Address') ?>

+
+ getPrimaryBillingAddressHtml() ?> +
+ + __('Edit Address') ?> +
+
+

__('Default Shipping Address') ?>

+
+ getPrimaryShippingAddressHtml() ?> +
+ __('Edit Address') ?> +
+
+
+
diff --git a/template/customer/account/dashboard/info.phtml b/template/customer/account/dashboard/info.phtml new file mode 100644 index 0000000..3e22fd2 --- /dev/null +++ b/template/customer/account/dashboard/info.phtml @@ -0,0 +1,38 @@ +
+
+
+
+

__('Contact Information') ?>

+ __('Edit') ?> +
+
+

+ escapeHtml($this->getCustomer()->getName()) ?>
+ escapeHtml($this->getCustomer()->getEmail()) ?>
+ __('Change Password') ?> +

+
+
+
+ isNewsletterEnabled() ): ?> +
+
+
+

__('Newsletters') ?>

+ __('Edit') ?> +
+
+

+ getIsSubscribed() ): ?> + __("You are currently subscribed to 'General Subscription'.") ?> + + __('You are currently not subscribed to any newsletter.') ?> + +

+
+
+ + getChildHtml('customer.account.dashboard.info.extra')?> +
+ +
diff --git a/template/customer/account/navigation.phtml b/template/customer/account/navigation.phtml new file mode 100644 index 0000000..242c4ab --- /dev/null +++ b/template/customer/account/navigation.phtml @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/template/customer/address/book.phtml b/template/customer/address/book.phtml new file mode 100644 index 0000000..5373b48 --- /dev/null +++ b/template/customer/address/book.phtml @@ -0,0 +1,99 @@ + +getMessagesBlock()->toHtml() ?> + +
+
+

__('Address Book') ?>

+

__('All your Saved Addresses') ?>

+
+
+ +
+
+ +
+
+
+
+

__('Default Addresses') ?>

+
+
+
    + getCustomer()->getDefaultBilling()): ?> +
  1. +

    __('Default Billing Address') ?>

    +
    + getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?> +
    +

    __('Change Billing Address') ?>

    +
  2. + +
  3. +

    __('Default Billing Address') ?>

    + __('You have no default billing address in your address book.') ?> +
  4. + + + getCustomer()->getDefaultShipping()): ?> +
  5. +

    __('Default Shipping Address') ?>

    +
    + getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?> +
    +

    __('Change Shipping Address') ?>

    +
  6. + +
  7. +

    __('Default Shipping Address') ?>

    +

    __('You have no default shipping address in your address book.') ?>

    +
  8. + +
+
+
+
+
+
+
+

__('Additional Address Entries') ?>

+
+
+
    + getAdditionalAddresses()): ?> + +
  1. +
    + getAddressHtml($_address) ?> +
    +

    __('Edit Address') ?> | __('Delete Address') ?>

    +
  2. + + +
  3. +

    __('You have no additional address entries in your address book.') ?>

    +
  4. + +
+
+
+ +
+
+ + diff --git a/template/customer/address/edit.phtml b/template/customer/address/edit.phtml new file mode 100644 index 0000000..6988e66 --- /dev/null +++ b/template/customer/address/edit.phtml @@ -0,0 +1,159 @@ + +getTitle()): ?> +
+

getTitle() ?>

+
+ +getMessagesBlock()->toHtml() ?> +
+
+
+ getBlockHtml('formkey')?> + + +
+

__('Contact Information') ?>

+
+
+
    +
  • + getNameBlockHtml() ?> +
  • +
  • + +
    + +
    +
  • +
  • +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
  • +
+
+
+
+
+

__('Address') ?>

+
+
+
    + helper('customer/address')->getAttributeValidationClass('street'); ?> +
  • + +
    + +
    +
  • + + helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?> +
  • + +
    + +
    +
  • + + helper('customer/address')->isVatAttributeVisible()) : ?> +
  • + +
    + +
    +
  • + +
  • +
    + +
    + +
    +
    +
    + +
    + + + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
    + +
    + getCountryHtmlSelect() ?> +
    +
    +
  • + canSetAsDefaultBilling()) echo ' class="control field-group field-group--inline""' ?>> + isDefaultBilling()): ?> + __('Default Billing Address') ?> + canSetAsDefaultBilling()): ?> +
    + +
    +
    + +
    + + + + + canSetAsDefaultShipping()) echo ' class="control field-group field-group--inline""' ?>> + isDefaultShipping()): ?> + __('Default Shipping Address') ?> + canSetAsDefaultShipping()): ?> +
    + +
    +
    + +
    + + + + +
+
+
+ +
+
+ diff --git a/template/customer/form/edit.phtml b/template/customer/form/edit.phtml new file mode 100644 index 0000000..32fda51 --- /dev/null +++ b/template/customer/form/edit.phtml @@ -0,0 +1,108 @@ +
+

__('Edit Account Information') ?>

+
+getMessagesBlock()->toHtml() ?> +
+
+
+ getBlockHtml('formkey')?> +
+

__('Account Information') ?>

+
+
+
    +
  • + getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?> +
  • +
  • + +
    + +
    +
  • + getLayout()->createBlock('customer/widget_dob') ?> + isEnabled()): ?> +
  • setDate($this->getCustomer()->getDob())->toHtml() ?>
  • + + getLayout()->createBlock('customer/widget_taxvat') ?> + isEnabled()): ?> +
  • setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?>
  • + + getLayout()->createBlock('customer/widget_gender') ?> + isEnabled()): ?> +
  • setGender($this->getCustomer()->getGender())->toHtml() ?>
  • + +
  • +
    + getCustomer()->getChangePassword()==1): ?> checked="checked" class="checkbox" /> +
    +
    + +
    +
  • +
+
+
+ + +
+ +
+ diff --git a/template/customer/form/forgotpassword.phtml b/template/customer/form/forgotpassword.phtml new file mode 100644 index 0000000..0e0a375 --- /dev/null +++ b/template/customer/form/forgotpassword.phtml @@ -0,0 +1,32 @@ +
+

__('Forgot Your Password?') ?>

+
+getMessagesBlock()->toHtml() ?> +
+
+
+

__('Retrieve your password here') ?>

+
+
+

__('Please enter your email address below. You will receive a link to reset your password.') ?>

+
    +
  • + +
    + +
    +
  • + getChildHtml('form.additional.info'); ?> +
+
+ + +
+ diff --git a/template/customer/form/newsletter.phtml b/template/customer/form/newsletter.phtml new file mode 100644 index 0000000..037ec3e --- /dev/null +++ b/template/customer/form/newsletter.phtml @@ -0,0 +1,40 @@ +
+

__('Newsletter Subscription') ?>

+
+getMessagesBlock()->toHtml() ?> +getChildHtml('form_before')?> +
+
+
+ getBlockHtml('formkey')?> +
+

__('Email Newsletters') ?>

+
+
+
    +
  • +
    + getIsSubscribed()): ?> checked="checked" class="checkbox" /> +
    +
    + +
    +
  • + + + getChildHtml('customer.form.newsletter.extra')?> +
+
+
+ +
+
+ +getChildHtml('customer.form.newsletter.extra2')?> + diff --git a/template/customer/widget/name.phtml b/template/customer/widget/name.phtml new file mode 100644 index 0000000..bcfec84 --- /dev/null +++ b/template/customer/widget/name.phtml @@ -0,0 +1,82 @@ +getLayout()->createBlock('customer/widget_name') + ->setObject($this->getAddress()) + ->toHtml() ?> + +For checkout/onepage/shipping.phtml: + +getLayout()->createBlock('customer/widget_name') + ->setObject($this->getAddress()) + ->setFieldIdFormat('shipping:%s') + ->setFieldNameFormat('shipping[%s]') + ->setFieldParams('onchange="shipping.setSameAsBilling(false);"') + ->toHtml() ?> +*/ +/* @var $this Mage_Customer_Block_Widget_Name */ +?> +
+showPrefix()): ?> +
+ +
+ getPrefixOptions() === false): ?> + getFieldParams() ?> /> + + + +
+
+ +
+ +
+ getFieldParams() ?> /> +
+
+showMiddlename()): ?> +isMiddlenameRequired(); ?> +
+ +
+ getFieldParams() ?> /> +
+
+ +
+ +
+ getFieldParams() ?> /> +
+
+showSuffix()): ?> +
+ +
+ getSuffixOptions() === false): ?> + getFieldParams() ?> /> + + + +
+
+ +
diff --git a/template/page/.DS_Store b/template/page/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/template/page/.DS_Store differ diff --git a/template/page/1column.phtml b/template/page/1column.phtml new file mode 100644 index 0000000..e5c028c --- /dev/null +++ b/template/page/1column.phtml @@ -0,0 +1,30 @@ + + + +getChildHtml('head') ?> + +getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>> +getChildHtml('after_body_start') ?> +getChildHtml('global_notices') ?> +getChildHtml('header') ?> +getChildHtml('before_main') ?> +
+
+ getChildHtml('breadcrumbs') ?> + getChildHtml('before_content') ?> +
+
+ getChildHtml('global_messages') ?> + getChildHtml('content') ?> +
+
+ getChildHtml('after_content') ?> +
+
+getChildHtml('after_main') ?> +getChildHtml('footer') ?> +getChildHtml('global_cookie_notice') ?> +getChildHtml('before_body_end') ?> +getAbsoluteFooter() ?> + + \ No newline at end of file diff --git a/template/page/2columns-left.phtml b/template/page/2columns-left.phtml new file mode 100644 index 0000000..4d648a4 --- /dev/null +++ b/template/page/2columns-left.phtml @@ -0,0 +1,33 @@ + + + +getChildHtml('head') ?> + +getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>> +getChildHtml('after_body_start') ?> +getChildHtml('global_notices') ?> +getChildHtml('header') ?> +getChildHtml('before_main') ?> +
+
+ getChildHtml('breadcrumbs') ?> + getChildHtml('before_content') ?> +
+
+ getChildHtml('global_messages') ?> + getChildHtml('content') ?> +
+ +
+ getChildHtml('after_content') ?> +
+
+getChildHtml('after_main') ?> +getChildHtml('footer') ?> +getChildHtml('global_cookie_notice') ?> +getChildHtml('before_body_end') ?> +getAbsoluteFooter() ?> + + \ No newline at end of file diff --git a/template/page/2columns-right.phtml b/template/page/2columns-right.phtml new file mode 100644 index 0000000..ab757c6 --- /dev/null +++ b/template/page/2columns-right.phtml @@ -0,0 +1,33 @@ + + + +getChildHtml('head') ?> + +getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>> +getChildHtml('after_body_start') ?> +getChildHtml('global_notices') ?> +getChildHtml('header') ?> +getChildHtml('before_main') ?> +
+
+ getChildHtml('breadcrumbs') ?> + getChildHtml('before_content') ?> +
+
+ getChildHtml('global_messages') ?> + getChildHtml('content') ?> +
+ +
+ getChildHtml('after_content') ?> +
+
+getChildHtml('after_main') ?> +getChildHtml('footer') ?> +getChildHtml('global_cookie_notice') ?> +getChildHtml('before_body_end') ?> +getAbsoluteFooter() ?> + + \ No newline at end of file diff --git a/template/page/3columns.phtml b/template/page/3columns.phtml new file mode 100644 index 0000000..69be380 --- /dev/null +++ b/template/page/3columns.phtml @@ -0,0 +1,36 @@ + + + +getChildHtml('head') ?> + +getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>> +getChildHtml('after_body_start') ?> +getChildHtml('global_notices') ?> +getChildHtml('header') ?> +getChildHtml('before_main') ?> +
+
+ getChildHtml('breadcrumbs') ?> + getChildHtml('before_content') ?> +
+
+ getChildHtml('global_messages') ?> + getChildHtml('content') ?> +
+ + +
+ getChildHtml('after_content') ?> +
+
+getChildHtml('after_main') ?> +getChildHtml('footer') ?> +getChildHtml('global_cookie_notice') ?> +getChildHtml('before_body_end') ?> +getAbsoluteFooter() ?> + + \ No newline at end of file diff --git a/template/page/html/.DS_Store b/template/page/html/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/template/page/html/.DS_Store differ diff --git a/template/page/html/breadcrumbs.phtml b/template/page/html/breadcrumbs.phtml new file mode 100644 index 0000000..a57ecab --- /dev/null +++ b/template/page/html/breadcrumbs.phtml @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/template/page/html/footer.phtml b/template/page/html/footer.phtml new file mode 100644 index 0000000..d19efca --- /dev/null +++ b/template/page/html/footer.phtml @@ -0,0 +1,12 @@ +
+
+ + +
+
\ No newline at end of file diff --git a/template/page/html/header.phtml b/template/page/html/header.phtml new file mode 100644 index 0000000..6951bbf --- /dev/null +++ b/template/page/html/header.phtml @@ -0,0 +1,53 @@ +getChildHtml('welcome') ?> +getAdditionalHtml() ?> +getChildHtml('store_language') ?> +*/ +?> + \ No newline at end of file diff --git a/template/page/html/pager.phtml b/template/page/html/pager.phtml new file mode 100644 index 0000000..82f8c10 --- /dev/null +++ b/template/page/html/pager.phtml @@ -0,0 +1,97 @@ + +getCollection()->getSize()): ?> + + getUseContainer()): ?> +
+ + + getShowAmounts()): ?> +
+ getLastPageNum()>1): ?> + __('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?> + + __('%s Item(s)', $this->getTotalNum()) ?> + +
+ + + getShowPerPage()): ?> +
+ + + __('per page') ?> +
+ + + getLastPageNum()>1): ?> + + + + + getUseContainer()): ?> +
+ + + diff --git a/template/page/html/topmenu.phtml b/template/page/html/topmenu.phtml new file mode 100644 index 0000000..8cfc7b2 --- /dev/null +++ b/template/page/html/topmenu.phtml @@ -0,0 +1,15 @@ + +getHtml('level-top') ?> + +
+ +
+ \ No newline at end of file diff --git a/template/page/template/links.phtml b/template/page/template/links.phtml new file mode 100644 index 0000000..7046ec0 --- /dev/null +++ b/template/page/template/links.phtml @@ -0,0 +1,17 @@ + +getLinks(); ?> +0): ?> + + diff --git a/template/paypal/express/review.phtml b/template/paypal/express/review.phtml new file mode 100644 index 0000000..9e302f9 --- /dev/null +++ b/template/paypal/express/review.phtml @@ -0,0 +1,197 @@ + +
+

__('Review Order') ?>

+
+getMessagesBlock()->toHtml() ?> + +
+

__('Please select a shipping method before proceeding') ?>

+
+ +getShippingAddress()): ?> +
+
+

__('Shipping Information') ?>

+
+
+
+
+
+
+
__('Shipping Address') ?>getCanEditShippingAddress()):?> | __('Edit') ?>
+
+
+
renderAddress($this->getShippingAddress())?>
+
+
+
+
+
+
+
__('Shipping Method') ?>
+
+
+
+ getCanEditShippingMethod() || !$this->getCurrentShippingRate()):?> + getShippingRateGroups()):?> + getCurrentShippingRate(); ?> +
+ +
+

+ +

+ +

__('Sorry, no quotes are available for this order at this time.') ?>

+ + +

renderShippingRateOption($this->getCurrentShippingRate())?>

+ +
+
+
+
+
+
+
+ + +
+
+

__('Billing Information') ?>

+
+
+
+
+
+
+
__('Payment Method') ?>
+ getEditUrl()):?>__('Edit Payment Information') ?> +
+
+ escapeHtml($this->getPaymentMethodTitle()) ?> +
+
+
+
+
+
+ +
+
+

+ __('Items in Your Shopping Cart') ?> +

+ __('Edit Shopping Cart') ?> +
+
+ getChildHtml('details') ?> +
+
+
+

__('Please select a shipping method before proceeding') ?>

+
+
+ getChildHtml('agreements'); ?> +
+ + + +
+
+ diff --git a/template/paypal/express/shortcut.phtml b/template/paypal/express/shortcut.phtml new file mode 100644 index 0000000..34befc5 --- /dev/null +++ b/template/paypal/express/shortcut.phtml @@ -0,0 +1,58 @@ + + +
+ +
+ + + +isOrPositionAfter()): ?> +
+ +
+ +getConfirmationUrl() || $this->getIsInCatalogProduct()): ?> +getIsInCatalogProduct()): ?> + + + + diff --git a/template/persistent/checkout/onepage/billing.phtml b/template/persistent/checkout/onepage/billing.phtml new file mode 100644 index 0000000..44507b7 --- /dev/null +++ b/template/persistent/checkout/onepage/billing.phtml @@ -0,0 +1,225 @@ + +
+
+
+
    + customerHasAddresses()): ?> +
  • + +
    + getAddressesHtmlSelect('billing') ?> +
    +
  • + +
  • customerHasAddresses()): ?> style="display:none;"> +
    + +
      +
    • getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress()->getFirstname() ? $this->getAddress() : $this->getQuote()->getCustomer())->setForceUseCustomerRequiredAttributes(!$this->isCustomerLoggedIn())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?>
    • +
    • +
      + +
      + +
      +
      + isCustomerLoggedIn()): ?> +
      + +
      + +
      +
      + +
    • + helper('customer/address')->getAttributeValidationClass('street'); ?> +
    • + +
      + +
      +
    • + + helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?> +
    • + +
      + +
      +
    • + + helper('customer/address')->isVatAttributeVisible()) : ?> +
    • + +
      + +
      +
    • + +
    • +
      + +
      + +
      +
      +
      + +
      + + + +
      +
      +
    • +
    • +
      + +
      + +
      +
      +
      + +
      + getCountryHtmlSelect('billing') ?> +
      +
      +
    • +
    • +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
    • + isCustomerLoggedIn()): ?> + + getLayout()->createBlock('customer/widget_dob') ?> + getLayout()->createBlock('customer/widget_gender') ?> + isEnabled() || $_gender->isEnabled()): ?> +
    • + isEnabled()): ?> +
      + setDate($this->getQuote()->getCustomerDob())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?> +
      + + isEnabled()): ?> +
      + setGender($this->getQuote()->getCustomerGender())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?> +
      + +
    • + + + isTaxvatEnabled()):?> +
    • getTaxvatHtml() ?>
    • + + +
    • +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
    • + getChildHtml('persistent.remember.me'); ?> + + isCustomerLoggedIn() && $this->customerHasAddresses()):?> +
    • + getAddress()->getSaveInAddressBook()):?> checked="checked" class="checkbox" /> +
    • + +
    • + + getChildHtml('form.additional.info'); ?> +
    + getChildHtml('persistent.remember.me.tooltip'); ?> +
    +
  • + canShip()): ?> +
  • +
    + isUseBillingAddressForShipping()) {?> checked="checked" title="quoteEscape($this->__('Ship to this address')) ?>" onclick="$('shipping:same_as_billing').checked = true;" class="radio" /> +
    +
    + +
    +
  • + +
  • +
    + isUseBillingAddressForShipping()) {?> checked="checked" title="quoteEscape($this->__('Ship to different address')) ?>" onclick="$('shipping:same_as_billing').checked = false;" class="radio" /> +
    +
    + +
    +
  • + +
+ canShip()): ?> + + + +
+ + + +
+ diff --git a/template/persistent/checkout/onepage/login.phtml b/template/persistent/checkout/onepage/login.phtml new file mode 100644 index 0000000..d1a17db --- /dev/null +++ b/template/persistent/checkout/onepage/login.phtml @@ -0,0 +1,152 @@ + + + +getRequest()->getParam('register'); + if ($registerParam || $registerParam === ''): +?> + + diff --git a/template/persistent/customer/form/login.phtml b/template/persistent/customer/form/login.phtml new file mode 100644 index 0000000..f21b30b --- /dev/null +++ b/template/persistent/customer/form/login.phtml @@ -0,0 +1,81 @@ + + diff --git a/template/persistent/customer/form/register.phtml b/template/persistent/customer/form/register.phtml new file mode 100644 index 0000000..edf3fa6 --- /dev/null +++ b/template/persistent/customer/form/register.phtml @@ -0,0 +1,182 @@ + + diff --git a/template/sales/order/history.phtml b/template/sales/order/history.phtml new file mode 100644 index 0000000..bc68b00 --- /dev/null +++ b/template/sales/order/history.phtml @@ -0,0 +1,59 @@ +getMessagesBlock()->toHtml() ?> +getOrders(); ?> +
+

__('My Orders') ?>

+
+ +
+getPagerHtml(); ?> +
+ +
+ +getSize()): ?> +
+ + + + + + + + + + + + + + + + + + + + + + + + +
__('Order #') ?>__('Date') ?>__('Ship To') ?>__('Order Total') ?>__('Order Status') ?> 
getRealOrderId() ?>formatDate($_order->getCreatedAtStoreDate()) ?>getShippingAddress() ? $this->escapeHtml($_order->getShippingAddress()->getName()) : ' ' ?>formatPrice($_order->getGrandTotal()) ?>getStatusLabel() ?> + __('View Order') ?> + |__('Track Order') ?> */ ?> + helper('sales/reorder')->canReorder($_order)) : ?> + __('Reorder') ?> + + +
+
+ + + +
+

__('You have placed no orders.'); ?>

+
+ +
+ +
+getPagerHtml(); ?> +
\ No newline at end of file diff --git a/template/sales/order/info.phtml b/template/sales/order/info.phtml new file mode 100644 index 0000000..abae6e6 --- /dev/null +++ b/template/sales/order/info.phtml @@ -0,0 +1,89 @@ + +getOrder() ?> +getMessagesBlock()->toHtml() ?> +
+
+

__('Order #%s', $_order->getRealOrderId()) ?>

+
__('Order Status: %s', $_order->getStatusLabel()); ?>
+
+
+ +
+
+ +getStatusHistoryRssUrl($_order) ?> +
+
+
__('Order Information') ?>
+ getChildHtml('buttons') ?> +
+
+

__('Order Number: %s', $_order->getRealOrderId()); ?>

+

__('Order Status: %s', $_order->getStatusLabel()); ?>

+

__('Order Date: %s', $this->formatDate($_order->getCreatedAtStoreDate(), 'long')) ?>

+ + getLinks(); ?> + + + +
+
+ +getIsVirtual()): ?> +
+
+
+
+

__('Shipping Address') ?>

+
+
+
getShippingAddress()->format('html') ?>
+
+
+
+
+
+
+

__('Billing Address') ?>

+
+
+
getBillingAddress()->format('html') ?>
+
+
+
+
+ +
+
+
+
+

__('Shipping Method') ?>

+
+
+ getShippingDescription()): ?> + escapeHtml($_order->getShippingDescription()) ?> + +

helper('sales')->__('No shipping information available'); ?>

+ +
+
+
+
+
+
+

__('Payment Method') ?>

+
+
+ getPaymentInfoHtml() ?> +
+
+
+
diff --git a/template/sales/order/info/buttons.phtml b/template/sales/order/info/buttons.phtml new file mode 100644 index 0000000..9bed085 --- /dev/null +++ b/template/sales/order/info/buttons.phtml @@ -0,0 +1,9 @@ +getOrder() ?> +helper('rss/order')->isStatusNotificationAllow()): ?> + __('Subscribe to Order Status') ?> + +helper('sales/reorder')->canReorder($_order)) : ?> + __('Reorder') ?> + +__('Print Order') ?> +getChildHtml(); ?> diff --git a/template/sales/order/items.phtml b/template/sales/order/items.phtml new file mode 100644 index 0000000..ee932ff --- /dev/null +++ b/template/sales/order/items.phtml @@ -0,0 +1,38 @@ +getOrder() ?> + + + + + + + + + + + + getChildHtml('order_totals') ?> + + getItemsCollection(); ?> + + count(); ?> + + getParentItem()) continue; ?> + + getItemHtml($_item) ?> + helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?> + + helper('giftmessage/message')->getGiftMessageForEntity($_item); ?> + + + + + +
__('Product Name') ?>__('SKU') ?>__('Price') ?>__('Qty') ?>__('Subtotal') ?>
+ diff --git a/template/sales/order/items/renderer/default.phtml b/template/sales/order/items/renderer/default.phtml new file mode 100644 index 0000000..335b65d --- /dev/null +++ b/template/sales/order/items/renderer/default.phtml @@ -0,0 +1,297 @@ +getItem() ?> + +

escapeHtml($_item->getName()) ?>

+ getItemOptions()): ?> +
+ +
escapeHtml($_option['label']) ?>
+ getPrintStatus()): ?> + getFormatedOptionValue($_option) ?> + class="truncated"> + + +
+
+
escapeHtml($_option['label']) ?>
+
+
+
+ + + +
+ escapeHtml( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) )) ?> +
+ + +
+ + getProductAdditionalInformationBlock(); ?> + + setItem($_item)->toHtml(); ?> + + escapeHtml($_item->getDescription()) ?> + helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?> + __('Gift Message') ?> + + + escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> + + helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?> + + helper('tax')->displaySalesBothPrices()): ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + __('Excl. Tax'); ?>: + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?> + + getOrder()->formatPrice($this->getItem()->getPrice()) ?> + + + + + + getApplied($this->getItem())): ?> + + + + typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + __('Total'); ?>:
getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
+
+ + +
+
+ + helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?> + + helper('tax')->displaySalesBothPrices()): ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + __('Incl. Tax'); ?>: + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + helper('checkout')->getPriceInclTax($this->getItem()); ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> + + getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?> + + + + + + getApplied($this->getItem())): ?> + + + + typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + __('Total incl. tax'); ?>:
getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
+
+ + +
+ + + + + getItem()->getQtyOrdered() > 0): ?> + __('Ordered'); ?>: getItem()->getQtyOrdered()*1 ?>
+ + getItem()->getQtyShipped() > 0): ?> + __('Shipped'); ?>: getItem()->getQtyShipped()*1 ?>
+ + getItem()->getQtyCanceled() > 0): ?> + __('Canceled'); ?>: getItem()->getQtyCanceled()*1 ?>
+ + getItem()->getQtyRefunded() > 0): ?> + __('Refunded'); ?>: getItem()->getQtyRefunded()*1 ?>
+ +
+ + + helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?> + + helper('tax')->displaySalesBothPrices()): ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + __('Excl. Tax'); ?>: + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + + + typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?> + + getOrder()->formatPrice($this->getItem()->getRowTotal()) ?> + + + + + + getApplied($this->getItem())): ?> + + + + typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + __('Total'); ?>:
getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
+
+ + +
+
+ + helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?> + + helper('tax')->displaySalesBothPrices()): ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + __('Incl. Tax'); ?>: + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + helper('checkout')->getSubtotalInclTax($this->getItem()); ?> + typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + + + + typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> + + getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?> + + + + + + getApplied($this->getItem())): ?> + + + + typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?> + + __('Total incl. tax'); ?>:
getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
+
+ + + + + +
+ + + + diff --git a/template/sales/order/view.phtml b/template/sales/order/view.phtml new file mode 100644 index 0000000..98dab91 --- /dev/null +++ b/template/sales/order/view.phtml @@ -0,0 +1,69 @@ +
+ helper('giftmessage/message')->getIsMessagesAvailable('items', $this->getOrder())): ?> + + + getOrder() ?> +
+

__('Items Ordered') ?> + getTracksCollection()->count()) : ?> + __('Track your order') ?> + +

+
+
+ getChildHtml('order_items') ?> + + helper('giftmessage/message')->getIsMessagesAvailable('order', $_order) && $_order->getGiftMessageId()): ?> +
+

__('Gift Message for This Order') ?>

+ helper('giftmessage/message')->getGiftMessageForEntity($_order); ?> +
+
__('From:') ?> escapeHtml($_giftMessage->getSender()) ?>
+
__('To:') ?> escapeHtml($_giftMessage->getRecipient()) ?>
+
helper('giftmessage/message')->getEscapedGiftMessage($_order) ?>
+
+
+ + getOrder()->getVisibleStatusHistory() ?> + +
+

__('About Your Order') ?>

+
+ +
formatDate($_historyItem->getCreatedAtStoreDate(), 'medium', true) ?>
+
escapeHtml($_historyItem->getComment()) ?>
+ +
+
+ +
+ +
diff --git a/template/wishlist/button/share.phtml b/template/wishlist/button/share.phtml new file mode 100644 index 0000000..69abe47 --- /dev/null +++ b/template/wishlist/button/share.phtml @@ -0,0 +1,3 @@ +getWishlist()->getItemsCount()): ?> + + \ No newline at end of file diff --git a/template/wishlist/button/tocart.phtml b/template/wishlist/button/tocart.phtml new file mode 100644 index 0000000..e3c5db4 --- /dev/null +++ b/template/wishlist/button/tocart.phtml @@ -0,0 +1,3 @@ +getWishlist()->getItemsCount() && $this->getWishlist()->isSalable()): ?> + + diff --git a/template/wishlist/button/update.phtml b/template/wishlist/button/update.phtml new file mode 100644 index 0000000..a69d1f2 --- /dev/null +++ b/template/wishlist/button/update.phtml @@ -0,0 +1,3 @@ +getWishlist()->getItemsCount()): ?> + + \ No newline at end of file diff --git a/template/wishlist/item/column/cart.phtml b/template/wishlist/item/column/cart.phtml new file mode 100644 index 0000000..a7a6a49 --- /dev/null +++ b/template/wishlist/item/column/cart.phtml @@ -0,0 +1,50 @@ +getItem(); +$product = $item->getProduct(); +$options = $this->getChild('customer.wishlist.item.options') + ->setItem($item) + ->getConfiguredOptions(); +?> +
+ getPriceHtml($product, empty($options));?> + +
+ isSaleable()): ?> + + canHaveQty() && $item->getProduct()->isVisibleInSiteVisibility()): ?> + + + + + getAddToCartQty($item) * 1 ?>  + + + isSaleable()): ?> + + + getIsSalable()): ?> +

__('In stock') ?>

+ +

__('Out of stock') ?>

+ + + +
+ + + +
\ No newline at end of file diff --git a/template/wishlist/item/column/image.phtml b/template/wishlist/item/column/image.phtml new file mode 100644 index 0000000..cd5f318 --- /dev/null +++ b/template/wishlist/item/column/image.phtml @@ -0,0 +1,10 @@ +getItem(); +$product = $item->getProduct(); +?> + \ No newline at end of file diff --git a/template/wishlist/item/column/info.phtml b/template/wishlist/item/column/info.phtml new file mode 100644 index 0000000..7dec2bc --- /dev/null +++ b/template/wishlist/item/column/info.phtml @@ -0,0 +1,18 @@ +getItem(); +$product = $item->getProduct(); +?> +

+ escapeHtml($product->getName()) ?> +

+getPriceHtml($product);?> + + +getSortedChildren()): ?> +
+ getSortedChildren() as $childName):?> + getChildHtml($childName, false);?> + +
+ \ No newline at end of file diff --git a/template/wishlist/item/column/remove.phtml b/template/wishlist/item/column/remove.phtml new file mode 100644 index 0000000..579340c --- /dev/null +++ b/template/wishlist/item/column/remove.phtml @@ -0,0 +1,3 @@ + + __('Remove');?> + \ No newline at end of file diff --git a/template/wishlist/item/list.phtml b/template/wishlist/item/list.phtml new file mode 100644 index 0000000..f9840de --- /dev/null +++ b/template/wishlist/item/list.phtml @@ -0,0 +1,37 @@ +getColumns(); +?> + + + + + + + + + + getItems())): ?> + getItems() as $item): ?> + + + + + + + + + + +
getTitle();?>
setItem($item); echo $column->toHtml($item);?>
__('This Wishlist has no Items');?>
+ + getAdditionalHtml();?> + + diff --git a/template/wishlist/link.phtml b/template/wishlist/link.phtml new file mode 100644 index 0000000..cacebc0 --- /dev/null +++ b/template/wishlist/link.phtml @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/template/wishlist/sharing.phtml b/template/wishlist/sharing.phtml new file mode 100644 index 0000000..629ca34 --- /dev/null +++ b/template/wishlist/sharing.phtml @@ -0,0 +1,68 @@ +
+

__('Share Your Wishlist') ?>

+
+getMessagesBlock()->toHtml() ?> +
+
+
+ getBlockHtml('formkey')?> +
+

__('Sharing Information') ?>

+
+
+
    +
  • + +
    + +
    +
  • +
  • + +
    + +
    +
  • + helper('wishlist')->isRssAllow()): ?> +
  • +
    + +
    + +
  • + +
+
+
+ +
+
+ diff --git a/template/wishlist/view.phtml b/template/wishlist/view.phtml new file mode 100644 index 0000000..c21f18b --- /dev/null +++ b/template/wishlist/view.phtml @@ -0,0 +1,71 @@ + +helper('wishlist')->isAllow()) : ?> +
+
+ helper('wishlist')->isRssAllow() && $this->hasWishlistItems()): ?> + __('RSS Feed') ?> + +

getTitle(); ?>

+
+ getMessagesBlock()->toHtml() ?> + +
+ getChildHtml('top'); ?> +
+ hasWishlistItems()): ?> + getBlockHtml('formkey');?> + getChild('items')->setItems($this->getWishlistItems()); ?> + getChildHtml('items');?> + + +
+
+

__('You have no items in your wishlist.') ?>

+
+
+ +
+
+ getChild('control_buttons')->toHtml();?> +
+
+
+
+ +
+ getBlockHtml('formkey') ?> +
+ + +
+
+ + +
+ getChildHtml('bottom'); ?> +