Version Notes
Wireframe Based on Foundation Zurb 5.5.1
and Magento 1.9.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Foungento |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.0.1 to 0.1.1
- app/design/frontend/foungento/default/layout/local.xml +8 -0
- app/design/frontend/foungento/default/template/catalog/category/view.phtml +5 -1
- app/design/frontend/foungento/default/template/catalog/layer/state.phtml +4 -25
- app/design/frontend/foungento/default/template/catalog/product/list.phtml +5 -0
- app/design/frontend/foungento/default/template/catalog/product/list/toolbar.phtml +5 -0
- app/design/frontend/foungento/default/template/catalog/product/list/upsell.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/new.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/view.phtml +5 -0
- app/design/frontend/foungento/default/template/catalog/product/view/addto.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/view/addtocart.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/view/attributes.phtml +4 -24
- app/design/frontend/foungento/default/template/catalog/product/view/media.phtml +5 -0
- app/design/frontend/foungento/default/template/catalog/product/view/options/wrapper.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/view/options/wrapper/bottom.phtml +12 -0
- app/design/frontend/foungento/default/template/catalog/product/view/type/default.phtml +13 -1
- app/design/frontend/foungento/default/template/catalog/product/view/type/grouped.phtml +5 -0
- app/design/frontend/foungento/default/template/catalogsearch/form.mini.phtml +6 -0
- app/design/frontend/foungento/default/template/catalogsearch/result.phtml +7 -22
- app/design/frontend/foungento/default/template/checkout/cart.phtml +7 -3
- app/design/frontend/foungento/default/template/checkout/onepage.phtml +11 -0
- app/design/frontend/foungento/default/template/checkout/onepage/billing.phtml +7 -22
- app/design/frontend/foungento/default/template/checkout/onepage/link.phtml +7 -22
- app/design/frontend/foungento/default/template/checkout/onepage/payment.phtml +7 -22
- app/design/frontend/foungento/default/template/checkout/onepage/payment/methods.phtml +4 -26
- app/design/frontend/foungento/default/template/checkout/onepage/review/info.phtml +12 -0
- app/design/frontend/foungento/default/template/checkout/onepage/review/totals.phtml +3 -22
- app/design/frontend/foungento/default/template/checkout/onepage/shipping_method.phtml +7 -22
- app/design/frontend/foungento/default/template/checkout/success.phtml +11 -0
- app/design/frontend/foungento/default/template/customer/account/dashboard.phtml +11 -0
- app/design/frontend/foungento/default/template/customer/account/dashboard/address.phtml +10 -0
- app/design/frontend/foungento/default/template/customer/account/dashboard/info.phtml +11 -0
- app/design/frontend/foungento/default/template/customer/form/forgotpassword.phtml +11 -0
- app/design/frontend/foungento/default/template/newsletter/subscribe.phtml +7 -22
- app/design/frontend/foungento/default/template/page/1column.phtml +2 -0
- app/design/frontend/foungento/default/template/page/2columns-left.phtml +2 -0
- app/design/frontend/foungento/default/template/page/2columns-right.phtml +2 -0
- app/design/frontend/foungento/default/template/page/3columns.phtml +2 -0
- app/design/frontend/foungento/default/template/page/html/breadcrumbs.phtml +11 -0
- app/design/frontend/foungento/default/template/page/html/footer.phtml +11 -0
- app/design/frontend/foungento/default/template/page/html/header.phtml +11 -0
- app/design/frontend/foungento/default/template/page/html/notices.phtml +8 -2
- app/design/frontend/foungento/default/template/page/html/pager.phtml +4 -26
- app/design/frontend/foungento/default/template/page/html/topmenu.phtml +4 -34
- app/design/frontend/foungento/default/template/page/switch/languages.phtml +5 -1
- app/design/frontend/foungento/default/template/page/template/links.phtml +6 -0
- app/design/frontend/foungento/default/template/persistent/checkout/onepage/billing.phtml +7 -23
- app/design/frontend/foungento/default/template/persistent/checkout/onepage/login.phtml +5 -28
- app/design/frontend/foungento/default/template/persistent/customer/form/login.phtml +6 -3
- app/design/frontend/foungento/default/template/persistent/customer/form/register.phtml +7 -4
- app/design/frontend/foungento/default/template/persistent/remember_me.phtml +4 -26
- app/design/frontend/foungento/default/template/reports/product_viewed.phtml +7 -23
- app/design/frontend/foungento/default/template/sales/order/recent.phtml +11 -0
- app/design/frontend/foungento/default/template/sales/reorder/sidebar.phtml +4 -26
- app/design/frontend/foungento/default/template/tag/list.phtml +11 -0
- package.xml +4 -4
app/design/frontend/foungento/default/layout/local.xml
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<layout version="0.1.0">
|
3 |
<default>
|
4 |
<remove name="left.permanent.callout"/>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Foungento responsive layout
|
5 |
+
*
|
6 |
+
* @author Armin Almuete
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
-->
|
10 |
<layout version="0.1.0">
|
11 |
<default>
|
12 |
<remove name="left.permanent.callout"/>
|
app/design/frontend/foungento/default/template/catalog/category/view.phtml
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Category view template
|
4 |
-
*
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Category_View
|
6 |
*/
|
7 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* Category view template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
* @see Mage_Catalog_Block_Category_View
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/catalog/layer/state.phtml
CHANGED
@@ -1,32 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
* Category layered navigation state
|
30 |
*
|
31 |
* @see Mage_Catalog_Block_Layer_State
|
32 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Category layered navigation state
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
|
|
9 |
*
|
10 |
* @see Mage_Catalog_Block_Layer_State
|
11 |
*/
|
app/design/frontend/foungento/default/template/catalog/product/list.phtml
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
/**
|
3 |
* Product list template
|
4 |
*
|
|
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Product_List
|
6 |
*/
|
7 |
?>
|
2 |
/**
|
3 |
* Product list template
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
* @see Mage_Catalog_Block_Product_List
|
11 |
*/
|
12 |
?>
|
app/design/frontend/foungento/default/template/catalog/product/list/toolbar.phtml
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
/**
|
3 |
* Product list toolbar
|
4 |
*
|
|
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Product_List_Toolbar
|
6 |
*/
|
7 |
?>
|
2 |
/**
|
3 |
* Product list toolbar
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
* @see Mage_Catalog_Block_Product_List_Toolbar
|
11 |
*/
|
12 |
?>
|
app/design/frontend/foungento/default/template/catalog/product/list/upsell.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php if(count($this->getItemCollection()->getItems())): ?>
|
2 |
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
3 |
<ul class="products-grid small-block-grid-2 medium-block-grid-2 large-block-grid-4" id="upsell-product-table">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product list upsell
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_List_Upsell
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<?php if(count($this->getItemCollection()->getItems())): ?>
|
14 |
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
15 |
<ul class="products-grid small-block-grid-2 medium-block-grid-2 large-block-grid-4" id="upsell-product-table">
|
app/design/frontend/foungento/default/template/catalog/product/new.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
2 |
<div class="row">
|
3 |
<div class="large-12 columns">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product list template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_New
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
14 |
<div class="row">
|
15 |
<div class="large-12 columns">
|
app/design/frontend/foungento/default/template/catalog/product/view.phtml
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
/**
|
3 |
* Product view template
|
4 |
*
|
|
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Product_View
|
6 |
* @see Mage_Review_Block_Product_View
|
7 |
*/
|
2 |
/**
|
3 |
* Product view template
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
* @see Mage_Catalog_Block_Product_View
|
11 |
* @see Mage_Review_Block_Product_View
|
12 |
*/
|
app/design/frontend/foungento/default/template/catalog/product/view/addto.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php $_product = $this->getProduct(); ?>
|
2 |
<?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
|
3 |
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product view addto
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_View
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<?php $_product = $this->getProduct(); ?>
|
14 |
<?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
|
15 |
|
app/design/frontend/foungento/default/template/catalog/product/view/addtocart.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php $_product = $this->getProduct(); ?>
|
2 |
<?php $buttonTitle = $this->__('Add to Cart'); ?>
|
3 |
<?php if($_product->isSaleable()): ?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product view addtocart
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_View
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<?php $_product = $this->getProduct(); ?>
|
14 |
<?php $buttonTitle = $this->__('Add to Cart'); ?>
|
15 |
<?php if($_product->isSaleable()): ?>
|
app/design/frontend/foungento/default/template/catalog/product/view/attributes.phtml
CHANGED
@@ -1,32 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
-
* @
|
22 |
-
*
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
/**
|
28 |
-
* Product additional attributes template
|
29 |
-
*
|
30 |
* @see Mage_Catalog_Block_Product_View_Attributes
|
31 |
*/
|
32 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product additional attributes template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
|
|
|
|
7 |
*/
|
8 |
+
|
9 |
/**
|
|
|
|
|
10 |
* @see Mage_Catalog_Block_Product_View_Attributes
|
11 |
*/
|
12 |
?>
|
app/design/frontend/foungento/default/template/catalog/product/view/media.phtml
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
/**
|
3 |
* Product media data template
|
4 |
*
|
|
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Product_View_Media
|
6 |
*/
|
7 |
?>
|
2 |
/**
|
3 |
* Product media data template
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
* @see Mage_Catalog_Block_Product_View_Media
|
11 |
*/
|
12 |
?>
|
app/design/frontend/foungento/default/template/catalog/product/view/options/wrapper.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div id="product-options-wrapper" class="product-options">
|
2 |
<?php echo $this->getChildHtml('', true, true);?>
|
3 |
<?php if ($this->hasRequiredOptions()):?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product view
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_View
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<div id="product-options-wrapper" class="product-options">
|
14 |
<?php echo $this->getChildHtml('', true, true);?>
|
15 |
<?php if ($this->hasRequiredOptions()):?>
|
app/design/frontend/foungento/default/template/catalog/product/view/options/wrapper/bottom.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="product-options-bottom">
|
2 |
<?php echo $this->getChildHtml('', true, true);?>
|
3 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product view
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @see Mage_Catalog_Block_Product_View
|
11 |
+
*/
|
12 |
+
?>
|
13 |
<div class="product-options-bottom">
|
14 |
<?php echo $this->getChildHtml('', true, true);?>
|
15 |
</div>
|
app/design/frontend/foungento/default/template/catalog/product/view/type/default.phtml
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<?php $_product = $this->getProduct() ?>
|
3 |
<div class="row">
|
4 |
<div class="large-6 columns"><?php echo $this->getPriceHtml($_product) ?></div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Product view abstract
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/*
|
10 |
+
* @var $this Mage_Catalog_Block_Product_View_Abstract
|
11 |
+
*
|
12 |
+
* */
|
13 |
+
?>
|
14 |
<?php $_product = $this->getProduct() ?>
|
15 |
<div class="row">
|
16 |
<div class="large-6 columns"><?php echo $this->getPriceHtml($_product) ?></div>
|
app/design/frontend/foungento/default/template/catalog/product/view/type/grouped.phtml
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
/**
|
3 |
* Grouped product data template
|
4 |
*
|
|
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Catalog_Block_Product_View_Media
|
6 |
* @see Mage_Catalog_Block_Product_View_Type_Grouped
|
7 |
*/
|
2 |
/**
|
3 |
* Grouped product data template
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
* @see Mage_Catalog_Block_Product_View_Media
|
11 |
* @see Mage_Catalog_Block_Product_View_Type_Grouped
|
12 |
*/
|
app/design/frontend/foungento/default/template/catalogsearch/form.mini.phtml
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/* @var $this Mage_Core_Block_Template */
|
3 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
4 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Category view template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
/* @var $this Mage_Core_Block_Template */
|
9 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
10 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
app/design/frontend/foungento/default/template/catalogsearch/result.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<?php if($this->getResultCount()): ?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Category view template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Catalogsearch_Block_Result
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<?php if($this->getResultCount()): ?>
|
app/design/frontend/foungento/default/template/checkout/cart.phtml
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
* @
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
?>
|
8 |
<div class="cart ">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Checkout cart
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Progress
|
10 |
*/
|
11 |
?>
|
12 |
<div class="cart ">
|
app/design/frontend/foungento/default/template/checkout/onepage.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="row">
|
2 |
<div class="large-12 columns">
|
3 |
<div class="page-title">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Checkout onepage
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="row">
|
13 |
<div class="large-12 columns">
|
14 |
<div class="page-title">
|
app/design/frontend/foungento/default/template/checkout/onepage/billing.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<form id="co-billing-form" action="">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout billing
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Billing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<form id="co-billing-form" action="">
|
app/design/frontend/foungento/default/template/checkout/onepage/link.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<?php if ($this->isPossibleOnepageCheckout()):?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout link
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Link
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<?php if ($this->isPossibleOnepageCheckout()):?>
|
app/design/frontend/foungento/default/template/checkout/onepage/payment.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<script type="text/javascript">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout payment
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Progress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<script type="text/javascript">
|
app/design/frontend/foungento/default/template/checkout/onepage/payment/methods.phtml
CHANGED
@@ -1,33 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
* One page checkout payment methods
|
30 |
-
*
|
31 |
* @var $this Mage_Checkout_Block_Onepage_Payment_Methods
|
32 |
*/
|
33 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout payment methods
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
|
|
|
|
9 |
* @var $this Mage_Checkout_Block_Onepage_Payment_Methods
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/checkout/onepage/review/info.phtml
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php echo $this->getChildHtml('items_before'); ?>
|
2 |
<div id="checkout-review-table-wrapper">
|
3 |
<table class="data-table responsive" id="checkout-review-table">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* One page checkout review info
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Payment_Methods
|
10 |
+
*/
|
11 |
+
?>
|
12 |
+
|
13 |
<?php echo $this->getChildHtml('items_before'); ?>
|
14 |
<div id="checkout-review-table-wrapper">
|
15 |
<table class="data-table responsive" id="checkout-review-table">
|
app/design/frontend/foungento/default/template/checkout/onepage/review/totals.phtml
CHANGED
@@ -1,27 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout onepage review totals
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
|
8 |
/**
|
app/design/frontend/foungento/default/template/checkout/onepage/shipping_method.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<form id="co-shipping-method-form" action="">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* One page checkout shipping method
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Cart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<form id="co-shipping-method-form" action="">
|
app/design/frontend/foungento/default/template/checkout/success.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="row">
|
2 |
<div class="large-12 columns">
|
3 |
<div class="page-title">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Checkout onepage success
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Checkout_Block_Onepage_Success
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="row">
|
13 |
<div class="large-12 columns">
|
14 |
<div class="page-title">
|
app/design/frontend/foungento/default/template/customer/account/dashboard.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="dashboard">
|
2 |
<div class="page-title">
|
3 |
<h1><?php echo $this->__('My Dashboard') ?></h1>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Customer account dashboard
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Customer_Block_Account_Dashboard
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="dashboard">
|
13 |
<div class="page-title">
|
14 |
<h1><?php echo $this->__('My Dashboard') ?></h1>
|
app/design/frontend/foungento/default/template/customer/account/dashboard/address.phtml
CHANGED
@@ -1,4 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
<div class="col2-set">
|
3 |
<div class="box">
|
4 |
<div class="box-title">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Customer account dashboard address
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
|
8 |
+
/**
|
9 |
+
* @var Mage_Customer_Block_Account_Dashboard_Address
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="col2-set">
|
13 |
<div class="box">
|
14 |
<div class="box-title">
|
app/design/frontend/foungento/default/template/customer/account/dashboard/info.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="col2-set row">
|
2 |
<div class="col-1 ">
|
3 |
<div class="box small-12 medium-6 large-6 columns">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Customer account dashboard info
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Customer_Block_Account_Dashboard_Info
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="col2-set row">
|
13 |
<div class="col-1 ">
|
14 |
<div class="box small-12 medium-6 large-6 columns">
|
app/design/frontend/foungento/default/template/customer/form/forgotpassword.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="row">
|
2 |
<div class="page-title large-12 columns">
|
3 |
<h1><?php echo $this->__('Forgot Your Password?') ?></h1>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Customer form forgotpassword
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Customer_Block_Account_Forgotpassword
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="row">
|
13 |
<div class="page-title large-12 columns">
|
14 |
<h1><?php echo $this->__('Forgot Your Password?') ?></h1>
|
app/design/frontend/foungento/default/template/newsletter/subscribe.phtml
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
27 |
<div class="block block-subscribe">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Newsletter subscribe
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Newsletter_Block_Subscribe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
?>
|
12 |
<div class="block block-subscribe">
|
app/design/frontend/foungento/default/template/page/1column.phtml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
|
|
|
|
4 |
*/
|
5 |
?>
|
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
?>
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
app/design/frontend/foungento/default/template/page/2columns-left.phtml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
|
|
|
|
4 |
*/
|
5 |
?>
|
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
?>
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
app/design/frontend/foungento/default/template/page/2columns-right.phtml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
|
|
|
|
4 |
*/
|
5 |
?>
|
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
?>
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
app/design/frontend/foungento/default/template/page/3columns.phtml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
|
|
|
|
4 |
*/
|
5 |
?>
|
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1 |
<?php
|
2 |
/**
|
3 |
* Template for Mage_Page_Block_Html
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
?>
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
app/design/frontend/foungento/default/template/page/html/breadcrumbs.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php if($crumbs && is_array($crumbs)): ?>
|
2 |
<div class="row">
|
3 |
<div class="large-12 columns">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Page html breadcrumbs
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Page_Block_Html_Breadcrumbs $this
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<?php if($crumbs && is_array($crumbs)): ?>
|
13 |
<div class="row">
|
14 |
<div class="large-12 columns">
|
app/design/frontend/foungento/default/template/page/html/footer.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="footer-container">
|
2 |
<div class="row">
|
3 |
<div class="links small-12 medium-6 large-3 columns">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Page html footer
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Page_Block_Html_Footer $this
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="footer-container">
|
13 |
<div class="row">
|
14 |
<div class="links small-12 medium-6 large-3 columns">
|
app/design/frontend/foungento/default/template/page/html/header.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php if($this->getChildHtml('topLinks') || $this->getChildHtml('minicart_head')) : ?>
|
2 |
<div class="top-links-container">
|
3 |
<div class="row">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Page html header
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Page_Block_Html_Header $this
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<?php if($this->getChildHtml('topLinks') || $this->getChildHtml('minicart_head')) : ?>
|
13 |
<div class="top-links-container">
|
14 |
<div class="row">
|
app/design/frontend/foungento/default/template/page/html/notices.phtml
CHANGED
@@ -1,11 +1,17 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/**
|
3 |
* @var $this Mage_Page_Block_Html_Notices
|
4 |
*/
|
5 |
?>
|
6 |
|
7 |
-
<div class="contain-to-grid
|
8 |
-
<nav class="top-bar" data-topbar role="navigation" data-options="
|
9 |
<ul class="title-area left">
|
10 |
<!-- Title Area -->
|
11 |
<li class="name">
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Page html notices
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
/**
|
9 |
* @var $this Mage_Page_Block_Html_Notices
|
10 |
*/
|
11 |
?>
|
12 |
|
13 |
+
<div class="contain-to-grid foungento-header">
|
14 |
+
<nav class="top-bar" data-topbar role="navigation" data-options="">
|
15 |
<ul class="title-area left">
|
16 |
<!-- Title Area -->
|
17 |
<li class="name">
|
app/design/frontend/foungento/default/template/page/html/pager.phtml
CHANGED
@@ -1,33 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
* Pager template
|
30 |
-
*
|
31 |
* @see Mage_Page_Block_Html_Pager
|
32 |
*/
|
33 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Pager template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
|
|
|
|
9 |
* @see Mage_Page_Block_Html_Pager
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/page/html/topmenu.phtml
CHANGED
@@ -2,43 +2,13 @@
|
|
2 |
/**
|
3 |
* Top menu for store
|
4 |
*
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Page_Block_Html_Topmenu
|
6 |
*/
|
7 |
?>
|
8 |
-
<?php /* ?>
|
9 |
-
<div class="row">
|
10 |
-
<div class="large-12 columns">
|
11 |
-
<nav class="top-bar" data-topbar role="navigation">
|
12 |
-
<ul class="title-area">
|
13 |
-
<li class="name">
|
14 |
-
<h1><a href="#">My Site</a></h1>
|
15 |
-
</li>
|
16 |
-
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
|
17 |
-
<li class="toggle-topbar menu-icon">
|
18 |
-
<a href="#"><span></span></a>
|
19 |
-
</li>
|
20 |
-
</ul>
|
21 |
-
<section class="top-bar-section">
|
22 |
-
<!-- Right Nav Section -->
|
23 |
-
<ul class="left">
|
24 |
-
<li class="active"><a href="#">Right Button Active</a></li>
|
25 |
-
<li class="has-dropdown"> <a href="#">Right Button Dropdown</a>
|
26 |
-
<ul class="dropdown">
|
27 |
-
<li><a href="#">First link in dropdown</a></li>
|
28 |
-
<li class="active"><a href="#">Active link in dropdown</a></li>
|
29 |
-
</ul>
|
30 |
-
</li>
|
31 |
-
</ul>
|
32 |
-
<!-- Left Nav Section -->
|
33 |
-
<ul class="left">
|
34 |
-
<li><a href="#">Left Nav Button</a></li>
|
35 |
-
</ul>
|
36 |
-
</section>
|
37 |
-
</nav>
|
38 |
-
</div>
|
39 |
-
</div>
|
40 |
-
<?php */ ?>
|
41 |
-
|
42 |
<?php $_menu = $this->getHtml('level-top') ?>
|
43 |
<?php if($_menu): ?>
|
44 |
<div class="sticky-off">
|
2 |
/**
|
3 |
* Top menu for store
|
4 |
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
* @see Mage_Page_Block_Html_Topmenu
|
10 |
*/
|
11 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
<?php $_menu = $this->getHtml('level-top') ?>
|
13 |
<?php if($_menu): ?>
|
14 |
<div class="sticky-off">
|
app/design/frontend/foungento/default/template/page/switch/languages.phtml
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Language switcher template
|
4 |
-
*
|
|
|
|
|
|
|
|
|
5 |
* @see Mage_Page_Block_Switch
|
6 |
*/
|
7 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* Language switcher template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
* @see Mage_Page_Block_Switch
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/page/template/links.phtml
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/**
|
3 |
* @see Mage_Page_Block_Template_Links
|
4 |
*/
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Page template links
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
/**
|
9 |
* @see Mage_Page_Block_Template_Links
|
10 |
*/
|
app/design/frontend/foungento/default/template/persistent/checkout/onepage/billing.phtml
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
/** @var Mage_Checkout_Block_Onepage_Billing $this */
|
27 |
?>
|
28 |
<form id="co-billing-form" action="">
|
29 |
<fieldset>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Customer onepage checkout login form template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var Mage_Checkout_Block_Onepage_Billing $this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
|
|
11 |
?>
|
12 |
<form id="co-billing-form" action="">
|
13 |
<fieldset>
|
app/design/frontend/foungento/default/template/persistent/checkout/onepage/login.phtml
CHANGED
@@ -1,36 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
*
|
30 |
-
*
|
31 |
-
* @see app/design/frontend/base/default/template/checkout/onepage/login.phtml
|
32 |
*/
|
33 |
-
/** @var $this Mage_Checkout_Block_Onepage_Login */
|
34 |
?>
|
35 |
<div class="col2-set row">
|
36 |
<?php echo $this->getChildHtml('login_before')?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Customer onepage checkout login form template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
9 |
+
* @var $this Mage_Checkout_Block_Onepage_Login
|
|
|
|
|
10 |
*/
|
|
|
11 |
?>
|
12 |
<div class="col2-set row">
|
13 |
<?php echo $this->getChildHtml('login_before')?>
|
app/design/frontend/foungento/default/template/persistent/customer/form/login.phtml
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Customer login form template
|
4 |
-
*
|
5 |
-
* @
|
6 |
*/
|
7 |
-
|
|
|
|
|
|
|
8 |
?>
|
9 |
<div class="account-login row">
|
10 |
<div class="page-title large-12 columns">
|
1 |
<?php
|
2 |
/**
|
3 |
* Customer login form template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var $this Mage_Customer_Block_Form_Login
|
10 |
+
* */
|
11 |
?>
|
12 |
<div class="account-login row">
|
13 |
<div class="page-title large-12 columns">
|
app/design/frontend/foungento/default/template/persistent/customer/form/register.phtml
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
* @
|
6 |
*/
|
7 |
-
|
|
|
|
|
|
|
8 |
?>
|
9 |
<div class="account-create row">
|
10 |
<div class="customer-create-account small-centered small-10 medium-centered medium-6 large-centered large-6 columns">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Customer form register
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var $this Mage_Customer_Block_Form_Register
|
10 |
+
* */
|
11 |
?>
|
12 |
<div class="account-create row">
|
13 |
<div class="customer-create-account small-centered small-10 medium-centered medium-6 large-centered large-6 columns">
|
app/design/frontend/foungento/default/template/persistent/remember_me.phtml
CHANGED
@@ -1,33 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
* Customer "Remember Me" template
|
30 |
-
*
|
31 |
* @var $this Mage_Persistent_Block_Form_Remember
|
32 |
*/
|
33 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Customer "Remember Me" template
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
|
|
|
|
9 |
* @var $this Mage_Persistent_Block_Form_Remember
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/reports/product_viewed.phtml
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
*
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
?>
|
28 |
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
29 |
<div class="block block-list block-viewed">
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Reports product viewed
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @var $this Mage_Reports_Block_Product_Viewed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
|
|
11 |
?>
|
12 |
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
13 |
<div class="block block-list block-viewed">
|
app/design/frontend/foungento/default/template/sales/order/recent.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="box-account box-recent">
|
2 |
<?php $_orders = $this->getOrders(); ?>
|
3 |
<div class="box-head">
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Sale Order Recent
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Sale_Block_Order_Recent
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="box-account box-recent">
|
13 |
<?php $_orders = $this->getOrders(); ?>
|
14 |
<div class="box-head">
|
app/design/frontend/foungento/default/template/sales/reorder/sidebar.phtml
CHANGED
@@ -1,33 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
-
|
27 |
-
<?php
|
28 |
/**
|
29 |
-
* Last order sidebar
|
30 |
-
*
|
31 |
* @see Mage_Sale_Block_Reorder_Sidebar
|
32 |
*/
|
33 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Last order sidebar
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*/
|
7 |
+
|
|
|
8 |
/**
|
|
|
|
|
9 |
* @see Mage_Sale_Block_Reorder_Sidebar
|
10 |
*/
|
11 |
?>
|
app/design/frontend/foungento/default/template/tag/list.phtml
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div class="box-collateral box-tags large-6 columns">
|
2 |
<h2><?php echo $this->__('Product Tags') ?></h2>
|
3 |
<?php echo $this->getChildHtml('list_before')?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Tag list
|
4 |
+
*
|
5 |
+
* @author Armin Almuete
|
6 |
+
*/
|
7 |
+
|
8 |
+
/**
|
9 |
+
* @see Mage_Tag_Block_List
|
10 |
+
*/
|
11 |
+
?>
|
12 |
<div class="box-collateral box-tags large-6 columns">
|
13 |
<h2><?php echo $this->__('Product Tags') ?></h2>
|
14 |
<?php echo $this->getChildHtml('list_before')?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Foungento</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -13,9 +13,9 @@ wireframe in the world.</summary>
|
|
13 |
<notes>Wireframe Based on Foundation Zurb 5.5.1
|
14 |
and Magento 1.9.0.0</notes>
|
15 |
<authors><author><name>Armin Almuete</name><user>auto-converted</user><email>armin.almuete@gmail.com</email></author></authors>
|
16 |
-
<date>2015-05-
|
17 |
-
<time>
|
18 |
-
<contents><target name="mage"><dir name="skin"><dir name="frontend"><dir name="foungento"><dir name="default"><dir name="css"><file name="app.css" hash="0c067b55a42897445b4a844d6de2c7bb"/><file name="normalize.css" hash="7caceed677229c6cc84aa3f4754ff3a4"/><file name="print.css" hash="0931bba935b423c1e1866b4e586de88e"/><file name="reset.css" hash="b7a0ec5214baff7c15dadde36c6db6e3"/><file name="responsive-tables.css" hash="3639635d7f7f3c1038c75ab53abce169"/><file name="styles.css" hash="a9a21b531a4563639ed884403ebbe2f9"/></dir><dir name="images"><dir name="media"><file name="350x150.gif" hash="7455fe494e08a01b6896365ee36f1172"/><file name="fashion_style_logo.png" hash="339b43c035ba7fb320854bc3f62bdfa7"/><file name="logo.png" hash="dc349fcc2a18b0488e87bbd2e39b4f95"/><file name="logo_small.png" hash="42c0b23b4d2e3d59835688847546be29"/></dir><file name="100x50.gif" hash="56edee78ce0d890b3d3d350e91f4950b"/><file name="130x50.gif" hash="b574bea09bf40966fe6deb9e46fcfd33"/><file name="20x20.gif" hash="a55619401b36a9c248c3968d792ec243"/><file name="50x50.gif" hash="9aa6aa6eab88e87685c525fa8f70120f"/><file name="address_icon.png" hash="9e8bfc809010c5c53d8886978944959e"/><file name="addtocart_icon.png" hash="b5abf0a4f18ccc736ed9985e75c6b266"/><file name="basket_icon.png" hash="77eeb7ae404bea2aa7a906288b7f123e"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="email_icon.png" hash="d892ba9056bc621648b533566e36f007"/><file name="facebook.png" hash="eb66bc0edc1a0b18fc7ec6e7aeb6eb41"/><file name="footer_bg.png" hash="78e6a5e338b9ed6d2d16529455eb005f"/><file name="footer_bg_darker.png" hash="2e96d501dfa419eaaaa1c0a4562437d8"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="left_arrow.png" hash="9186620e83d3e1079db13fd5d9616a30"/><file name="logo_footer.png" hash="1f26e2c6fbc8b0e4458930ea5344e0a4"/><file name="master.png" hash="90bec11bbec32e2bb3a6f66e9a374155"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="paypal.png" hash="7e713397e9a8aaa44a199d4ea240a34e"/><file name="phone_icon.png" hash="94cd67bb2d24c5d35fa0dec566b3823c"/><file name="play_icon.png" hash="9b32a0a57f4932fdff268500e15208f7"/><file name="right_arrow.png" hash="1dcf9333ada080c5d7b99eeb8325500e"/><file name="slanted_horizontal_line.png" hash="7fb22dbc3b0564844faf3495d9b56796"/><file name="twitter.png" hash="0064ec83d4aab8e023687169161d2422"/><file name="visa.png" hash="f163f63e6dae7a71280100dec608e409"/></dir><dir name="js"><dir name="jquery_plugins"><file name="jquery.infinitescroll.js" hash="4d3925729221423e68b1e94645b83020"/><file name="manual-trigger.js" hash="18f5d124d0ba590fc41f769d2ac4298a"/></dir><file name="custom.js" hash="d1ec101dc559435b655c05b0aa650187"/><file name="foundation.interchange.js" hash="4ba8fc1eade807ef5b894104c51da7e7"/><file name="foundation.min.js" hash="020e106c6c9ea754af5e3a515fa68b4c"/><file name="jquery.1.8.3.min.js" hash="e1288116312e4728f98923c79b034b67"/><file name="minicart.js" hash="6c1e147f30a00e70da980014c4e17fe6"/><file name="modernizr.js" hash="af71e73c084534b45bdd06224977b260"/><file name="noConflict.js" hash="e2060c4e5e5955c824723b13a212d3ec"/><file name="responsive-tables.js" hash="7c74c2bccea288423951f15c0261720e"/></dir></dir></dir></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Foungento_All.xml" hash="88656fbec28138eb05346127edcfc927"/></dir></dir><dir name="code"><dir name="local"><dir name="Foungento"><dir name="Responsive"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Crosssell.php" hash="ef7b3d3afb565f8af7269a02eb32183c"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="0ef4aac0a6d7dedafe6877e8c7a09e9b"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="foungento"><dir name="default"><dir name="layout"><file name="local.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Foungento</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
13 |
<notes>Wireframe Based on Foundation Zurb 5.5.1
|
14 |
and Magento 1.9.0.0</notes>
|
15 |
<authors><author><name>Armin Almuete</name><user>auto-converted</user><email>armin.almuete@gmail.com</email></author></authors>
|
16 |
+
<date>2015-05-19</date>
|
17 |
+
<time>06:32:35</time>
|
18 |
+
<contents><target name="mage"><dir name="skin"><dir name="frontend"><dir name="foungento"><dir name="default"><dir name="css"><file name="app.css" hash="0c067b55a42897445b4a844d6de2c7bb"/><file name="normalize.css" hash="7caceed677229c6cc84aa3f4754ff3a4"/><file name="print.css" hash="0931bba935b423c1e1866b4e586de88e"/><file name="reset.css" hash="b7a0ec5214baff7c15dadde36c6db6e3"/><file name="responsive-tables.css" hash="3639635d7f7f3c1038c75ab53abce169"/><file name="styles.css" hash="a9a21b531a4563639ed884403ebbe2f9"/></dir><dir name="images"><dir name="media"><file name="350x150.gif" hash="7455fe494e08a01b6896365ee36f1172"/><file name="fashion_style_logo.png" hash="339b43c035ba7fb320854bc3f62bdfa7"/><file name="logo.png" hash="dc349fcc2a18b0488e87bbd2e39b4f95"/><file name="logo_small.png" hash="42c0b23b4d2e3d59835688847546be29"/></dir><file name="100x50.gif" hash="56edee78ce0d890b3d3d350e91f4950b"/><file name="130x50.gif" hash="b574bea09bf40966fe6deb9e46fcfd33"/><file name="20x20.gif" hash="a55619401b36a9c248c3968d792ec243"/><file name="50x50.gif" hash="9aa6aa6eab88e87685c525fa8f70120f"/><file name="address_icon.png" hash="9e8bfc809010c5c53d8886978944959e"/><file name="addtocart_icon.png" hash="b5abf0a4f18ccc736ed9985e75c6b266"/><file name="basket_icon.png" hash="77eeb7ae404bea2aa7a906288b7f123e"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="email_icon.png" hash="d892ba9056bc621648b533566e36f007"/><file name="facebook.png" hash="eb66bc0edc1a0b18fc7ec6e7aeb6eb41"/><file name="footer_bg.png" hash="78e6a5e338b9ed6d2d16529455eb005f"/><file name="footer_bg_darker.png" hash="2e96d501dfa419eaaaa1c0a4562437d8"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="left_arrow.png" hash="9186620e83d3e1079db13fd5d9616a30"/><file name="logo_footer.png" hash="1f26e2c6fbc8b0e4458930ea5344e0a4"/><file name="master.png" hash="90bec11bbec32e2bb3a6f66e9a374155"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="paypal.png" hash="7e713397e9a8aaa44a199d4ea240a34e"/><file name="phone_icon.png" hash="94cd67bb2d24c5d35fa0dec566b3823c"/><file name="play_icon.png" hash="9b32a0a57f4932fdff268500e15208f7"/><file name="right_arrow.png" hash="1dcf9333ada080c5d7b99eeb8325500e"/><file name="slanted_horizontal_line.png" hash="7fb22dbc3b0564844faf3495d9b56796"/><file name="twitter.png" hash="0064ec83d4aab8e023687169161d2422"/><file name="visa.png" hash="f163f63e6dae7a71280100dec608e409"/></dir><dir name="js"><dir name="jquery_plugins"><file name="jquery.infinitescroll.js" hash="4d3925729221423e68b1e94645b83020"/><file name="manual-trigger.js" hash="18f5d124d0ba590fc41f769d2ac4298a"/></dir><file name="custom.js" hash="d1ec101dc559435b655c05b0aa650187"/><file name="foundation.interchange.js" hash="4ba8fc1eade807ef5b894104c51da7e7"/><file name="foundation.min.js" hash="020e106c6c9ea754af5e3a515fa68b4c"/><file name="jquery.1.8.3.min.js" hash="e1288116312e4728f98923c79b034b67"/><file name="minicart.js" hash="6c1e147f30a00e70da980014c4e17fe6"/><file name="modernizr.js" hash="af71e73c084534b45bdd06224977b260"/><file name="noConflict.js" hash="e2060c4e5e5955c824723b13a212d3ec"/><file name="responsive-tables.js" hash="7c74c2bccea288423951f15c0261720e"/></dir></dir></dir></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Foungento_All.xml" hash="88656fbec28138eb05346127edcfc927"/></dir></dir><dir name="code"><dir name="local"><dir name="Foungento"><dir name="Responsive"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Crosssell.php" hash="ef7b3d3afb565f8af7269a02eb32183c"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="0ef4aac0a6d7dedafe6877e8c7a09e9b"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="foungento"><dir name="default"><dir name="layout"><file name="local.xml" hash="0ec98045e79cfe85a4a1f928e9b4192c"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="fe5e3e0a38a383a1a4ad48178e539086"/></dir><dir name="layer"><file name="state.phtml" hash="340cbc46fc2c816e6b13d27909768f7d"/></dir><dir name="product"><dir name="list"><file name="toolbar.phtml" hash="ff9768fc1c2bae041436092a82a7563c"/><file name="upsell.phtml" hash="d2a0bd07e1c50ea8a8a3d3e55cafd5ca"/></dir><dir name="view"><dir name="options"><dir name="wrapper"><file name="bottom.phtml" hash="366b6c46d369868ff2ec84bd77c43d9d"/></dir><file name="wrapper.phtml" hash="fc82d5e593df9d9531823b31d030f1e1"/></dir><dir name="type"><file name="default.phtml" hash="7473236372b4f47d01b501bffeb4cd36"/><file name="grouped.phtml" hash="8b57aacf424de2dc658c11f9608af140"/></dir><file name="addto.phtml" hash="54ee6286d64f0ccceb4df04d8391f9c1"/><file name="addtocart.phtml" hash="1706b111d7d86fb975354141ff86615e"/><file name="attributes.phtml" hash="6f9103685b472e22edd3896d37f47002"/><file name="media.phtml" hash="1e986f50ca2e6a591ad0a70884615477"/></dir><file name="list.phtml" hash="43441c2280642c2d22c726c018325c39"/><file name="new.phtml" hash="8c2685f46d625fb5ef1187829cdf551a"/><file name="view.phtml" hash="d7518305ab6e3b4c4ad58add75fe9fb0"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="ce9e9c71bc19df3e31da88db31eff1b8"/><file name="result.phtml" hash="dca4d6bc1bc3650ab8af0dad512c3486"/></dir><dir name="checkout"><dir name="cart"><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="edb1afe40a0f9af0c188c3adf858c948"/></dir><file name="default.phtml" hash="e2dda40494efb45cce9eda57025aab53"/></dir><dir name="minicart"><file name="default.phtml" hash="10df6249a229886b817def5d7e71600f"/><file name="items.phtml" hash="d96fb263ff30fb6ce5f67975efabf5b9"/></dir><dir name="sidebar"><file name="default.phtml" hash="889ba0c2abdbaa68a59d76e022a364c3"/></dir><file name="coupon.phtml" hash="7fa7a008c92955175dd849f6552abaa3"/><file name="crosssell.phtml" hash="fbbfe90145a42f6bcb82aeed37d14be6"/><file name="minicart.phtml" hash="3952e1e8b8d4f6cdc9156502b416d379"/><file name="noItems.phtml" hash="1375223cf92822e5504b24a5c949c6a2"/><file name="shipping.phtml" hash="ee579544f9ef1232882001c6fd3211a4"/><file name="sidebar.phtml" hash="1453d622f4f3a73a8d7099c7b0813aa2"/><file name="totals.phtml" hash="d40ec25c652ac9dc01ae0df8a2bb28ec"/></dir><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="0e2dd9c3c413f1311c477f95fbdced5b"/></dir><dir name="review"><file name="info.phtml" hash="c2d05fc3907a2e6c2536af0a3602d07d"/><file name="totals.phtml" hash="1f36acb2c20db1fb4a26ee66eabdd470"/></dir><file name="billing.phtml" hash="0c7ef168b3cf228eb2a89143faf0f285"/><file name="link.phtml" hash="6528cb7544166c4ac847599a6850dffa"/><file name="payment.phtml" hash="8d2422bba9d9f8b3081f99c3b52a2d4b"/><file name="shipping_method.phtml" hash="648e74691fa9a71c11425efdf39b6015"/></dir><file name="cart.phtml" hash="f41e625488f08e44d57ae804f40540af"/><file name="onepage.phtml" hash="069caf966e7afa75087a01943b535fb0"/><file name="success.phtml" hash="468cac1fde93a6a68a180184d095c602"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="5bd3fc2651dbf5d7a891472f24089bed"/><file name="info.phtml" hash="e260dc42afed6292d878fc03260c0b07"/></dir><file name="dashboard.phtml" hash="206f28df2947957568682b7c27a6b87f"/></dir><dir name="form"><file name="forgotpassword.phtml" hash="9bc77de524bd8857e71c39cf2f43a86e"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="8af39cd2398aa9a6de46e21cd6c56190"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="53142c9a045504129cf6d07f71cd3e95"/><file name="footer.phtml" hash="a1f6d8d8b50538ceeca08878baed31cc"/><file name="header.phtml" hash="cec26ae4fc58782e0cfe9be7837f8ef9"/><file name="notices.phtml" hash="7d373cd88c11f485ae1082452d16ac48"/><file name="pager.phtml" hash="6f8b53024f8e84d4d093de4385f0e3f7"/><file name="topmenu.phtml" hash="5403fa92e53dc817a20a23527c738b78"/></dir><dir name="switch"><file name="languages.phtml" hash="bcc538c99978fdf6fec8a254933d0899"/></dir><dir name="template"><file name="links.phtml" hash="884343521ebdc3bdce3b26e727af014a"/></dir><file name="1column.phtml" hash="14f8ff26fee95f52ad19411865d557d7"/><file name="2columns-left.phtml" hash="7cf22a399904149c12516f52816133ea"/><file name="2columns-right.phtml" hash="2d4c2be9143a267c2bd0bf2126f7f324"/><file name="3columns.phtml" hash="404e8a04d6ca7513fcc60f748003fb3e"/></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="196f451471ab9cacbec4a8606d0e06a0"/><file name="login.phtml" hash="9646573b60fc248f02eb0ae510c2af1f"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="5abce2dc42d6a62a8b23091f1d172b06"/><file name="register.phtml" hash="0b4d5e1b47cf51f1cd0fabdfd32f0ccd"/></dir></dir><file name="remember_me.phtml" hash="f74b274feb8b4b34ca90f0125cfe4499"/></dir><dir name="reports"><file name="product_viewed.phtml" hash="c7798baeca8bd2a9a9f1eb946ae9819b"/></dir><dir name="sales"><dir name="order"><file name="recent.phtml" hash="962ed0d28a6ea76b64dfb7423426515b"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="84ab220dd6da9cc3e388a4eb7cf0a1b2"/></dir></dir><dir name="tag"><file name="list.phtml" hash="495205168bf15cf4afd703c37d2b8a4c"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|