Version Notes
Tested With Magento 1.8, 1.8.1 and 1.9
Download this release
Release Info
Developer | Kartparadigm |
Extension | Kartparadigm_Theme |
Version | 1.0.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0 to 1.0.1.0
- app/code/community/Kartparadigm/Theme/etc/config.xml +5 -2
- app/code/community/Kartparadigm/Theme/etc/system.xml +5 -5
- app/code/community/Kartparadigm/Theme/sql/theme_setup/mysql4-install-0.1.0.php +2 -3
- app/code/community/Kartparadigm/Theme/sql/theme_setup/mysql4-install-0.1.0.php.bak +148 -0
- app/design/frontend/Kartparadigm/default/layout/checkout.xml +13 -6
- app/design/frontend/Kartparadigm/default/layout/local.xml +7 -5
- app/design/frontend/Kartparadigm/default/layout/local.xml~ +0 -26
- app/design/frontend/Kartparadigm/default/layout/page.xml +2 -2
- app/design/frontend/Kartparadigm/default/template/catalog/product/price.phtml +463 -0
- app/design/frontend/Kartparadigm/default/template/catalog/product/view.phtml +1 -1
- app/design/frontend/Kartparadigm/default/template/catalog/product/view.phtml.bak +427 -0
- app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart.phtml +50 -0
- app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart/default.phtml +189 -0
- app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart/items.phtml +109 -0
- app/design/frontend/Kartparadigm/default/template/checkout/cart/sidebar.phtml +1 -0
- app/design/frontend/Kartparadigm/default/template/checkout/cart/sidebar.phtml.bak +85 -0
- app/design/frontend/Kartparadigm/default/template/home/home-slider.phtml +22 -12
- app/design/frontend/Kartparadigm/default/template/home/home-slider.phtml.bak +266 -0
- app/design/frontend/Kartparadigm/default/template/page/html/header.phtml +4 -3
- package.xml +5 -5
- skin/frontend/Kartparadigm/default/css/kartparadigm_custom1.css +37 -8
- skin/frontend/Kartparadigm/default/images/fullimage1.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage11.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage2.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage22.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage3.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage33.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/fullimage4.jpg +0 -0
- skin/frontend/Kartparadigm/default/images/logo.gif +0 -0
- skin/frontend/Kartparadigm/default/images/logo.png +0 -0
- skin/frontend/Kartparadigm/default/images/media/logo.png +0 -0
app/code/community/Kartparadigm/Theme/etc/config.xml
CHANGED
@@ -69,9 +69,12 @@
|
|
69 |
<theme>
|
70 |
<theme_config>
|
71 |
<font>Arial</font>
|
72 |
-
<color>
|
73 |
</theme_config>
|
74 |
-
|
|
|
|
|
|
|
75 |
</theme>
|
76 |
</default>
|
77 |
|
69 |
<theme>
|
70 |
<theme_config>
|
71 |
<font>Arial</font>
|
72 |
+
<color>FE5252</color>
|
73 |
</theme_config>
|
74 |
+
<theme_config_header>
|
75 |
+
<toolbarcolor>F9F9F9</toolbarcolor>
|
76 |
+
<headerbgcolor>FFFFFE</headerbgcolor>
|
77 |
+
</theme_config_header>
|
78 |
</theme>
|
79 |
</default>
|
80 |
|
app/code/community/Kartparadigm/Theme/etc/system.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
<theme translate="label" module="theme">
|
11 |
-
<label>
|
12 |
<tab>theme</tab>
|
13 |
<sort_order>10</sort_order>
|
14 |
<show_in_default>1</show_in_default>
|
@@ -16,7 +16,7 @@
|
|
16 |
<show_in_store>1</show_in_store>
|
17 |
<groups>
|
18 |
<theme_config translate="label">
|
19 |
-
<label>
|
20 |
<frontend_type>text</frontend_type>
|
21 |
<sort_order>10</sort_order>
|
22 |
<show_in_default>1</show_in_default>
|
@@ -50,7 +50,7 @@
|
|
50 |
|
51 |
</theme_config>
|
52 |
<theme_config_header translate="label">
|
53 |
-
<label>
|
54 |
<frontend_type>text</frontend_type>
|
55 |
<sort_order>20</sort_order>
|
56 |
<show_in_default>1</show_in_default>
|
@@ -106,7 +106,7 @@
|
|
106 |
</fields>
|
107 |
</theme_config_header>
|
108 |
<theme_config_zoom translate="label">
|
109 |
-
<label>
|
110 |
<frontend_type>text</frontend_type>
|
111 |
<sort_order>50</sort_order>
|
112 |
<show_in_default>1</show_in_default>
|
@@ -295,7 +295,7 @@
|
|
295 |
</fields>
|
296 |
</theme_config_res>
|
297 |
<theme_config_footer translate="label">
|
298 |
-
<label>
|
299 |
<frontend_type>text</frontend_type>
|
300 |
<sort_order>30</sort_order>
|
301 |
<show_in_default>1</show_in_default>
|
8 |
</tabs>
|
9 |
<sections>
|
10 |
<theme translate="label" module="theme">
|
11 |
+
<label>Elegance Theme Settings</label>
|
12 |
<tab>theme</tab>
|
13 |
<sort_order>10</sort_order>
|
14 |
<show_in_default>1</show_in_default>
|
16 |
<show_in_store>1</show_in_store>
|
17 |
<groups>
|
18 |
<theme_config translate="label">
|
19 |
+
<label>Elegance Theme Settings</label>
|
20 |
<frontend_type>text</frontend_type>
|
21 |
<sort_order>10</sort_order>
|
22 |
<show_in_default>1</show_in_default>
|
50 |
|
51 |
</theme_config>
|
52 |
<theme_config_header translate="label">
|
53 |
+
<label>Elegance Theme Header Settings</label>
|
54 |
<frontend_type>text</frontend_type>
|
55 |
<sort_order>20</sort_order>
|
56 |
<show_in_default>1</show_in_default>
|
106 |
</fields>
|
107 |
</theme_config_header>
|
108 |
<theme_config_zoom translate="label">
|
109 |
+
<label>Elegance Theme Zoom Settings</label>
|
110 |
<frontend_type>text</frontend_type>
|
111 |
<sort_order>50</sort_order>
|
112 |
<show_in_default>1</show_in_default>
|
295 |
</fields>
|
296 |
</theme_config_res>
|
297 |
<theme_config_footer translate="label">
|
298 |
+
<label>Elegance Theme Footer Settings</label>
|
299 |
<frontend_type>text</frontend_type>
|
300 |
<sort_order>30</sort_order>
|
301 |
<show_in_default>1</show_in_default>
|
app/code/community/Kartparadigm/Theme/sql/theme_setup/mysql4-install-0.1.0.php
CHANGED
@@ -131,15 +131,14 @@ Mage::getModel('cms/block')->setData($staticBlock)->save();
|
|
131 |
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
|
132 |
$cmsPageData = array(
|
133 |
'title' => 'Kartparadigm Home Page',
|
134 |
-
'root_template' => '
|
135 |
'meta_keywords' => 'meta,keywords',
|
136 |
'meta_description' => 'meta description',
|
137 |
'identifier' => 'kartparadigm-home',
|
138 |
'is_active' => 1,
|
139 |
'sort_order' => 0,
|
140 |
'stores' => array(0),//available for all store views
|
141 |
-
'content' => '
|
142 |
-
{{block type="cms/block" block_id="kartparadigm_category_banners"}}
|
143 |
{{widget type="catalog/product_widget_new" display_type="all_products" products_count="10" template="catalog/product/widget/new/content/new_grid.phtml"}}'
|
144 |
);
|
145 |
|
131 |
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
|
132 |
$cmsPageData = array(
|
133 |
'title' => 'Kartparadigm Home Page',
|
134 |
+
'root_template' => 'two_columns_right',
|
135 |
'meta_keywords' => 'meta,keywords',
|
136 |
'meta_description' => 'meta description',
|
137 |
'identifier' => 'kartparadigm-home',
|
138 |
'is_active' => 1,
|
139 |
'sort_order' => 0,
|
140 |
'stores' => array(0),//available for all store views
|
141 |
+
'content' => '<h2>Featured Products</h2>{{block type="catalog/product_list" column_count="3" category_id="5" template="catalog/product/list.phtml"}}<br/><hr style="width="100%" />
|
|
|
142 |
{{widget type="catalog/product_widget_new" display_type="all_products" products_count="10" template="catalog/product/widget/new/content/new_grid.phtml"}}'
|
143 |
);
|
144 |
|
app/code/community/Kartparadigm/Theme/sql/theme_setup/mysql4-install-0.1.0.php.bak
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<?php
|
3 |
+
$this->startSetup();
|
4 |
+
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
|
5 |
+
|
6 |
+
|
7 |
+
$staticBlock = array(
|
8 |
+
'title' => 'Customer Service',
|
9 |
+
'identifier' => 'rt001-footer-box1',
|
10 |
+
'content' => '<ul>
|
11 |
+
<li><a href="{{store url="customer-service"}}">Customer Service</a></li>
|
12 |
+
<li><a href="{{store url="sales/guest/form"}}">Orders and Returns</a></li>
|
13 |
+
<li><a href="{{store url="customer-service"}}">Shipping and Delivery</a></li>
|
14 |
+
<li><a href="{{store url="catalog/seo_sitemap/category"}}">Sitemap</a></li>
|
15 |
+
</ul>',
|
16 |
+
'is_active' => 1,
|
17 |
+
'stores' => array(0)
|
18 |
+
);
|
19 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
20 |
+
|
21 |
+
$staticBlock = array(
|
22 |
+
'title' => 'About Us',
|
23 |
+
'identifier' => 'rt001-footer-box2',
|
24 |
+
'content' => '<ul>
|
25 |
+
<li><a href="{{store url="about-magento-demo-store"}}">About Us</a></li>
|
26 |
+
<li><a href="{{store url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
|
27 |
+
<li><a href="{{store url="contacts"}}">Contact Us</a></li>
|
28 |
+
<li><a href="{{store url="customer-service"}}">Shopping Infos</a></li>
|
29 |
+
</ul>',
|
30 |
+
'is_active' => 1,
|
31 |
+
'stores' => array(0)
|
32 |
+
);
|
33 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
34 |
+
|
35 |
+
$staticBlock = array(
|
36 |
+
'title' => 'New Products',
|
37 |
+
'identifier' => 'rt001-footer-box3',
|
38 |
+
'content' => '<ul>
|
39 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
40 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
41 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
42 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
43 |
+
</ul>',
|
44 |
+
'is_active' => 1,
|
45 |
+
'stores' => array(0)
|
46 |
+
);
|
47 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
48 |
+
|
49 |
+
$staticBlock = array(
|
50 |
+
'title' => 'Popular',
|
51 |
+
'identifier' => 'rt001-footer-box4',
|
52 |
+
'content' => '<ul>
|
53 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
54 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
55 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
56 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
57 |
+
</ul>',
|
58 |
+
'is_active' => 1,
|
59 |
+
'stores' => array(0)
|
60 |
+
);
|
61 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
62 |
+
|
63 |
+
$staticBlock = array(
|
64 |
+
'title' => 'Left Collout Banners',
|
65 |
+
'identifier' => 'left_collout_banner',
|
66 |
+
'content' => '
|
67 |
+
<ul>
|
68 |
+
<li><a href="{{store url="furniture.phtml"}}">
|
69 |
+
<img src="{{media url="wysiwyg/img/col_left_callout.jpg"}}" alt="Image1" /></a></li>
|
70 |
+
<li><img src="{{media url="wysiwyg/img/ph_callout_left_rebel.jpg"}}" alt="Image2" /></li>
|
71 |
+
<li><img src="{{media url="wysiwyg/img/col_left_callout.jpg"}}" alt="Image3" /></li>
|
72 |
+
</ul>',
|
73 |
+
'is_active' => 1,
|
74 |
+
'stores' => array(0)
|
75 |
+
);
|
76 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
77 |
+
|
78 |
+
$staticBlock = array(
|
79 |
+
'title' => 'Right Collout Banners',
|
80 |
+
'identifier' => 'right_collout_banner',
|
81 |
+
'content' => '
|
82 |
+
<ul>
|
83 |
+
<li><a href="{{store url="apparel.html"}}">
|
84 |
+
<img src="{{media url="wysiwyg/img/ph_callout_left_rebel.jpg"}}" alt="Image1" /></a></li>
|
85 |
+
<li><img src="{{media url="wysiwyg/img/col_left_callout.jpg"}}" alt="Image2" /></li>
|
86 |
+
<li><img src="{{media url="wysiwyg/img/ph_callout_left_rebel.jpg"}}" alt="Image3" /></li>
|
87 |
+
</ul>',
|
88 |
+
'is_active' => 1,
|
89 |
+
'stores' => array(0)
|
90 |
+
);
|
91 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
92 |
+
|
93 |
+
$staticBlock = array(
|
94 |
+
'title' => 'Category Banners',
|
95 |
+
'identifier' => 'kartparadigm_category_banners',
|
96 |
+
'content' => '
|
97 |
+
<table style="width: 100%; height: auto;" border="0" cellspacing="10">
|
98 |
+
<tbody>
|
99 |
+
<tr>
|
100 |
+
<td><a href="{{store url="electronics/cell-phones.html"}}">
|
101 |
+
<img style="padding: 10;" src="{{media url="wysiwyg/img/electronics_cellphones.jpg"}}" alt="Image1" width="90%" />
|
102 |
+
</a></td>
|
103 |
+
<td><a href="{{store url="electronics/cameras.html"}}">
|
104 |
+
<img style="padding: 10;" src="{{media url="wysiwyg/img/electronics_digitalcameras.jpg"}}" alt="Image2" width="90%" />
|
105 |
+
</a></td>
|
106 |
+
<td><a href="{{store url="electronics/computers.html"}}">
|
107 |
+
<img style="padding: 10;" src="{{media url="wysiwyg/img/electronics_laptops.jpg"}}" alt="Image3" width="90%" />
|
108 |
+
</a></td>
|
109 |
+
</tr>
|
110 |
+
</tbody>
|
111 |
+
</table>',
|
112 |
+
'is_active' => 1,
|
113 |
+
'stores' => array(0)
|
114 |
+
);
|
115 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
116 |
+
|
117 |
+
$staticBlock = array(
|
118 |
+
'title' => 'Custom Banners Slider',
|
119 |
+
'identifier' => 'custom_banners_slider',
|
120 |
+
'content' => '
|
121 |
+
<div id="custom_slider" class="owl-carousel owl-theme">
|
122 |
+
<div class="item"><a href="#"> <img src="{{media url="wysiwyg/img/col_left_callout.jpg"}}" alt="Image1" /></a></div>
|
123 |
+
<div class="item"><a href="#"> <img src="{{media url="wysiwyg/img/ph_callout_left_rebel.jpg"}}" alt="Image2" /></a></div>
|
124 |
+
<div class="item"><a href="#"> <img src="{{media url="wysiwyg/img/col_left_callout.jpg"}}" alt="Image3" /></a></div>
|
125 |
+
</div>',
|
126 |
+
'is_active' => 1,
|
127 |
+
'stores' => array(0)
|
128 |
+
);
|
129 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
130 |
+
|
131 |
+
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
|
132 |
+
$cmsPageData = array(
|
133 |
+
'title' => 'Kartparadigm Home Page',
|
134 |
+
'root_template' => 'two_columns_right',
|
135 |
+
'meta_keywords' => 'meta,keywords',
|
136 |
+
'meta_description' => 'meta description',
|
137 |
+
'identifier' => 'kartparadigm-home',
|
138 |
+
'is_active' => 1,
|
139 |
+
'sort_order' => 0,
|
140 |
+
'stores' => array(0),//available for all store views
|
141 |
+
'content' => '<h2>Featured Products</h2>{{block type="catalog/product_list" column_count="3" category_id="5" template="catalog/product/list.phtml"}}<br/>
|
142 |
+
{{widget type="catalog/product_widget_new" display_type="all_products" products_count="10" template="catalog/product/widget/new/content/new_grid.phtml"}}'
|
143 |
+
);
|
144 |
+
|
145 |
+
Mage::getModel('cms/page')->setData($cmsPageData)->save();
|
146 |
+
|
147 |
+
$this->endSetup();
|
148 |
+
?>
|
app/design/frontend/Kartparadigm/default/layout/checkout.xml
CHANGED
@@ -37,12 +37,19 @@ Default layout, loads most of the pages
|
|
37 |
|
38 |
<!--adding it to topcart-->
|
39 |
<reference name="topcart">
|
40 |
-
<block type="checkout/
|
41 |
-
<
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
</block>
|
47 |
</block>
|
48 |
</reference>
|
37 |
|
38 |
<!--adding it to topcart-->
|
39 |
<reference name="topcart">
|
40 |
+
<block type="checkout/cart_minicart" name="minicart_head" template="checkout/cart/minicart.phtml" before="-">
|
41 |
+
<block type="checkout/cart_sidebar" name="minicart_content" template="checkout/cart/minicart/items.phtml">
|
42 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/default.phtml</template></action>
|
43 |
+
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/default.phtml</template></action>
|
44 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/minicart/default.phtml</template></action>
|
45 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/minicart/default.phtml</template></action>
|
46 |
+
|
47 |
+
<block type="core/text_list" name="cart_sidebar.cart_promotion" as="cart_promotion" translate="label" module="checkout">
|
48 |
+
<label>Mini-cart promotion block</label>
|
49 |
+
</block>
|
50 |
+
<block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
|
51 |
+
<label>Shopping Cart Sidebar Extra Actions</label>
|
52 |
+
</block>
|
53 |
</block>
|
54 |
</block>
|
55 |
</reference>
|
app/design/frontend/Kartparadigm/default/layout/local.xml
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<block type="core/template" name="full-width-slider" template="kartparadigm-home/kartparadigm-home-page-slider.phtml" />
|
7 |
</reference>
|
8 |
<remove name="paypal.partner.right.logo" />
|
9 |
-
|
10 |
</default>
|
11 |
<reference name="right">
|
12 |
|
@@ -17,10 +17,12 @@
|
|
17 |
</reference>
|
18 |
<remove name='full-width-slider'/>
|
19 |
</cms_index_index>
|
20 |
-
|
|
|
|
|
21 |
<reference name="root">
|
22 |
-
|
23 |
-
|
|
|
24 |
</catalog_product_view>
|
25 |
-
|
26 |
</layout>
|
6 |
<block type="core/template" name="full-width-slider" template="kartparadigm-home/kartparadigm-home-page-slider.phtml" />
|
7 |
</reference>
|
8 |
<remove name="paypal.partner.right.logo" />
|
9 |
+
|
10 |
</default>
|
11 |
<reference name="right">
|
12 |
|
17 |
</reference>
|
18 |
<remove name='full-width-slider'/>
|
19 |
</cms_index_index>
|
20 |
+
<catalog_product_view translate="label">
|
21 |
+
<label>Catalog Product View (Any)</label>
|
22 |
+
<!-- Mage_Catalog -->
|
23 |
<reference name="root">
|
24 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template>
|
25 |
+
</action>
|
26 |
+
</reference>
|
27 |
</catalog_product_view>
|
|
|
28 |
</layout>
|
app/design/frontend/Kartparadigm/default/layout/local.xml~
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
<default>
|
4 |
-
<reference name="root">
|
5 |
-
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
6 |
-
<block type="core/template" name="full-width-slider" template="kartparadigm-home/kartparadigm-home-page-slider.phtml" />
|
7 |
-
</reference>
|
8 |
-
<remove name="paypal.partner.right.logo" />
|
9 |
-
<remove name='cart_sidebar'/>
|
10 |
-
</default>
|
11 |
-
<reference name="right">
|
12 |
-
|
13 |
-
</reference>
|
14 |
-
<cms_index_index translate="label">
|
15 |
-
<reference name="root">
|
16 |
-
<block type="core/template" name="full-width-slider_home" template="home/home-slider.phtml" />
|
17 |
-
</reference>
|
18 |
-
<remove name='full-width-slider'/>
|
19 |
-
</cms_index_index>
|
20 |
-
<catalog_product_view>
|
21 |
-
<reference name="root">
|
22 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
23 |
-
</reference>
|
24 |
-
</catalog_product_view>
|
25 |
-
|
26 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/Kartparadigm/default/layout/page.xml
CHANGED
@@ -79,7 +79,7 @@ Default layout, loads most of the pages
|
|
79 |
<block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
|
80 |
|
81 |
<block type="page/html_header" name="header" as="header">
|
82 |
-
<block type="core/text_list" name="topcart" as="topcart"/>
|
83 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
84 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
85 |
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
@@ -125,7 +125,7 @@ Default layout, loads most of the pages
|
|
125 |
</block>
|
126 |
</block>
|
127 |
|
128 |
-
|
129 |
</default>
|
130 |
|
131 |
<print translate="label" module="page">
|
79 |
<block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
|
80 |
|
81 |
<block type="page/html_header" name="header" as="header">
|
82 |
+
<block type="core/text_list" name="topcart" as="topcart" />
|
83 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
84 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
85 |
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
125 |
</block>
|
126 |
</block>
|
127 |
|
128 |
+
<block type="core/profiler" output="toHtml" name="core_profiler"/>
|
129 |
</default>
|
130 |
|
131 |
<print translate="label" module="page">
|
app/design/frontend/Kartparadigm/default/template/catalog/product/price.phtml
ADDED
@@ -0,0 +1,463 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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@magento.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.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package rwd_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
|
28 |
+
<?php
|
29 |
+
/**
|
30 |
+
* Template for displaying product price in different places (products grid, product view page etc)
|
31 |
+
*
|
32 |
+
* @see Mage_Catalog_Block_Product_Abstract
|
33 |
+
*/
|
34 |
+
?>
|
35 |
+
<?php
|
36 |
+
$_coreHelper = $this->helper('core');
|
37 |
+
$_weeeHelper = $this->helper('weee');
|
38 |
+
$_taxHelper = $this->helper('tax');
|
39 |
+
/* @var $_coreHelper Mage_Core_Helper_Data */
|
40 |
+
/* @var $_weeeHelper Mage_Weee_Helper_Data */
|
41 |
+
/* @var $_taxHelper Mage_Tax_Helper_Data */
|
42 |
+
|
43 |
+
$_product = $this->getProduct();
|
44 |
+
$_storeId = $_product->getStoreId();
|
45 |
+
$_store = $_product->getStore();
|
46 |
+
$_id = $_product->getId();
|
47 |
+
$_weeeSeparator = '';
|
48 |
+
$_simplePricesTax = ($_taxHelper->displayPriceIncludingTax() || $_taxHelper->displayBothPrices());
|
49 |
+
$_minimalPriceValue = $_product->getMinimalPrice();
|
50 |
+
$_minimalPriceValue = $_store->roundPrice($_store->convertPrice($_minimalPriceValue));
|
51 |
+
$_minimalPrice = $_taxHelper->getPrice($_product, $_minimalPriceValue, $_simplePricesTax);
|
52 |
+
$_convertedFinalPrice = $_store->roundPrice($_store->convertPrice($_product->getFinalPrice()));
|
53 |
+
$_specialPriceStoreLabel = $this->getProductAttribute('special_price')->getStoreLabel();
|
54 |
+
?>
|
55 |
+
|
56 |
+
<?php if (!$_product->isGrouped()): ?>
|
57 |
+
<?php $_weeeTaxAmount = $_weeeHelper->getAmountForDisplay($_product); ?>
|
58 |
+
<?php $_weeeTaxAttributes = $_weeeHelper->getProductWeeeAttributesForRenderer($_product, null, null, null, true); ?>
|
59 |
+
<?php $_weeeTaxAmountInclTaxes = $_weeeTaxAmount; ?>
|
60 |
+
<?php if ($_weeeHelper->isTaxable()): ?>
|
61 |
+
<?php $_weeeTaxAmountInclTaxes = $_weeeHelper->getAmountInclTaxes($_weeeTaxAttributes); ?>
|
62 |
+
<?php endif; ?>
|
63 |
+
<?php $_weeeTaxAmount = $_store->roundPrice($_store->convertPrice($_weeeTaxAmount)); ?>
|
64 |
+
<?php $_weeeTaxAmountInclTaxes = $_store->roundPrice($_store->convertPrice($_weeeTaxAmountInclTaxes)); ?>
|
65 |
+
|
66 |
+
<div class="price-box">
|
67 |
+
<?php $_convertedPrice = $_store->roundPrice($_store->convertPrice($_product->getPrice())); ?>
|
68 |
+
<?php $_price = $_taxHelper->getPrice($_product, $_convertedPrice); ?>
|
69 |
+
<?php $_regularPrice = $_taxHelper->getPrice($_product, $_convertedPrice, $_simplePricesTax); ?>
|
70 |
+
<?php $_finalPrice = $_taxHelper->getPrice($_product, $_convertedFinalPrice) ?>
|
71 |
+
<?php $_finalPriceInclTax = $_taxHelper->getPrice($_product, $_convertedFinalPrice, true) ?>
|
72 |
+
<?php $_weeeDisplayType = $_weeeHelper->getPriceDisplayType(); ?>
|
73 |
+
<?php if ($_finalPrice >= $_price): ?>
|
74 |
+
<?php if ($_taxHelper->displayBothPrices()): ?>
|
75 |
+
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
76 |
+
<span class="price-excluding-tax">
|
77 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
78 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
79 |
+
<?php echo $_coreHelper->formatPrice($_price + $_weeeTaxAmount, false) ?>
|
80 |
+
</span>
|
81 |
+
</span>
|
82 |
+
<span class="price-including-tax">
|
83 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
84 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
85 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
86 |
+
</span>
|
87 |
+
</span>
|
88 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
89 |
+
<span class="price-excluding-tax">
|
90 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
91 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
92 |
+
<?php echo $_coreHelper->formatPrice($_price + $_weeeTaxAmount, false) ?>
|
93 |
+
</span>
|
94 |
+
</span>
|
95 |
+
<span class="weee">(
|
96 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
97 |
+
<?php echo $_weeeSeparator; ?>
|
98 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
99 |
+
<?php $_weeeSeparator = ' + '; ?>
|
100 |
+
<?php endforeach; ?>
|
101 |
+
)</span>
|
102 |
+
<span class="price-including-tax">
|
103 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
104 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
105 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
106 |
+
</span>
|
107 |
+
</span>
|
108 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
109 |
+
<span class="price-excluding-tax">
|
110 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
111 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
112 |
+
<?php echo $_coreHelper->formatPrice($_price + $_weeeTaxAmount, false) ?>
|
113 |
+
</span>
|
114 |
+
</span>
|
115 |
+
<span class="price-including-tax">
|
116 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
117 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
118 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
119 |
+
</span>
|
120 |
+
<span class="weee">(
|
121 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
122 |
+
<?php echo $_weeeSeparator; ?>
|
123 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
|
124 |
+
<?php $_weeeSeparator = ' + '; ?>
|
125 |
+
<?php endforeach; ?>
|
126 |
+
)</span>
|
127 |
+
</span>
|
128 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
129 |
+
<span class="price-excluding-tax">
|
130 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
131 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
132 |
+
<?php echo $_coreHelper->formatPrice($_price, false) ?>
|
133 |
+
</span>
|
134 |
+
</span>
|
135 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
136 |
+
<span class="weee">
|
137 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
138 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
|
139 |
+
</span>
|
140 |
+
<?php endforeach; ?>
|
141 |
+
<span class="price-including-tax">
|
142 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
143 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
144 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
145 |
+
</span>
|
146 |
+
</span>
|
147 |
+
<?php else: ?>
|
148 |
+
<span class="price-excluding-tax">
|
149 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
150 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
151 |
+
<?php if ($_finalPrice == $_price): ?>
|
152 |
+
<?php echo $_coreHelper->formatPrice($_price, false) ?>
|
153 |
+
<?php else: ?>
|
154 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice, false) ?>
|
155 |
+
<?php endif; ?>
|
156 |
+
</span>
|
157 |
+
</span>
|
158 |
+
<span class="price-including-tax">
|
159 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
160 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
161 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax, false) ?>
|
162 |
+
</span>
|
163 |
+
</span>
|
164 |
+
<?php endif; ?>
|
165 |
+
<?php else: ?>
|
166 |
+
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1))): // including ?>
|
167 |
+
<?php $weeeAmountToDisplay = $_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAmountInclTaxes : $_weeeTaxAmount ?>
|
168 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
169 |
+
<?php echo $_coreHelper->currency($_price + $weeeAmountToDisplay, true, true) ?>
|
170 |
+
</span>
|
171 |
+
|
172 |
+
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // show description ?>
|
173 |
+
<span class="weee">(
|
174 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
175 |
+
<?php echo $_weeeSeparator; ?>
|
176 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
177 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + ($_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAttribute->getTaxAmount() : 0), true, true); ?>
|
178 |
+
<?php $_weeeSeparator = ' + '; ?>
|
179 |
+
<?php endforeach; ?>
|
180 |
+
)</span>
|
181 |
+
<?php endif; ?>
|
182 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
183 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
184 |
+
<?php echo $_coreHelper->formatPrice($_price + $_weeeTaxAmount, true) ?>
|
185 |
+
</span>
|
186 |
+
<span class="weee">(
|
187 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
188 |
+
<?php echo $_weeeSeparator; ?>
|
189 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
|
190 |
+
<?php $_weeeSeparator = ' + '; ?>
|
191 |
+
<?php endforeach; ?>
|
192 |
+
)</span>
|
193 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
194 |
+
<span class="regular-price"><?php echo $_coreHelper->formatPrice($_price, true) ?></span><br/>
|
195 |
+
<?php $weeeAmountToDisplay = $_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAmountInclTaxes : $_weeeTaxAmount ?>
|
196 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
197 |
+
<span class="weee">
|
198 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
199 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + ($_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAttribute->getTaxAmount() : 0), true, true); ?>
|
200 |
+
</span>
|
201 |
+
<?php endforeach; ?>
|
202 |
+
<span class="regular-price" id="product-price-weee-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
203 |
+
<?php echo $_coreHelper->currency($_price + $weeeAmountToDisplay, true, true) ?>
|
204 |
+
</span>
|
205 |
+
<?php else: ?>
|
206 |
+
<span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
207 |
+
<?php if ($_finalPrice == $_price): ?>
|
208 |
+
<?php echo $_coreHelper->formatPrice($_price, true) ?>
|
209 |
+
<?php else: ?>
|
210 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice, true) ?>
|
211 |
+
<?php endif; ?>
|
212 |
+
</span>
|
213 |
+
<?php endif; ?>
|
214 |
+
<?php endif; ?>
|
215 |
+
<?php else: /* if ($_finalPrice == $_price): */ ?>
|
216 |
+
<?php $_originalWeeeTaxAmount = $_weeeHelper->getOriginalAmount($_product); ?>
|
217 |
+
<?php $_originalWeeeTaxAmount = $_store->roundPrice($_store->convertPrice($_originalWeeeTaxAmount)) ?>
|
218 |
+
|
219 |
+
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
|
220 |
+
<p class="old-price">
|
221 |
+
<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
|
222 |
+
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
223 |
+
<?php echo $_coreHelper->formatPrice($_regularPrice + $_originalWeeeTaxAmount, false) ?>
|
224 |
+
</span>
|
225 |
+
</p>
|
226 |
+
|
227 |
+
<?php if ($_taxHelper->displayBothPrices()): ?>
|
228 |
+
<p class="special-price">
|
229 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
230 |
+
<span class="price-excluding-tax">
|
231 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
232 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
233 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice + $_weeeTaxAmount, false) ?>
|
234 |
+
</span>
|
235 |
+
</span>
|
236 |
+
<span class="price-including-tax">
|
237 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
238 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
239 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
240 |
+
</span>
|
241 |
+
</span>
|
242 |
+
</p>
|
243 |
+
<?php else: ?>
|
244 |
+
<p class="special-price">
|
245 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
246 |
+
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
247 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice + $_weeeTaxAmountInclTaxes, false) ?>
|
248 |
+
</span>
|
249 |
+
</p>
|
250 |
+
<?php endif; ?>
|
251 |
+
|
252 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
|
253 |
+
<p class="old-price">
|
254 |
+
<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
|
255 |
+
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
256 |
+
<?php echo $_coreHelper->formatPrice($_regularPrice + $_originalWeeeTaxAmount, false) ?>
|
257 |
+
</span>
|
258 |
+
</p>
|
259 |
+
|
260 |
+
<p class="special-price">
|
261 |
+
<?php if ($_taxHelper->displayBothPrices()): ?>
|
262 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
263 |
+
<span class="price-excluding-tax">
|
264 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
265 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
266 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice + $_weeeTaxAmount, false) ?>
|
267 |
+
</span>
|
268 |
+
</span>
|
269 |
+
<span class="weee">(
|
270 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
271 |
+
<?php echo $_weeeSeparator; ?>
|
272 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
273 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
274 |
+
<?php $_weeeSeparator = ' + '; ?>
|
275 |
+
<?php endforeach; ?>
|
276 |
+
)</span>
|
277 |
+
<span class="price-including-tax">
|
278 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
279 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
280 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
281 |
+
</span>
|
282 |
+
</span>
|
283 |
+
<?php else: ?>
|
284 |
+
<span class="price-label"><?php echo $this->__('Special Price:') ?></span>
|
285 |
+
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
286 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice + $_weeeTaxAmountInclTaxes, false) ?>
|
287 |
+
</span>
|
288 |
+
<span class="weee">(
|
289 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
290 |
+
<?php echo $_weeeSeparator; ?>
|
291 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
292 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
293 |
+
<?php $_weeeSeparator = ' + '; ?>
|
294 |
+
<?php endforeach; ?>
|
295 |
+
)</span>
|
296 |
+
<?php endif; ?>
|
297 |
+
</p>
|
298 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
|
299 |
+
<p class="old-price">
|
300 |
+
<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
|
301 |
+
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
302 |
+
<?php echo $_coreHelper->formatPrice($_regularPrice + $_originalWeeeTaxAmount, false) ?>
|
303 |
+
</span>
|
304 |
+
</p>
|
305 |
+
|
306 |
+
<p class="special-price">
|
307 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
308 |
+
<span class="price-excluding-tax">
|
309 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
310 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
311 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice + $_weeeTaxAmount, false) ?>
|
312 |
+
</span>
|
313 |
+
</span>
|
314 |
+
<span class="weee">(
|
315 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
316 |
+
<?php echo $_weeeSeparator; ?>
|
317 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
|
318 |
+
<?php $_weeeSeparator = ' + '; ?>
|
319 |
+
<?php endforeach; ?>
|
320 |
+
)</span>
|
321 |
+
<span class="price-including-tax">
|
322 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
323 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
324 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
325 |
+
</span>
|
326 |
+
</span>
|
327 |
+
</p>
|
328 |
+
<?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
|
329 |
+
<p class="old-price">
|
330 |
+
<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
|
331 |
+
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
332 |
+
<?php echo $_coreHelper->formatPrice($_regularPrice, false) ?>
|
333 |
+
</span>
|
334 |
+
</p>
|
335 |
+
|
336 |
+
<p class="special-price">
|
337 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
338 |
+
<span class="price-excluding-tax">
|
339 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
340 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
341 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice, false) ?>
|
342 |
+
</span>
|
343 |
+
</span>
|
344 |
+
<?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
|
345 |
+
<span class="weee">
|
346 |
+
<?php echo $_weeeTaxAttribute->getName(); ?>
|
347 |
+
: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
|
348 |
+
</span>
|
349 |
+
<?php endforeach; ?>
|
350 |
+
<span class="price-including-tax">
|
351 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
352 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
353 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, false) ?>
|
354 |
+
</span>
|
355 |
+
</span>
|
356 |
+
</p>
|
357 |
+
<?php else: // excl. ?>
|
358 |
+
<p class="old-price">
|
359 |
+
<span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
|
360 |
+
<span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
361 |
+
<?php echo $_coreHelper->formatPrice($_regularPrice, false) ?>
|
362 |
+
</span>
|
363 |
+
</p>
|
364 |
+
|
365 |
+
<?php if ($_taxHelper->displayBothPrices()): ?>
|
366 |
+
<p class="special-price">
|
367 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
368 |
+
<span class="price-excluding-tax">
|
369 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
370 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
371 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice, false) ?>
|
372 |
+
</span>
|
373 |
+
</span>
|
374 |
+
<span class="price-including-tax">
|
375 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
376 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
377 |
+
<?php echo $_coreHelper->formatPrice($_finalPriceInclTax, false) ?>
|
378 |
+
</span>
|
379 |
+
</span>
|
380 |
+
</p>
|
381 |
+
<?php else: ?>
|
382 |
+
<p class="special-price">
|
383 |
+
<span class="price-label"><?php echo $_specialPriceStoreLabel ?></span>
|
384 |
+
<span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
385 |
+
<?php echo $_coreHelper->formatPrice($_finalPrice, false) ?>
|
386 |
+
</span>
|
387 |
+
</p>
|
388 |
+
<?php endif; ?>
|
389 |
+
<?php endif; ?>
|
390 |
+
|
391 |
+
<?php endif; /* if ($_finalPrice == $_price): */ ?>
|
392 |
+
|
393 |
+
<?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_convertedFinalPrice): ?>
|
394 |
+
|
395 |
+
<?php $_minimalPriceDisplayValue = $_minimalPrice; ?>
|
396 |
+
<?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1, 4))): ?>
|
397 |
+
<?php $_minimalPriceDisplayValue = $_minimalPrice + $_weeeTaxAmount; ?>
|
398 |
+
<?php endif; ?>
|
399 |
+
|
400 |
+
<?php if ($this->getUseLinkForAsLowAs()): ?>
|
401 |
+
<a href="<?php echo $_product->getProductUrl(); ?>" class="minimal-price-link">
|
402 |
+
<?php else: ?>
|
403 |
+
<span class="minimal-price-link">
|
404 |
+
<?php endif ?>
|
405 |
+
<span class="label"><?php echo $this->__('As low as:') ?></span>
|
406 |
+
<span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
407 |
+
<?php echo $_coreHelper->formatPrice($_minimalPriceDisplayValue, false) ?>
|
408 |
+
</span>
|
409 |
+
<?php if ($this->getUseLinkForAsLowAs()): ?>
|
410 |
+
</a>
|
411 |
+
<?php else: ?>
|
412 |
+
</span>
|
413 |
+
<?php endif ?>
|
414 |
+
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>
|
415 |
+
</div>
|
416 |
+
|
417 |
+
<?php else: /* if (!$_product->isGrouped()): */ ?>
|
418 |
+
<?php
|
419 |
+
$showMinPrice = $this->getDisplayMinimalPrice();
|
420 |
+
if ($showMinPrice && $_minimalPriceValue) {
|
421 |
+
$_exclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue);
|
422 |
+
$_inclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue, true);
|
423 |
+
$price = $showMinPrice ? $_minimalPriceValue : 0;
|
424 |
+
} else {
|
425 |
+
$price = $_convertedFinalPrice;
|
426 |
+
$_exclTax = $_taxHelper->getPrice($_product, $price);
|
427 |
+
$_inclTax = $_taxHelper->getPrice($_product, $price, true);
|
428 |
+
}
|
429 |
+
?>
|
430 |
+
<?php if ($price): ?>
|
431 |
+
<div class="price-box">
|
432 |
+
<p<?php if ($showMinPrice): ?> class="minimal-price"<?php endif ?>>
|
433 |
+
<?php if ($showMinPrice): ?>
|
434 |
+
<span class="price-label"><?php echo $this->__('Starting at:') ?></span>
|
435 |
+
<?php endif ?>
|
436 |
+
<?php if ($_taxHelper->displayBothPrices()): ?>
|
437 |
+
<span class="price-excluding-tax">
|
438 |
+
<span class="label"><?php echo $this->helper('tax')->__('Excl. Tax:') ?></span>
|
439 |
+
<span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
440 |
+
<?php echo $_coreHelper->formatPrice($_exclTax, false) ?>
|
441 |
+
</span>
|
442 |
+
</span>
|
443 |
+
<span class="price-including-tax">
|
444 |
+
<span class="label"><?php echo $this->helper('tax')->__('Incl. Tax:') ?></span>
|
445 |
+
<span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
446 |
+
<?php echo $_coreHelper->formatPrice($_inclTax, false) ?>
|
447 |
+
</span>
|
448 |
+
</span>
|
449 |
+
<?php else: ?>
|
450 |
+
<?php
|
451 |
+
$_showPrice = $_inclTax;
|
452 |
+
if (!$_taxHelper->displayPriceIncludingTax()) {
|
453 |
+
$_showPrice = $_exclTax;
|
454 |
+
}
|
455 |
+
?>
|
456 |
+
<span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
|
457 |
+
<?php echo $_coreHelper->formatPrice($_showPrice, false) ?>
|
458 |
+
</span>
|
459 |
+
<?php endif; ?>
|
460 |
+
</p>
|
461 |
+
</div>
|
462 |
+
<?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice): */ ?>
|
463 |
+
<?php endif; /* if (!$_product->isGrouped()): */ ?>
|
app/design/frontend/Kartparadigm/default/template/catalog/product/view.phtml
CHANGED
@@ -284,7 +284,7 @@ display: block;
|
|
284 |
<li id="product_tabs_<?php echo $alias
|
285 |
?>_tabbed"><a href="#<?php echo $alias ;?>">
|
286 |
<?php if ($alias=='description'):?>
|
287 |
-
<h2><?php echo $alias; ?></h2>
|
288 |
<?php else:?>
|
289 |
<h2>Additional Information</h2>
|
290 |
<?php endif;?>
|
284 |
<li id="product_tabs_<?php echo $alias
|
285 |
?>_tabbed"><a href="#<?php echo $alias ;?>">
|
286 |
<?php if ($alias=='description'):?>
|
287 |
+
<h2 style="text-transform: capitalize;"><?php echo $alias; ?></h2>
|
288 |
<?php else:?>
|
289 |
<h2>Additional Information</h2>
|
290 |
<?php endif;?>
|
app/design/frontend/Kartparadigm/default/template/catalog/product/view.phtml.bak
ADDED
@@ -0,0 +1,427 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 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 view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<!-- TABS START -->
|
35 |
+
<style type="text/css">
|
36 |
+
body { font-size: 80%; font-family: Arial, Sans-Serif; }
|
37 |
+
/* ul.product-tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
|
38 |
+
ul.product-tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
|
39 |
+
ul.product-tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }*/
|
40 |
+
ul.product-tabs li { display: inline; }
|
41 |
+
|
42 |
+
ul.product-tabs li a:hover { background-color: #f1f0ee; }
|
43 |
+
|
44 |
+
div.tabContent { position: relative;
|
45 |
+
z-index: 2;
|
46 |
+
border: medium none;
|
47 |
+
background: none repeat scroll 0% 0% #FFF;
|
48 |
+
padding: 23px;
|
49 |
+
margin: 69px 0px 40px;
|
50 |
+
border-radius: 3px;
|
51 |
+
box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.15);
|
52 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
53 |
+
}
|
54 |
+
div.tabContent.hide { display: none; }
|
55 |
+
.tabContent h2{
|
56 |
+
display:none;
|
57 |
+
}
|
58 |
+
.tabContent{
|
59 |
+
margin-top:60px;
|
60 |
+
}
|
61 |
+
|
62 |
+
.product-tabs li a.selected, .product-tabs li a:hover {
|
63 |
+
background-color: #FFF;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
ul.product-tabs li a {
|
67 |
+
color: rgba(0, 0, 0, 0.67);
|
68 |
+
font-size: 16px;
|
69 |
+
font-family: Arial, Helvetica,serif;
|
70 |
+
background: none repeat scroll 0% 0% #F5F5F5;
|
71 |
+
padding: 10px 20px;
|
72 |
+
height: 47px;
|
73 |
+
display: block;
|
74 |
+
}
|
75 |
+
.catalog-product-view .col2-right-layout .col-main{
|
76 |
+
padding: 30px 50px 0px;
|
77 |
+
}
|
78 |
+
.catalog-product-view .col3-layout .col-main{
|
79 |
+
padding: 30px 50px 0px;
|
80 |
+
}
|
81 |
+
.catalog-product-view .col3-layout .block-cart {
|
82 |
+
padding: 23px 20px !important;
|
83 |
+
}
|
84 |
+
.catalog-product-view .col2-right-layout .block-cart {
|
85 |
+
padding: 23px 20px !important;
|
86 |
+
}
|
87 |
+
.col3-layout .col-right #block-related{
|
88 |
+
padding: 23px 10px;
|
89 |
+
}
|
90 |
+
.col2-right-layout .col-right #block-related{
|
91 |
+
padding: 23px 10px;
|
92 |
+
}
|
93 |
+
</style>
|
94 |
+
|
95 |
+
<script type="text/javascript">
|
96 |
+
//<![CDATA[
|
97 |
+
|
98 |
+
var tabLinks = new Array();
|
99 |
+
var contentDivs = new Array();
|
100 |
+
|
101 |
+
function init() {
|
102 |
+
|
103 |
+
// Grab the tab links and content divs from the page
|
104 |
+
var tabListItems = document.getElementById('tabs').childNodes;
|
105 |
+
for ( var i = 0; i < tabListItems.length; i++ ) {
|
106 |
+
if ( tabListItems[i].nodeName == "LI" ) {
|
107 |
+
var tabLink = getFirstChildWithTagName( tabListItems[i], 'A' );
|
108 |
+
var id = getHash( tabLink.getAttribute('href') );
|
109 |
+
tabLinks[id] = tabLink;
|
110 |
+
contentDivs[id] = document.getElementById( id );
|
111 |
+
}
|
112 |
+
}
|
113 |
+
|
114 |
+
// Assign onclick events to the tab links, and
|
115 |
+
// highlight the first tab
|
116 |
+
var i = 0;
|
117 |
+
|
118 |
+
for ( var id in tabLinks ) {
|
119 |
+
tabLinks[id].onclick = showTab;
|
120 |
+
tabLinks[id].onfocus = function() { this.blur() };
|
121 |
+
if ( i == 0 ) tabLinks[id].className = 'selected';
|
122 |
+
i++;
|
123 |
+
}
|
124 |
+
|
125 |
+
// Hide all content divs except the first
|
126 |
+
var i = 0;
|
127 |
+
|
128 |
+
for ( var id in contentDivs ) {
|
129 |
+
if ( i != 0 ) contentDivs[id].className = 'tabContent hide';
|
130 |
+
i++;
|
131 |
+
}
|
132 |
+
}
|
133 |
+
|
134 |
+
function showTab() {
|
135 |
+
var selectedId = getHash( this.getAttribute('href') );
|
136 |
+
|
137 |
+
// Highlight the selected tab, and dim all others.
|
138 |
+
// Also show the selected content div, and hide all others.
|
139 |
+
for ( var id in contentDivs ) {
|
140 |
+
if ( id == selectedId ) {
|
141 |
+
tabLinks[id].className = 'selected';
|
142 |
+
contentDivs[id].className = 'tabContent';
|
143 |
+
} else {
|
144 |
+
tabLinks[id].className = '';
|
145 |
+
contentDivs[id].className = 'tabContent hide';
|
146 |
+
}
|
147 |
+
}
|
148 |
+
|
149 |
+
// Stop the browser following the link
|
150 |
+
return false;
|
151 |
+
}
|
152 |
+
|
153 |
+
function getFirstChildWithTagName( element, tagName ) {
|
154 |
+
for ( var i = 0; i < element.childNodes.length; i++ ) {
|
155 |
+
if ( element.childNodes[i].nodeName == tagName ) return element.childNodes[i];
|
156 |
+
}
|
157 |
+
}
|
158 |
+
|
159 |
+
function getHash( url ) {
|
160 |
+
var hashPos = url.lastIndexOf ( '#' );
|
161 |
+
return url.substring( hashPos + 1 );
|
162 |
+
}
|
163 |
+
|
164 |
+
//]]>
|
165 |
+
</script>
|
166 |
+
</head>
|
167 |
+
|
168 |
+
<body onload="init()">
|
169 |
+
<!-- TABS END -->
|
170 |
+
<?php $_helper = $this->helper('catalog/output'); ?>
|
171 |
+
<?php $_product = $this->getProduct(); ?>
|
172 |
+
<script type="text/javascript">
|
173 |
+
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
174 |
+
</script>
|
175 |
+
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
176 |
+
<div class="product-view">
|
177 |
+
<div class="product-essential">
|
178 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
179 |
+
<?php echo $this->getBlockHtml('formkey') ?>
|
180 |
+
<div class="no-display">
|
181 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
182 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
183 |
+
</div>
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
<div class="product-img-box" style="width:512px">
|
188 |
+
<?php echo $this->getChildHtml('media') ?>
|
189 |
+
</div>
|
190 |
+
<div class="product-shop">
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
<div class="product-shop-info" style=' box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.1);
|
195 |
+
border: 1px solid rgba(0, 0, 0, 0.1);padding: 10px 12px;
|
196 |
+
'>
|
197 |
+
<div class="product-name">
|
198 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
199 |
+
</div>
|
200 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
201 |
+
|
202 |
+
|
203 |
+
<?php echo $this->getPriceHtml($_product) ?>
|
204 |
+
|
205 |
+
<?php if ($_product->isAvailable()): ?>
|
206 |
+
<p class="availability in-stock"><?php //echo $this->__('Availability1:') ?> <span><?php echo $this->__('In stock') ?></span></p>
|
207 |
+
<?php else: ?>
|
208 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
209 |
+
<?php endif; ?>
|
210 |
+
<p class="sku">SKU: <span><?php echo $_product->getResource()->getAttribute('sku')->getFrontend()->getValue($_product);?></span></p>
|
211 |
+
<div class="clear"></div>
|
212 |
+
|
213 |
+
<?php if ($_product->getShortDescription()):?>
|
214 |
+
<div class="short-description">
|
215 |
+
|
216 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
217 |
+
</div>
|
218 |
+
<?php endif;?>
|
219 |
+
|
220 |
+
<?php if($_product->isSaleable()): ?>
|
221 |
+
|
222 |
+
|
223 |
+
<?php if(!$_product->isGrouped()): ?><div class="qty-container clearfix">
|
224 |
+
<label for="qty">Quantity:</label>
|
225 |
+
<input type="text" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
|
226 |
+
</div>
|
227 |
+
<?php else :?>
|
228 |
+
<style>
|
229 |
+
.product-view .add-to-links {
|
230 |
+
margin: 10px 0px 0px;}
|
231 |
+
</style>
|
232 |
+
<?php endif; ?> <?php endif; ?>
|
233 |
+
|
234 |
+
<?php if (!$this->hasOptions()):?>
|
235 |
+
<div class="add-to-box">
|
236 |
+
<?php if($_product->isSaleable()): ?>
|
237 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
238 |
+
<?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
|
239 |
+
|
240 |
+
<?php endif; ?>
|
241 |
+
<?php endif; ?>
|
242 |
+
</div>
|
243 |
+
|
244 |
+
<?php echo $this->getChildHtml('addto') ?>
|
245 |
+
|
246 |
+
|
247 |
+
|
248 |
+
<div class="clear"></div>
|
249 |
+
|
250 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
251 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
252 |
+
<?php echo $this->getTierPriceHtml() ?>
|
253 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
254 |
+
|
255 |
+
|
256 |
+
|
257 |
+
|
258 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
259 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
260 |
+
<div class="add-to-box">
|
261 |
+
<?php echo $this->getChildHtml('addto') ?>
|
262 |
+
</div>
|
263 |
+
<?php endif; ?>
|
264 |
+
|
265 |
+
|
266 |
+
|
267 |
+
<?php echo $this->getChildHtml('other');?>
|
268 |
+
|
269 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
270 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
271 |
+
<?php endif;?>
|
272 |
+
</div>
|
273 |
+
</div>
|
274 |
+
<div class="clearer"></div>
|
275 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
276 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
277 |
+
<?php endif;?>
|
278 |
+
</form>
|
279 |
+
|
280 |
+
</div>
|
281 |
+
<div class="product-tabs-container clearfix">
|
282 |
+
<ul class="product-tabs " id='tabs'>
|
283 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
284 |
+
<li id="product_tabs_<?php echo $alias
|
285 |
+
?>_tabbed"><a href="#<?php echo $alias ;?>">
|
286 |
+
<?php if ($alias=='description'):?>
|
287 |
+
<h2 style="text-transform:capitalise"><?php echo $alias; ?></h2>
|
288 |
+
<?php else:?>
|
289 |
+
<h2>Additional Information</h2>
|
290 |
+
<?php endif;?>
|
291 |
+
|
292 |
+
</a>
|
293 |
+
|
294 |
+
</li>
|
295 |
+
<?php endforeach;?>
|
296 |
+
<li id="product_tabs_tags_tabbed"><a href="#tags">
|
297 |
+
|
298 |
+
<h2>Tags</h2>
|
299 |
+
</a>
|
300 |
+
|
301 |
+
</li>
|
302 |
+
<li id="product_tabs_reviews_tabbed"><a href="#reviews">
|
303 |
+
|
304 |
+
<h2>Reviews</h2>
|
305 |
+
</a>
|
306 |
+
|
307 |
+
</li>
|
308 |
+
</ul>
|
309 |
+
|
310 |
+
|
311 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
312 |
+
<div class=" product-tabs-content tabs-content tabContent " id="<?php echo $alias ?>">
|
313 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
314 |
+
<h2><?php //echo $this->escapeHtml($title); ?></h2>
|
315 |
+
<?php endif;?>
|
316 |
+
<?php echo $html; ?>
|
317 |
+
|
318 |
+
|
319 |
+
|
320 |
+
|
321 |
+
</div>
|
322 |
+
|
323 |
+
<?php endforeach;?>
|
324 |
+
<div class=" product-tabs-content tabs-content tabContent " id="tags">
|
325 |
+
|
326 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
327 |
+
|
328 |
+
</div>
|
329 |
+
|
330 |
+
<div class=" product-tabs-content tabs-content tabContent " id="reviews">
|
331 |
+
|
332 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
333 |
+
|
334 |
+
|
335 |
+
</div>
|
336 |
+
<!--<ul class="product-tabs">
|
337 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
338 |
+
|
339 |
+
|
340 |
+
|
341 |
+
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
342 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
343 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
344 |
+
<?php endif;?>
|
345 |
+
<?php echo $html; ?>
|
346 |
+
</div>
|
347 |
+
<?php endforeach;?>-->
|
348 |
+
|
349 |
+
|
350 |
+
<?php echo $this->getChildHtml('upsell_products') ?>
|
351 |
+
|
352 |
+
</div>
|
353 |
+
|
354 |
+
|
355 |
+
|
356 |
+
|
357 |
+
|
358 |
+
|
359 |
+
|
360 |
+
|
361 |
+
|
362 |
+
|
363 |
+
|
364 |
+
|
365 |
+
|
366 |
+
|
367 |
+
|
368 |
+
|
369 |
+
|
370 |
+
<script type="text/javascript">
|
371 |
+
//<![CDATA[
|
372 |
+
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
373 |
+
productAddToCartForm.submit = function(button, url) {
|
374 |
+
if (this.validator.validate()) {
|
375 |
+
var form = this.form;
|
376 |
+
var oldUrl = form.action;
|
377 |
+
|
378 |
+
if (url) {
|
379 |
+
form.action = url;
|
380 |
+
}
|
381 |
+
var e = null;
|
382 |
+
try {
|
383 |
+
this.form.submit();
|
384 |
+
} catch (e) {
|
385 |
+
}
|
386 |
+
this.form.action = oldUrl;
|
387 |
+
if (e) {
|
388 |
+
throw e;
|
389 |
+
}
|
390 |
+
|
391 |
+
if (button && button != 'undefined') {
|
392 |
+
button.disabled = true;
|
393 |
+
}
|
394 |
+
}
|
395 |
+
}.bind(productAddToCartForm);
|
396 |
+
|
397 |
+
productAddToCartForm.submitLight = function(button, url){
|
398 |
+
if(this.validator) {
|
399 |
+
var nv = Validation.methods;
|
400 |
+
delete Validation.methods['required-entry'];
|
401 |
+
delete Validation.methods['validate-one-required'];
|
402 |
+
delete Validation.methods['validate-one-required-by-name'];
|
403 |
+
// Remove custom datetime validators
|
404 |
+
for (var methodName in Validation.methods) {
|
405 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
406 |
+
delete Validation.methods[methodName];
|
407 |
+
}
|
408 |
+
}
|
409 |
+
|
410 |
+
if (this.validator.validate()) {
|
411 |
+
if (url) {
|
412 |
+
this.form.action = url;
|
413 |
+
}
|
414 |
+
this.form.submit();
|
415 |
+
}
|
416 |
+
Object.extend(Validation.methods, nv);
|
417 |
+
}
|
418 |
+
}.bind(productAddToCartForm);
|
419 |
+
//]]>
|
420 |
+
</script>
|
421 |
+
</div>
|
422 |
+
|
423 |
+
|
424 |
+
|
425 |
+
|
426 |
+
</body>
|
427 |
+
|
app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart.phtml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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@magento.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.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package rwd_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Shoping cart sidebar
|
29 |
+
*
|
30 |
+
* @see Mage_Checkout_Block_Cart_Sidebar
|
31 |
+
*/
|
32 |
+
|
33 |
+
?>
|
34 |
+
|
35 |
+
<?php
|
36 |
+
$_cartQty = $this->getSummaryCount();
|
37 |
+
if(empty($_cartQty)) {
|
38 |
+
$_cartQty = 0;
|
39 |
+
}
|
40 |
+
?>
|
41 |
+
|
42 |
+
<a href="<?php echo $this->helper('checkout/cart')->getCartUrl(); ?>" data-target-element="#header-cart" class="skip-link skip-cart <?php if($_cartQty <= 0): ?> no-count<?php endif; ?>">
|
43 |
+
<span class="icon"></span>
|
44 |
+
<span class="label"><?php echo $this->__('Cart'); ?></span>
|
45 |
+
<span class="count"><?php echo $_cartQty; ?></span>
|
46 |
+
</a>
|
47 |
+
|
48 |
+
<div id="header-cart" class="block block-cart skip-content">
|
49 |
+
<?php echo $this->getChildHtml('minicart_content');?>
|
50 |
+
</div>
|
app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart/default.phtml
ADDED
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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@magento.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.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package rwd_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_item = $this->getItem();
|
29 |
+
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
+
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
+
?>
|
32 |
+
<li class="item" xmlns="http://www.w3.org/1999/html">
|
33 |
+
<?php if ($this->hasProductUrl()): ?>
|
34 |
+
<a href="<?php echo $this->getProductUrl()?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a>
|
35 |
+
<?php else: ?>
|
36 |
+
<span class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></span>
|
37 |
+
<?php endif; ?>
|
38 |
+
<div class="product-details">
|
39 |
+
<p class="product-name"><?php if ($this->hasProductUrl()): ?><a href="<?php echo $this->getProductUrl() ?>"><?php endif; ?><?php echo $this->escapeHtml($this->getProductName()) ?><?php if ($this->hasProductUrl()): ?></a><?php endif; ?></p>
|
40 |
+
|
41 |
+
<table class="info-wrapper">
|
42 |
+
<tbody>
|
43 |
+
<tr>
|
44 |
+
<th><?php echo $this->__('Price'); ?></th>
|
45 |
+
<td>
|
46 |
+
<?php if ($canApplyMsrp): ?>
|
47 |
+
|
48 |
+
<span class="map-cart-sidebar-item"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
49 |
+
|
50 |
+
<?php else: ?>
|
51 |
+
|
52 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
53 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
54 |
+
<?php echo $this->__('Excl. Tax'); ?>:
|
55 |
+
<?php endif; ?>
|
56 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
57 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
58 |
+
<?php else: ?>
|
59 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
62 |
+
<br />
|
63 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
64 |
+
<small>
|
65 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
66 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
67 |
+
<?php endforeach; ?>
|
68 |
+
</small>
|
69 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
70 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
71 |
+
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
|
72 |
+
<?php endforeach; ?>
|
73 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
74 |
+
<small>
|
75 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
76 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
77 |
+
<?php endforeach; ?>
|
78 |
+
</small>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
81 |
+
<span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
82 |
+
<?php endif; ?>
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endif; ?>
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
89 |
+
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
90 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
91 |
+
<br /><?php echo $this->__('Incl. Tax'); ?>:
|
92 |
+
<?php endif; ?>
|
93 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
94 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
|
95 |
+
<?php else: ?>
|
96 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
97 |
+
<?php endif; ?>
|
98 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
99 |
+
<br />
|
100 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
101 |
+
<small>
|
102 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
103 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
|
104 |
+
<?php endforeach; ?>
|
105 |
+
</small>
|
106 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
107 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
108 |
+
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span>
|
109 |
+
<?php endforeach; ?>
|
110 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
111 |
+
<small>
|
112 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
113 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
114 |
+
<?php endforeach; ?>
|
115 |
+
</small>
|
116 |
+
<?php endif; ?>
|
117 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
118 |
+
<span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
|
119 |
+
<?php endif; ?>
|
120 |
+
<?php endif; ?>
|
121 |
+
<?php endif; ?>
|
122 |
+
|
123 |
+
<?php endif; //Can apply MSRP ?>
|
124 |
+
</td>
|
125 |
+
</tr>
|
126 |
+
<tr class="qty-wrapper">
|
127 |
+
<th><?php echo $this->__('Qty'); ?></th>
|
128 |
+
<td>
|
129 |
+
<input
|
130 |
+
id="qinput-<?php echo $_item->getId(); ?>"
|
131 |
+
data-link="<?php echo $this->getAjaxUpdateUrl() ?>"
|
132 |
+
data-item-id="<?php echo $_item->getId(); ?>"
|
133 |
+
class="qty cart-item-quantity input-text" name=""
|
134 |
+
value="<?php echo $this->getQty()?>"
|
135 |
+
<?php if ($this->isOnCheckoutPage()) echo 'disabled'; ?>
|
136 |
+
/>
|
137 |
+
|
138 |
+
<button id="qbutton-<?php echo $_item->getId(); ?>"
|
139 |
+
data-item-id="<?php echo $_item->getId(); ?>"
|
140 |
+
disabled="disabled"
|
141 |
+
data-update
|
142 |
+
class="button quantity-button">
|
143 |
+
<?php echo $this->__('ok'); ?>
|
144 |
+
</button>
|
145 |
+
</td>
|
146 |
+
</tr>
|
147 |
+
</tbody>
|
148 |
+
</table>
|
149 |
+
|
150 |
+
<?php if ($isVisibleProduct): ?>
|
151 |
+
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item') ?>" class="btn-edit">
|
152 |
+
<?php echo $this->__('Edit item')?>
|
153 |
+
</a>
|
154 |
+
|
|
155 |
+
<?php if (!$this->isOnCheckoutPage()): ?>
|
156 |
+
<a href="<?php echo $this->getAjaxDeleteUrl() ?>" title="<?php echo $this->__('Remove This Item') ?>"
|
157 |
+
data-confirm="<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>"
|
158 |
+
class="remove">
|
159 |
+
<?php echo $this->__('Remove Item') ?>
|
160 |
+
</a>
|
161 |
+
<?php else: ?>
|
162 |
+
<span><?php echo $this->__('Remove Item') ?></span>
|
163 |
+
<?php endif; ?>
|
164 |
+
<?php endif ?>
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
<?php if ($_options = $this->getOptionList()):?>
|
169 |
+
<div class="truncated">
|
170 |
+
<div class="truncated_full_value">
|
171 |
+
<dl class="item-options">
|
172 |
+
<?php foreach ($_options as $_option) : ?>
|
173 |
+
<dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
|
174 |
+
<dd>
|
175 |
+
<?php if (is_array($_option['value'])): ?>
|
176 |
+
<?php echo nl2br(implode("\n", $_option['value'])) ?>
|
177 |
+
<?php else: ?>
|
178 |
+
<?php echo $_option['value'] ?>
|
179 |
+
<?php endif; ?>
|
180 |
+
</dd>
|
181 |
+
<?php endforeach; ?>
|
182 |
+
</dl>
|
183 |
+
</div>
|
184 |
+
<a href="#" onclick="return false;" class="details"><?php echo $this->__('Details') ?></a>
|
185 |
+
</div>
|
186 |
+
<?php endif; ?>
|
187 |
+
|
188 |
+
</div>
|
189 |
+
</li>
|
app/design/frontend/Kartparadigm/default/template/checkout/cart/minicart/items.phtml
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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@magento.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.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package rwd_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Shoping cart sidebar
|
29 |
+
*
|
30 |
+
* @var Mage_Checkout_Block_Cart_Minicart $this
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
|
34 |
+
<?php
|
35 |
+
$_cartQty = $this->getSummaryCount();
|
36 |
+
if(empty($_cartQty)) {
|
37 |
+
$_cartQty = 0;
|
38 |
+
}
|
39 |
+
?>
|
40 |
+
<div id="minicart-error-message" class="minicart-message"></div>
|
41 |
+
<div id="minicart-success-message" class="minicart-message"></div>
|
42 |
+
|
43 |
+
<div class="minicart-wrapper">
|
44 |
+
|
45 |
+
<p class="block-subtitle">
|
46 |
+
<?php echo $this->__('Recently added item(s)') ?>
|
47 |
+
<a class="close skip-link-close" href="#" title="<?php echo $this->__('Close'); ?>">×</a>
|
48 |
+
</p>
|
49 |
+
|
50 |
+
<?php $_items = $this->getRecentItems() ?>
|
51 |
+
<?php $countItems = count($_items); ?>
|
52 |
+
<?php if($countItems): ?>
|
53 |
+
<div>
|
54 |
+
<ul id="cart-sidebar" class="mini-products-list">
|
55 |
+
<?php foreach($_items as $_item): ?>
|
56 |
+
<?php echo $this->getItemHtml($_item) ?>
|
57 |
+
<?php endforeach; ?>
|
58 |
+
</ul>
|
59 |
+
</div>
|
60 |
+
<script type="text/javascript">
|
61 |
+
truncateOptions();
|
62 |
+
decorateList('cart-sidebar', 'none-recursive');
|
63 |
+
$j('document').ready(function() {
|
64 |
+
var minicartOptions = {
|
65 |
+
formKey: "<?php echo $this->getFormKey();?>"
|
66 |
+
}
|
67 |
+
var Mini = new Minicart(minicartOptions);
|
68 |
+
Mini.init();
|
69 |
+
});
|
70 |
+
</script>
|
71 |
+
|
72 |
+
<div id="minicart-widgets">
|
73 |
+
<?php echo $this->getChildHtml('cart_promotion') ?>
|
74 |
+
</div>
|
75 |
+
<div class="block-content">
|
76 |
+
<p class="subtotal">
|
77 |
+
<?php if ($this->canApplyMsrp()): ?>
|
78 |
+
<span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
|
79 |
+
<?php else: ?>
|
80 |
+
<span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
|
81 |
+
<?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
|
82 |
+
<br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endif; ?>
|
85 |
+
</p>
|
86 |
+
</div>
|
87 |
+
|
88 |
+
|
89 |
+
<div class="minicart-actions">
|
90 |
+
<?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
|
91 |
+
<ul class="checkout-types minicart">
|
92 |
+
<?php echo $this->getChildHtml('extra_actions') ?>
|
93 |
+
<li>
|
94 |
+
<a title="<?php echo $this->__('Checkout') ?>" class="button checkout-button" href="<?php echo $this->getCheckoutUrl() ?>">
|
95 |
+
<?php echo $this->__('Checkout') ?>
|
96 |
+
</a>
|
97 |
+
</li>
|
98 |
+
</ul>
|
99 |
+
<?php endif ?>
|
100 |
+
<a class="cart-link" href="<?php echo $this->getUrl('checkout/cart'); ?>">
|
101 |
+
<?php echo $this->__('View Shopping Cart'); ?>
|
102 |
+
</a>
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<?php else: ?>
|
106 |
+
<p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
|
107 |
+
|
108 |
+
<?php endif ?>
|
109 |
+
</div>
|
app/design/frontend/Kartparadigm/default/template/checkout/cart/sidebar.phtml
CHANGED
@@ -31,6 +31,7 @@
|
|
31 |
*/
|
32 |
|
33 |
?>
|
|
|
34 |
<?php if ($this->getIsNeedToDisplaySideBar()):?>
|
35 |
<div class="block block-cart" style='box-shadow: 0px 30px 36px 30px rgba(0, 0, 0, 0.1);padding: 5px;
|
36 |
'>
|
31 |
*/
|
32 |
|
33 |
?>
|
34 |
+
|
35 |
<?php if ($this->getIsNeedToDisplaySideBar()):?>
|
36 |
<div class="block block-cart" style='box-shadow: 0px 30px 36px 30px rgba(0, 0, 0, 0.1);padding: 5px;
|
37 |
'>
|
app/design/frontend/Kartparadigm/default/template/checkout/cart/sidebar.phtml.bak
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
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 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 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 |
+
* Shoping cart sidebar
|
29 |
+
*
|
30 |
+
* @see Mage_Checkout_Block_Cart_Sidebar
|
31 |
+
*/
|
32 |
+
|
33 |
+
?>
|
34 |
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
35 |
+
<?php if ($this->getIsNeedToDisplaySideBar()):?>
|
36 |
+
<div class="block block-cart" style='box-shadow: 0px 30px 36px 30px rgba(0, 0, 0, 0.1);padding: 5px;
|
37 |
+
'>
|
38 |
+
<?php $_cartQty = $this->getSummaryCount() ?>
|
39 |
+
<div class="topcart-title" style="margin-left: 18px;">
|
40 |
+
<strong><span><?php echo $this->__('My Cart') ?></span></strong>
|
41 |
+
</div>
|
42 |
+
<div class="block-content">
|
43 |
+
<?php $_items = $this->getRecentItems() ?>
|
44 |
+
<?php if(count($_items)): ?>
|
45 |
+
<p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
|
46 |
+
<ol id="cart-sidebar" class="mini-products-list">
|
47 |
+
<?php foreach($_items as $_item): ?>
|
48 |
+
<?php echo $this->getItemHtml($_item) ?>
|
49 |
+
<?php endforeach; ?>
|
50 |
+
</ol>
|
51 |
+
<script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
|
52 |
+
<?php else: ?>
|
53 |
+
<p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
|
54 |
+
<?php endif ?>
|
55 |
+
<?php if ($_cartQty>0): ?>
|
56 |
+
<div class="summary">
|
57 |
+
<?php if ($_cartQty==1): ?>
|
58 |
+
<p class="amount"><?php echo $this->__('There is <a href="%s">1 item</a> in your cart.', $this->getUrl('checkout/cart')) ?></p>
|
59 |
+
<?php else: ?>
|
60 |
+
<p class="amount"><?php echo $this->__('There are <a href="%s">%s items</a> in your cart.', $this->getUrl('checkout/cart'), $_cartQty) ?></p>
|
61 |
+
<?php endif ?>
|
62 |
+
<p class="subtotal">
|
63 |
+
<?php if ($this->canApplyMsrp()): ?>
|
64 |
+
<span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
|
65 |
+
<?php else: ?>
|
66 |
+
<span class="label"><?php echo $this->__('Cart Subtotal:') ?></span><b> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></b>
|
67 |
+
<?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
|
68 |
+
<br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
|
69 |
+
<?php endif; ?>
|
70 |
+
<?php endif; ?>
|
71 |
+
</p>
|
72 |
+
</div>
|
73 |
+
<?php endif ?>
|
74 |
+
|
75 |
+
|
76 |
+
<?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
|
77 |
+
<div class="actions">
|
78 |
+
<?php echo $this->getChildHtml('extra_actions') ?>
|
79 |
+
<button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
|
80 |
+
</div>
|
81 |
+
<?php endif ?>
|
82 |
+
</div>
|
83 |
+
</div>
|
84 |
+
<?php endif;?>
|
85 |
+
|
app/design/frontend/Kartparadigm/default/template/home/home-slider.phtml
CHANGED
@@ -218,7 +218,7 @@ text-decoration: none;
|
|
218 |
}
|
219 |
|
220 |
</style>
|
221 |
-
|
222 |
|
223 |
|
224 |
|
@@ -227,33 +227,43 @@ text-decoration: none;
|
|
227 |
|
228 |
<div class="item">
|
229 |
<img src="<?php echo $imgUrl1 ?>" alt="Image1" />
|
230 |
-
|
231 |
-
<p class="homepage-banner-text">
|
232 |
Responsive Web Design services that Improve
|
233 |
website viewing experience
|
234 |
</p>
|
235 |
-
<a href="<?php echo $bannerTarget1; ?>" class="slider-buynow">Buy Now</a
|
236 |
|
237 |
</div>
|
238 |
<div class="item">
|
239 |
<img src="<?php echo $imgUrl2 ?>" alt="Image2" />
|
240 |
-
|
241 |
-
<p class="homepage-banner-text">
|
242 |
|
243 |
</p>
|
244 |
-
<a style="display:none" href="<?php echo $bannerTarget2; ?>" class="slider-buynow">Buy Now</a
|
245 |
|
246 |
</div>
|
247 |
<div class="item">
|
248 |
-
<img src="<?php echo $imgUrl3 ?>" alt="Image3" />
|
249 |
-
|
250 |
-
|
251 |
-
Responsive Design
|
252 |
</p>
|
253 |
-
|
|
|
|
|
|
|
|
|
|
|
254 |
|
|
|
255 |
</div>
|
256 |
|
|
|
|
|
|
|
|
|
|
|
257 |
</div>
|
258 |
<div class="customNavigation" style="display: block;">
|
259 |
<a class="btn prev1 jcarousel-prev-horizontal" id="hslider-prev"></a>
|
218 |
}
|
219 |
|
220 |
</style>
|
221 |
+
<?php $imgUrl4=$this->getSkinUrl("images/fullimage4.jpg"); ?>
|
222 |
|
223 |
|
224 |
|
227 |
|
228 |
<div class="item">
|
229 |
<img src="<?php echo $imgUrl1 ?>" alt="Image1" />
|
230 |
+
|
231 |
+
<p class="homepage-banner-text" style="margin-left: 28%;">
|
232 |
Responsive Web Design services that Improve
|
233 |
website viewing experience
|
234 |
</p>
|
235 |
+
<a href="<?php echo $bannerTarget1; ?>" class="slider-buynow" style="margin-left: 28%;">Buy Now</a>
|
236 |
|
237 |
</div>
|
238 |
<div class="item">
|
239 |
<img src="<?php echo $imgUrl2 ?>" alt="Image2" />
|
240 |
+
|
241 |
+
<p class="homepage-banner-text" style="margin-left: 28%;">
|
242 |
|
243 |
</p>
|
244 |
+
<a style="display:none" href="<?php echo $bannerTarget2; ?>" class="slider-buynow" style="margin-left: 28%;">Buy Now</a>
|
245 |
|
246 |
</div>
|
247 |
<div class="item">
|
248 |
+
<img src="<?php echo $imgUrl3 ?>" alt="Image3" /><br/>
|
249 |
+
<p class="homepage-banner-text" style="margin-left: -28%;">
|
250 |
+
The Unique Magento Theme With Fully Customizable Options.
|
|
|
251 |
</p>
|
252 |
+
<a href="<?php echo $bannerTarget1; ?>" class="slider-buynow" style="margin-left: -28%;">Buy Now</a>
|
253 |
+
|
254 |
+
|
255 |
+
</div>
|
256 |
+
<div class="item">
|
257 |
+
<img src="<?php echo $imgUrl4 ?>" alt="Image4" />
|
258 |
|
259 |
+
|
260 |
</div>
|
261 |
|
262 |
+
<div class="item">
|
263 |
+
<iframe width="100%" height="<?php echo $sliderheight; ?>" src="https://www.youtube.com/embed/9qduIPPRdCc?autoplay=1" frameborder="0" allowfullscreen></iframe>
|
264 |
+
|
265 |
+
</div>
|
266 |
+
|
267 |
</div>
|
268 |
<div class="customNavigation" style="display: block;">
|
269 |
<a class="btn prev1 jcarousel-prev-horizontal" id="hslider-prev"></a>
|
app/design/frontend/Kartparadigm/default/template/home/home-slider.phtml.bak
ADDED
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<?php
|
3 |
+
$sliderheight = Mage::getStoreConfig('theme/theme_config_home/sliderheight');
|
4 |
+
if($sliderheight==''):
|
5 |
+
$sliderheight="470";
|
6 |
+
elseif(strrpos("$sliderheight","%")):
|
7 |
+
$sliderheight= substr($sliderheight, 0, -1);
|
8 |
+
$sliderheight=$sliderheight*(4.7);
|
9 |
+
elseif($sliderheight>0):
|
10 |
+
$sliderheight= $sliderheight;
|
11 |
+
else :
|
12 |
+
endif;
|
13 |
+
?>
|
14 |
+
<!---------- ===========================================
|
15 |
+
START OF Configurations ============================
|
16 |
+
-->
|
17 |
+
<!--- FIRST BANNER IMAGE AND TARGET -->
|
18 |
+
<!-- first image setting for banner-->
|
19 |
+
<?php $bannerimage1= Mage::getStoreConfig('theme/theme_config_home/bannerimage1');?>
|
20 |
+
<?php if($bannerimage1==''):
|
21 |
+
$imgUrl1=$this->getSkinUrl("images/fullimage1.jpg");
|
22 |
+
?>
|
23 |
+
<?php else:
|
24 |
+
$imgUrl1=$this->getSkinUrl("$bannerimage1");
|
25 |
+
?>
|
26 |
+
<?php endif; ?>
|
27 |
+
<!-- target for first banner image -->
|
28 |
+
<?php $mage1target= Mage::getStoreConfig('theme/theme_config_home/image1target');?>
|
29 |
+
<?php
|
30 |
+
if($mage1target==''):
|
31 |
+
$bannerTarget1="javascript:void(0)";
|
32 |
+
else:
|
33 |
+
$bannerTarget1=$this->getbaseUrl()."$mage1target";
|
34 |
+
endif; ?>
|
35 |
+
|
36 |
+
<!--- SECOND BANNER IMAGE AND TARGET -->
|
37 |
+
<!-- first image setting for banner-->
|
38 |
+
<?php $bannerimage2= Mage::getStoreConfig('theme/theme_config_home/bannerimage2');?>
|
39 |
+
<?php if($bannerimage2==''):
|
40 |
+
$imgUrl2=$this->getSkinUrl("images/fullimage2.jpg");
|
41 |
+
?>
|
42 |
+
<?php else:
|
43 |
+
$imgUrl2=$this->getSkinUrl("$bannerimage2");
|
44 |
+
?>
|
45 |
+
<?php endif; ?>
|
46 |
+
<!-- target for first banner image -->
|
47 |
+
<?php $image2target= Mage::getStoreConfig('theme/theme_config_home/image2target');?>
|
48 |
+
<?php
|
49 |
+
if($mage1target==''):
|
50 |
+
$bannerTarget2="javascript:void(0)";
|
51 |
+
else:
|
52 |
+
$bannerTarget2=$this->getbaseUrl()."$image2target";
|
53 |
+
endif; ?>
|
54 |
+
|
55 |
+
<!--- Third BANNER IMAGE AND TARGET -->
|
56 |
+
<!-- third image setting for banner-->
|
57 |
+
<?php $bannerimage3= Mage::getStoreConfig('theme/theme_config_home/bannerimage3');?>
|
58 |
+
<?php if($bannerimage3==''):
|
59 |
+
$imgUrl3=$this->getSkinUrl("images/fullimage3.jpg");
|
60 |
+
?>
|
61 |
+
<?php else:
|
62 |
+
$imgUrl3=$this->getSkinUrl("$bannerimage3");
|
63 |
+
?>
|
64 |
+
<?php endif; ?>
|
65 |
+
<!-- target for third banner image -->
|
66 |
+
<?php $image3target= Mage::getStoreConfig('theme/theme_config_home/image3target');?>
|
67 |
+
<?php
|
68 |
+
if($mage1target==''):
|
69 |
+
$bannerTarget3="javascript:void(0)";
|
70 |
+
else:
|
71 |
+
$bannerTarget3=$this->getbaseUrl()."$image3target";
|
72 |
+
endif; ?>
|
73 |
+
<!---------- ===========================================
|
74 |
+
END OF Configurations ============================
|
75 |
+
-->
|
76 |
+
|
77 |
+
|
78 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl("owl-carousel/owl.carousel.css")?>">
|
79 |
+
|
80 |
+
<!-- Default Theme -->
|
81 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl("owl-carousel/owl.theme.css")?>">
|
82 |
+
|
83 |
+
<script src="<?php echo $this->getSkinUrl("js/jquery.min-1.11.1.js")?>"></script>
|
84 |
+
<!-- Include js plugin -->
|
85 |
+
<script src="<?php echo $this->getSkinUrl("owl-carousel/owl.carousel.js")?>"></script>
|
86 |
+
|
87 |
+
|
88 |
+
|
89 |
+
<?php $navButtonPos=-($sliderheight+160)/2;
|
90 |
+
$textPositionTop=(($sliderheight+160)/2)-150;
|
91 |
+
$buttonPositionTop=$textPositionTop+150;
|
92 |
+
$buttonPositionTop=$buttonPositionTop."px";
|
93 |
+
$textPositionTop=$textPositionTop."px";
|
94 |
+
$navButtonPos=$navButtonPos."px"; ?>
|
95 |
+
<?php $sliderheight=$sliderheight."px"; ?>
|
96 |
+
|
97 |
+
<script type="text/javascript">
|
98 |
+
|
99 |
+
var hslider=$.noConflict();
|
100 |
+
hslider(document).ready(function() {
|
101 |
+
|
102 |
+
var homeslider = hslider("#slider-demo");
|
103 |
+
|
104 |
+
homeslider.owlCarousel({
|
105 |
+
autoPlay:true ,
|
106 |
+
slideSpeed : 300,
|
107 |
+
paginationSpeed : 400,
|
108 |
+
singleItem:true
|
109 |
+
});
|
110 |
+
hslider(".next1").click(function(){
|
111 |
+
homeslider.trigger('owl.next');
|
112 |
+
})
|
113 |
+
hslider(".prev1").click(function(){
|
114 |
+
homeslider.trigger('owl.prev');
|
115 |
+
})
|
116 |
+
});
|
117 |
+
</script>
|
118 |
+
|
119 |
+
<style type="text/css">
|
120 |
+
#slider-demo .item img{
|
121 |
+
display: block;
|
122 |
+
width: 100%;
|
123 |
+
height: <?php echo $sliderheight; ?>;
|
124 |
+
}
|
125 |
+
.customNavigation{
|
126 |
+
text-align: center;
|
127 |
+
|
128 |
+
}
|
129 |
+
.customNavigation a{
|
130 |
+
cursor: pointer !Important;
|
131 |
+
-webkit-user-select: none;
|
132 |
+
-khtml-user-select: none;
|
133 |
+
-moz-user-select: none;
|
134 |
+
-ms-user-select: none;
|
135 |
+
user-select: none;
|
136 |
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
137 |
+
}
|
138 |
+
#hslider-prev{
|
139 |
+
width: 78px !Important;
|
140 |
+
height: 78px !Important;
|
141 |
+
background: url("<?php echo $this->getSkinUrl('images/slideshow_arrows.png')?>") no-repeat scroll 100% 0px #FFF !important;
|
142 |
+
transform: rotate(180deg);
|
143 |
+
position: relative;
|
144 |
+
z-index: 1;
|
145 |
+
float: left;
|
146 |
+
margin-top: <?php echo $navButtonPos; ?>;
|
147 |
+
margin-left: 7%;
|
148 |
+
}
|
149 |
+
#hslider-next{
|
150 |
+
width: 78px !Important;
|
151 |
+
height: 78px !Important;
|
152 |
+
background: url("<?php echo $this->getSkinUrl('images/slideshow_arrows.png')?>") no-repeat scroll 100% 0px #FFF !important;
|
153 |
+
position: relative;
|
154 |
+
z-index: 1;
|
155 |
+
float: right;
|
156 |
+
margin-top: <?php echo $navButtonPos; ?>;
|
157 |
+
margin-right: 2%;
|
158 |
+
}
|
159 |
+
#home-screen-slider{
|
160 |
+
width:100%;height:<?php echo $sliderheight; ?>;display:block;
|
161 |
+
}
|
162 |
+
.cms-index-index .col2-left-layout .col-main {
|
163 |
+
width: 870px;
|
164 |
+
border: medium none;
|
165 |
+
padding: 30px 45px 0px;
|
166 |
+
margin: 0px;
|
167 |
+
min-height: 400px;
|
168 |
+
float: right;
|
169 |
+
}
|
170 |
+
.cms-index-index .col2-right-layout .col-main {
|
171 |
+
width: 870px;
|
172 |
+
border: medium none;
|
173 |
+
/*padding: 30px 45px 0px;*/
|
174 |
+
margin: 0px;
|
175 |
+
min-height: 400px;
|
176 |
+
float: left;
|
177 |
+
}
|
178 |
+
.cms-index-index .col-left,.cms-index-index .col-right {
|
179 |
+
padding: 30px 0px 0px;
|
180 |
+
}
|
181 |
+
.col-left {
|
182 |
+
float: left;
|
183 |
+
width: 0px;
|
184 |
+
}
|
185 |
+
.col-right {
|
186 |
+
float: right;
|
187 |
+
width: 0p;
|
188 |
+
}
|
189 |
+
.cms-index-index .col3-layout .col-wrapper {
|
190 |
+
width: 940px;
|
191 |
+
float: left;
|
192 |
+
}
|
193 |
+
.block-tags .block-content .actions {
|
194 |
+
width: 225px !important;
|
195 |
+
box-shadow: none !important;
|
196 |
+
}
|
197 |
+
.homepage-banner-text{
|
198 |
+
position: absolute;
|
199 |
+
z-index: 1;
|
200 |
+
top: <?php echo $textPositionTop; ?>;
|
201 |
+
left: 500px;
|
202 |
+
color: #000;
|
203 |
+
font-size: 24px;
|
204 |
+
width: 260px;
|
205 |
+
}
|
206 |
+
a.slider-buynow {
|
207 |
+
color: #666;
|
208 |
+
position: absolute;
|
209 |
+
z-index: 1;
|
210 |
+
top: <?php echo $buttonPositionTop; ?>;
|
211 |
+
left: 600px;
|
212 |
+
background: linear-gradient(to bottom, #FFF 1%, #F2F2F2 100%) repeat scroll 0% 0% transparent !important;
|
213 |
+
padding: 15px;
|
214 |
+
height: 10px;
|
215 |
+
border-radius: 3px;
|
216 |
+
cursor: pointer;
|
217 |
+
text-decoration: none;
|
218 |
+
}
|
219 |
+
|
220 |
+
</style>
|
221 |
+
<?php $imgUrl4=$this->getSkinUrl("images/fullimage4.jpg"); ?>
|
222 |
+
|
223 |
+
|
224 |
+
|
225 |
+
<div id="home-screen-slider">
|
226 |
+
<div id="slider-demo" class="owl-carousel owl-theme">
|
227 |
+
|
228 |
+
<div class="item">
|
229 |
+
<img src="<?php echo $imgUrl1 ?>" alt="Image1" />
|
230 |
+
|
231 |
+
<p class="homepage-banner-text" style="margin-left: 28%;">
|
232 |
+
Responsive Web Design services that Improve
|
233 |
+
website viewing experience
|
234 |
+
</p>
|
235 |
+
<a href="<?php echo $bannerTarget1; ?>" class="slider-buynow" style="margin-left: 28%;">Buy Now</a>
|
236 |
+
|
237 |
+
</div>
|
238 |
+
<div class="item">
|
239 |
+
<img src="<?php echo $imgUrl2 ?>" alt="Image2" />
|
240 |
+
|
241 |
+
<p class="homepage-banner-text" style="margin-left: 28%;">
|
242 |
+
|
243 |
+
</p>
|
244 |
+
<a style="display:none" href="<?php echo $bannerTarget2; ?>" class="slider-buynow" style="margin-left: 28%;">Buy Now</a>
|
245 |
+
|
246 |
+
</div>
|
247 |
+
<div class="item">
|
248 |
+
<img src="<?php echo $imgUrl3 ?>" alt="Image3" /><br/>
|
249 |
+
<p class="homepage-banner-text" style="margin-left: -28%;">
|
250 |
+
The Unique Magento Theme With Fully Customizable Options.
|
251 |
+
</p>
|
252 |
+
<a href="<?php echo $bannerTarget1; ?>" class="slider-buynow" style="margin-left: -28%;">Buy Now</a>
|
253 |
+
|
254 |
+
|
255 |
+
</div>
|
256 |
+
|
257 |
+
|
258 |
+
</div>
|
259 |
+
<div class="customNavigation" style="display: block;">
|
260 |
+
<a class="btn prev1 jcarousel-prev-horizontal" id="hslider-prev"></a>
|
261 |
+
|
262 |
+
<a class="btn next1 jcarousel-next-horizontal" id="hslider-next"></a>
|
263 |
+
</div>
|
264 |
+
</div>
|
265 |
+
|
266 |
+
|
app/design/frontend/Kartparadigm/default/template/page/html/header.phtml
CHANGED
@@ -365,7 +365,7 @@ $footertexthovercolor ="#". Mage::getStoreConfig('theme/theme_config_footer/foot
|
|
365 |
|
366 |
.top-dropdowns {
|
367 |
position: absolute;
|
368 |
-
right:
|
369 |
top: 50%;
|
370 |
width: 350px;
|
371 |
}
|
@@ -373,7 +373,7 @@ $footertexthovercolor ="#". Mage::getStoreConfig('theme/theme_config_footer/foot
|
|
373 |
padding: 0px 10px;
|
374 |
border-top: 3px solid transparent;
|
375 |
background: none repeat scroll 0% 0% #000;
|
376 |
-
|
377 |
}
|
378 |
|
379 |
#headdemo{
|
@@ -441,6 +441,7 @@ $footertexthovercolor ="#". Mage::getStoreConfig('theme/theme_config_footer/foot
|
|
441 |
</div>
|
442 |
<div id="top-cart-content" style="z-index: 1;position: absolute;top: 40px;left: -110px;">
|
443 |
<?php echo $this->getChildHtml('topcart'); ?>
|
|
|
444 |
</div>
|
445 |
</div>
|
446 |
<!-- cart EOF -->
|
@@ -527,4 +528,4 @@ var custom_slider=$.noConflict();
|
|
527 |
margin-top: 10px;
|
528 |
}
|
529 |
</style>
|
530 |
-
<!-- SCRIPT END FOR SLIDERS -->
|
365 |
|
366 |
.top-dropdowns {
|
367 |
position: absolute;
|
368 |
+
right: 0px;
|
369 |
top: 50%;
|
370 |
width: 350px;
|
371 |
}
|
373 |
padding: 0px 10px;
|
374 |
border-top: 3px solid transparent;
|
375 |
background: none repeat scroll 0% 0% #000;
|
376 |
+
|
377 |
}
|
378 |
|
379 |
#headdemo{
|
441 |
</div>
|
442 |
<div id="top-cart-content" style="z-index: 1;position: absolute;top: 40px;left: -110px;">
|
443 |
<?php echo $this->getChildHtml('topcart'); ?>
|
444 |
+
|
445 |
</div>
|
446 |
</div>
|
447 |
<!-- cart EOF -->
|
528 |
margin-top: 10px;
|
529 |
}
|
530 |
</style>
|
531 |
+
<!-- SCRIPT END FOR SLIDERS -->
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Kartparadigm_Theme</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Elegance Responsive Theme from Kart Paradigm For Your Magento Store</summary>
|
10 |
<description>Elegance Responsive Theme from Kart Paradigm For Your Magento Store</description>
|
11 |
-
<notes>Tested With Magento 1.8</notes>
|
12 |
<authors><author><name>Kartparadigm</name><user>kartparadigm</user><email>kartparadigm@gmail.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Kartparadigm"><dir name="Theme"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Font.php" hash="3599b033416ebbc47cb29cafcaee1d92"/></dir></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="9a7322e27aadaec500be22393023fac2"/><file name="system.xml" hash="e56cfa8938e4af450776521c57c49d81"/></dir><dir name="Helper"><file name="Data.php" hash="55bc660756d1d82f38bf7b6220d9745b"/></dir><dir name="Model"><dir name="Config"><file name="Font.php" hash="2d9c8970e46b276286aebdbb6aadad22"/><file name="Header.php" hash="b8dd7f630481aafa26a69b24e665fbf2"/></dir></dir><dir name="sql"><dir name="theme_setup"><file name="mysql4-install-0.1.0.php" hash="20ca91407bfc3dcc4c66f2b7cc2fa985"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Kartparadigm_Theme.xml" hash="ff158a19700572c75dfb8c74d346511f"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="kartparadigm_themeoptions.xml" hash="fb523f1d05eb29530e15396929657e51"/></dir></dir></dir></dir><dir name="frontend"><dir name="Kartparadigm"><dir name="default"><dir name="layout"><file name="catalog.xml" hash="e10923d3eeab4170c5eafcfc36405067"/><file name="checkout.xml" hash="240d02e8a39ed13d3cce8a184d519bbb"/><file name="customer.xml" hash="4a495a8eb2515d0fd4592d1b253aa92b"/><file name="directory.xml" hash="fc58f0c607c48373ac59b5f319930d96"/><file name="local.xml" hash="7abf402ab65e69bc0b390986fc2e4074"/><file name="local.xml~" hash="7abf402ab65e69bc0b390986fc2e4074"/><file name="page.xml" hash="da309aa3683c8c585f9081ac4e9727a7"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="b9324b604a878eff3cde5d9da1afdfff"/><file name="right_col.phtml" hash="bb9319cddafdd56098e3702e5b34087a"/></dir><dir name="catalog"><dir name="product"><dir name="compare"><file name="top_campare.phtml" hash="7fd15c8c982352b8c8bfa2acfb933b41"/></dir><dir name="list"><file name="related.phtml" hash="a1851875a595a39679fa97579893a06c"/><file name="toolbar.phtml" hash="ea822e6e3e9c8f5ddf8b5353fd37111b"/><file name="upsell.phtml" hash="13132b52c8c4b47ef49c8ad10fd2fb18"/></dir><file name="list.phtml" hash="d1c9d5d83ce3b7a84b3dba30f7b8c328"/><dir name="view"><file name="additional.phtml" hash="5d113b63135e535c5b6fe5695dc94ded"/><file name="addtocart.phtml" hash="8da42ecd79442b2c227893b84a61c83e"/><file name="addto.phtml" hash="5ad0f525e46ef7a1a8cbef2608c58bfc"/><file name="attributes.phtml" hash="c184b99a88f08fa50704c399a37fcfbc"/><file name="description.phtml" hash="4e920e324b0a0d366127a3ad99e2328d"/><file name="media.phtml" hash="2d8510e62c14c7a0517c7b782f77e677"/><dir name="options"><file name="js.phtml" hash="160fcd9f5eade825dfa8f4121aac9778"/><dir name="type"><file name="date.phtml" hash="78a303ab99f3361028053bf0b977b976"/><file name="default.phtml" hash="4c599ba00a9e7ab0e39768f0c49d52c3"/><file name="file.phtml" hash="3a7fe05c434ec81f68229ba5365095cc"/><file name="select.phtml" hash="4385f417292667d74616d113de034d4c"/><file name="text.phtml" hash="c041996450010583ae8759480f87d317"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="85655fc307d163ec6bffc07bef7f8924"/></dir><file name="wrapper.phtml" hash="a797d8924b27b63652255a8331bf8d44"/></dir><file name="options.phtml" hash="81a5b17ed13aabbca729c61b3f9b9111"/><file name="price_clone.phtml" hash="24e53a27dc39aa31afd2cdac7ab1656d"/><file name="price.phtml" hash="7c2bf22b14747f2b99d54f2778fda3c8"/><file name="tierprices.phtml" hash="9eab82fafca8880c619276489bf99649"/><dir name="type"><file name="configurable.phtml" hash="e67c05bee0fa75df518c39929aa10187"/><file name="default.phtml" hash="d2a515d3c74005b29c03df8fb89660d0"/><file name="grouped.phtml" hash="a2cf1b972121dbee6a6159e0d13c180e"/><file name="simple.phtml" hash="e67c05bee0fa75df518c39929aa10187"/><file name="virtual.phtml" hash="e67c05bee0fa75df518c39929aa10187"/></dir></dir><file name="view.phtml" hash="1e4724bdd041b891cf5ce6b5792cef9f"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="a6506809feaf1777e007864fc62ce26f"/><file name="link_inline.phtml" hash="351d332bd78df5f47bf6b66cb89a8297"/></dir><dir name="new"><dir name="content"><file name="new_grid.phtml" hash="2b327d89e9533a1835bef70687fd20b6"/><file name="new_list.phtml" hash="6073d9562d08044588c8406a81890a39"/></dir></dir></dir></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="5f95d0edae3012eb1ab883375c86a2e4"/></dir><dir name="checkout"><dir name="cart"><file name="sidebar.phtml" hash="df23f98ce77e29f14a154b49cc3b7982"/></dir><file name="cart.phtml" hash="aaddeac3d3db2522793f6d97078a5614"/><dir name="onepage"><file name="agreements.phtml" hash="a8f762dd61914b2d9eab9fe9ada1945a"/><file name="billing.phtml" hash="3627f62972b124c21cbb08fd67458552"/><file name="failure.phtml" hash="0b95128399f2521bf12837aceaa31836"/><file name="link.phtml" hash="323dcf7f1acb91a186595b618592be86"/><file name="login.phtml" hash="f9c7149ac00094f8dd1338fa82e6913c"/><file name="payment.phtml" hash="0f2094bb3da954aa9405c1af7b66ae2a"/><file name="progress.phtml" hash="3eab47ed120f6efd05f85294da825544"/><file name="review.phtml" hash="5ffdd3cc23815519462e3dcb1fc6b81a"/><file name="shipping_method.phtml" hash="ca5074b35e9a6167298a4a4433ecf98b"/><file name="shipping.phtml" hash="0dd2ceb18da2763395701c6379cb9a77"/></dir><file name="onepage.phtml" hash="b56ebb014bba7457ec64a95d7017d4a0"/></dir><dir name="customer"><dir name="form"><file name="mini.login.phtml" hash="67d0f9badb9e76302811115b3c5a5193"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="3c6f5da4a9b1b135dc19f6424864c1b1"/></dir><dir name="home"><file name="home-slider.phtml" hash="00c9ec5acaf092ed4ef0579a558abe3a"/></dir><dir name="page"><file name="1column-login.phtml" hash="1e306a01ff3c77e2a278e0e6e62cf836"/><file name="1column.phtml" hash="be86f7b96e97f1ce952a0858021c3f86"/><file name="2columns-left.phtml" hash="b08fdbf958a09a8388a7d8f71cf20802"/><file name="2columns-right.phtml" hash="db1b4f17c62e9947a4d498fab7b4b016"/><file name="3columns.phtml" hash="5984fc5ab57dea6e62edc8005556b8b4"/><dir name="html"><file name="breadcrumbs.phtml" hash="7ff6f02412164d24d8f9019c366933e7"/><file name="footer.phtml" hash="d57b37de086bc41b14efbb6130fff187"/><file name="header.phtml" hash="bbbdd1b6d2d276eaa38d88285af6a5d4"/><file name="head.phtml" hash="26eb0de4f7bd3d97a57809110b44f1e7"/><file name="top.links.phtml" hash="2ef7b8a3d4e7bdfe8d0eb3baab6ec592"/><file name="topmenu.phtml" hash="a37b4d8bcdc329584d1411434471057f"/></dir><dir name="switch"><file name="languages.phtml" hash="7adcd48c0976bdeef17d7b5c8679b9d0"/></dir><dir name="template"><file name="links.phtml" hash="174caf7d97dc7988332384f38911a50e"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="fc58c50dba0ecbd0c3caac7eeb43fbff"/><file name="login.phtml" hash="c18bcb95e5ace903561dc2c02eb57c20"/></dir></dir><dir name="customer"><dir name="form"><file name="register.phtml" hash="08d32c6b7f2ca908148e873531121516"/></dir></dir></dir><dir name="rating"><file name="detailed.phtml" hash="fd0413a654744d23ce6eea412221a2e4"/><file name="empty.phtml" hash="2b5189dccbaa36740993f45bd6f11214"/></dir></dir></dir><dir name="red"><dir name="layout"><file name="page.xml" hash="da309aa3683c8c585f9081ac4e9727a7"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="Kartparadigm"><dir name="default"><dir name="css"><file name="custom.css" hash="8c18075316d5c3ebf8fc7c13a7e8f973"/><file name="kartparadigm_custom1.css" hash="557fd4e0f33095e13461d4102aac2ac3"/><file name="kartparadigm_responsive.css" hash="f941ce6bef9eac16cf205b9aedcc11f7"/><file name="oauth-simple.css" hash="67904fdf64804b5099b269b6ed195559"/><file name="print.css" hash="7e33379ce10c8eefe3a996a4747147e2"/><file name="slicknav.css" hash="e94d684d59b14cb91b1c4be7e78ae894"/><file name="styles.css" hash="218447b7abae8817a3c9879658dc70f6"/><file name="styles-ie.css" hash="c84e639708d3f4aca7481da19d9ab527"/><file name="zoome-min.css" hash="2cd1b88cd2c416ca745d620d74099ca4"/></dir><dir name="dist"><file name="easyzoom.css" hash="2cefe2d1cb1f7741e90631710a4c51a4"/><file name="easyzoom.js" hash="152a71abff4d703b7f744e2ee2033391"/></dir><dir name="images"><file name="arrow_button.png" hash="0940dd9a978c0ec67d2c6af2f4db76d1"/><file name="arrow_item.gif" hash="6b900f7859f71ad50b831443dadebd73"/><file name="arrow_switch.png" hash="7207a00f938ab4c9541b94da1392ad38"/><file name="arrow_totop.png" hash="11ba65a404c752de8d1febc9192f2e63"/><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="2ca36eb80ea705e063409153f3821f78"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav0.jpg" hash="f9ac3f31e293cf075471d2d3fe07353a"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_overlay.png" hash="041f0235c3be78832bfaa8b71b6b0f62"/><file name="btn_overlay_product.png" hash="14bbca567f8f7c29423499b5dcc29d99"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_top.png" hash="19d6b2f2ebad51586937fc3c964399b7"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="close-button.jpg" hash="11abcaf71c6fd86cd4bad6f55a5c5861"/><file name="compare.png" hash="6d104618e7ee2bb1df96b30ad62cd670"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="email.png" hash="b3ce78446a41bcf10f5b360abaf54f18"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="fullimage1.jpg" hash="e152c7841ca2ff1c1b5fd4b0e6648fe5"/><file name="fullimage2.jpg" hash="38a5c6fa40b112b416eb5c8d6d373729"/><file name="fullimage31.jpg" hash="54208fb22dcc4cdd77d66c241520e7cb"/><file name="fullimage3.jpg" hash="b6fee42a6cad31b5ee12fc6c55db730b"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="home_left_callout.jpg" hash="ee99a5586cf52e85c986d1275958a7da"/><file name="home_main_callout.jpg" hash="e6d1c119d5b24a5916fe394cb4b5cdc3"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="0387e39741a16898929775410df45c1e"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="icon_breadcrumb.gif" hash="cf5011f45d91707ca9a2adf0ad00eade"/><file name="icon_cart_listing_mask.png" hash="4fad1f67bf49d149f3a5e4f002954cc2"/><file name="icon_cart.png" hash="de8ba809a7d01078723cc7a190784c40"/><file name="icon_cart_product.png" hash="db0c78332221b74d6fd851201286d827"/><file name="i_desc_arrow.gif" hash="416c77d2204af4086f284e3c40abf77c"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_grid_mode.gif" hash="9cee2da37a616ba9c74546d9f29d90d5"/><file name="i_list_mode.gif" hash="30fcde3e54356c5926db2a11ab7e646a"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_bg.jpg" hash="7d788a663655590ae1699cf67c987efd"/><file name="login-bkg.jpg" hash="fe15543314b5bb8b2a784a56fd81547a"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><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="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/><file name="ph_callout_left_top.gif" hash="f17a036d75e5065eb76bafbb2c8ad7ff"/><file name="product-labels.png" hash="e3ce8e1dcc68e943a5101d5b3d72b794"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="rating.png" hash="ee50a3422fdbcdea0087a780d987bf2f"/><file name="search.png" hash="fb878b2183312d26d12eb9cdbd4c5ae9"/><file name="selectbox_arrow.png" hash="1a46d721bd9463e17f339478defeef69"/><file name="slider-arrows.png" hash="4ac7c7406ba3c64eab89e4f8df67624d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slideshow_arrows.png" hash="6d70de552e7e1b996ff3a7daab130572"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="wishlist.png" hash="926c01e674a429b216d76f02bec48567"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="blurbox.js" hash="1c62c2bb03bfbff39e8b65edeafaa5d4"/><file name="bootstrap.min.js" hash="bed31fb959612a0a77d8e87b9d0b3683"/><file name="jquery.min-1.11.1.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="jquery.slicknav.js" hash="9809020b8571572205b1e958fbf5f44a"/><file name="modernizr.min.js" hash="42306a279a9e831515347ae319181cd1"/></dir><dir name="owl-carousel"><file name="grabbing.png" hash="d817e1dba5bd5d891d0504bf1715807b"/><file name="owl.carousel.css" hash="0371b5a2d50e985b09b7d337edc0dc9f"/><file name="owl.carousel.js" hash="a5f96c62d75be144282ef6cc429a6259"/><file name="owl.theme.css" hash="f23cf727e4fcca9a5470658da5e755c9"/></dir></dir><dir name="red"><dir name="css"><file name="custom.css" hash="b278be1971879132c620387708fd3fc0"/><file name="kartparadigm_custom1.css" hash="dba2f769c229da2e53afccf280e030e2"/><file name="kartparadigm_responsive.css" hash="f941ce6bef9eac16cf205b9aedcc11f7"/><file name="oauth-simple.css" hash="67904fdf64804b5099b269b6ed195559"/><file name="print.css" hash="7e33379ce10c8eefe3a996a4747147e2"/><file name="slicknav.css" hash="e94d684d59b14cb91b1c4be7e78ae894"/><file name="styles.css" hash="218447b7abae8817a3c9879658dc70f6"/><file name="styles-ie.css" hash="c84e639708d3f4aca7481da19d9ab527"/><file name="zoome-min.css" hash="2cd1b88cd2c416ca745d620d74099ca4"/></dir><dir name="dist"><file name="easyzoom.css" hash="2cefe2d1cb1f7741e90631710a4c51a4"/><file name="easyzoom.js" hash="152a71abff4d703b7f744e2ee2033391"/></dir><dir name="images"><file name="arrow_button.png" hash="0940dd9a978c0ec67d2c6af2f4db76d1"/><file name="arrow_item.gif" hash="6b900f7859f71ad50b831443dadebd73"/><file name="arrow_switch.png" hash="7207a00f938ab4c9541b94da1392ad38"/><file name="arrow_totop.png" hash="11ba65a404c752de8d1febc9192f2e63"/><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="2ca36eb80ea705e063409153f3821f78"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav0.jpg" hash="f9ac3f31e293cf075471d2d3fe07353a"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_overlay.png" hash="041f0235c3be78832bfaa8b71b6b0f62"/><file name="btn_overlay_product.png" hash="14bbca567f8f7c29423499b5dcc29d99"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_top.png" hash="19d6b2f2ebad51586937fc3c964399b7"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="close-button.jpg" hash="11abcaf71c6fd86cd4bad6f55a5c5861"/><file name="compare.png" hash="6d104618e7ee2bb1df96b30ad62cd670"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="email.png" hash="b3ce78446a41bcf10f5b360abaf54f18"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="fullimage1.jpg" hash="e152c7841ca2ff1c1b5fd4b0e6648fe5"/><file name="fullimage2.jpg" hash="38a5c6fa40b112b416eb5c8d6d373729"/><file name="fullimage31.jpg" hash="54208fb22dcc4cdd77d66c241520e7cb"/><file name="fullimage3.jpg" hash="b6fee42a6cad31b5ee12fc6c55db730b"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="home_left_callout.jpg" hash="ee99a5586cf52e85c986d1275958a7da"/><file name="home_main_callout.jpg" hash="e6d1c119d5b24a5916fe394cb4b5cdc3"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="0387e39741a16898929775410df45c1e"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="icon_breadcrumb.gif" hash="cf5011f45d91707ca9a2adf0ad00eade"/><file name="icon_cart_listing_mask.png" hash="4fad1f67bf49d149f3a5e4f002954cc2"/><file name="icon_cart.png" hash="de8ba809a7d01078723cc7a190784c40"/><file name="icon_cart_product.png" hash="db0c78332221b74d6fd851201286d827"/><file name="i_desc_arrow.gif" hash="416c77d2204af4086f284e3c40abf77c"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_grid_mode.gif" hash="9cee2da37a616ba9c74546d9f29d90d5"/><file name="i_list_mode.gif" hash="30fcde3e54356c5926db2a11ab7e646a"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_bg.jpg" hash="7d788a663655590ae1699cf67c987efd"/><file name="login-bkg.jpg" hash="fe15543314b5bb8b2a784a56fd81547a"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><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="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/><file name="ph_callout_left_top.gif" hash="f17a036d75e5065eb76bafbb2c8ad7ff"/><file name="product-labels.png" hash="e3ce8e1dcc68e943a5101d5b3d72b794"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="rating.png" hash="ee50a3422fdbcdea0087a780d987bf2f"/><file name="search.png" hash="fb878b2183312d26d12eb9cdbd4c5ae9"/><file name="selectbox_arrow.png" hash="1a46d721bd9463e17f339478defeef69"/><file name="slider-arrows.png" hash="4ac7c7406ba3c64eab89e4f8df67624d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slideshow_arrows.png" hash="6d70de552e7e1b996ff3a7daab130572"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="wishlist.png" hash="926c01e674a429b216d76f02bec48567"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="blurbox.js" hash="1c62c2bb03bfbff39e8b65edeafaa5d4"/><file name="bootstrap.min.js" hash="bed31fb959612a0a77d8e87b9d0b3683"/><file name="jquery.min-1.11.1.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="jquery.slicknav.js" hash="9809020b8571572205b1e958fbf5f44a"/><file name="modernizr.min.js" hash="42306a279a9e831515347ae319181cd1"/></dir><dir name="owl-carousel"><file name="grabbing.png" hash="d817e1dba5bd5d891d0504bf1715807b"/><file name="owl.carousel.css" hash="0371b5a2d50e985b09b7d337edc0dc9f"/><file name="owl.carousel.js" hash="a5f96c62d75be144282ef6cc429a6259"/><file name="owl.theme.css" hash="f23cf727e4fcca9a5470658da5e755c9"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="wysiwyg"><dir name="img"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="logo.png" hash="973cece94f16143eef38eb351d51e6c6"/><file name="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/><file name="Selection_005.png" hash="96f33c669746951a9b185d26ef04797f"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Kartparadigm_Theme</name>
|
4 |
+
<version>1.0.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Elegance Responsive Theme from Kart Paradigm For Your Magento Store</summary>
|
10 |
<description>Elegance Responsive Theme from Kart Paradigm For Your Magento Store</description>
|
11 |
+
<notes>Tested With Magento 1.8, 1.8.1 and 1.9</notes>
|
12 |
<authors><author><name>Kartparadigm</name><user>kartparadigm</user><email>kartparadigm@gmail.com</email></author></authors>
|
13 |
+
<date>2015-04-06</date>
|
14 |
+
<time>11:33:11</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Kartparadigm"><dir name="Theme"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Font.php" hash="3599b033416ebbc47cb29cafcaee1d92"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="55bc660756d1d82f38bf7b6220d9745b"/></dir><dir name="Model"><dir name="Config"><file name="Font.php" hash="2d9c8970e46b276286aebdbb6aadad22"/><file name="Header.php" hash="b8dd7f630481aafa26a69b24e665fbf2"/></dir></dir><dir name="etc"><file name="config.xml" hash="5e66189711e646dfc43981899061d423"/><file name="system.xml" hash="7fb1bd39cc6de783b4cf10e4398c70a2"/></dir><dir name="sql"><dir name="theme_setup"><file name="mysql4-install-0.1.0.php" hash="b73b818afca13f160694f04a12c22117"/><file name="mysql4-install-0.1.0.php.bak" hash="c064b47b49e6d9ba39a6423541152515"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Kartparadigm_Theme.xml" hash="ff158a19700572c75dfb8c74d346511f"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="kartparadigm_themeoptions.xml" hash="fb523f1d05eb29530e15396929657e51"/></dir></dir></dir></dir><dir name="frontend"><dir name="Kartparadigm"><dir name="default"><dir name="layout"><file name="catalog.xml" hash="e10923d3eeab4170c5eafcfc36405067"/><file name="checkout.xml" hash="dc99c554705304d14df1bc082124d7bd"/><file name="customer.xml" hash="4a495a8eb2515d0fd4592d1b253aa92b"/><file name="directory.xml" hash="fc58f0c607c48373ac59b5f319930d96"/><file name="local.xml" hash="456e272a156d817b5694d11f02ffd0fa"/><file name="page.xml" hash="a9b230492f8ad09bee228ae341a44019"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="b9324b604a878eff3cde5d9da1afdfff"/><file name="right_col.phtml" hash="bb9319cddafdd56098e3702e5b34087a"/></dir><dir name="catalog"><dir name="product"><dir name="compare"><file name="top_campare.phtml" hash="7fd15c8c982352b8c8bfa2acfb933b41"/></dir><dir name="list"><file name="related.phtml" hash="a1851875a595a39679fa97579893a06c"/><file name="toolbar.phtml" hash="ea822e6e3e9c8f5ddf8b5353fd37111b"/><file name="upsell.phtml" hash="13132b52c8c4b47ef49c8ad10fd2fb18"/></dir><file name="list.phtml" hash="d1c9d5d83ce3b7a84b3dba30f7b8c328"/><file name="price.phtml" hash="db26709ad4723a94695b40b717e04161"/><dir name="view"><file name="additional.phtml" hash="5d113b63135e535c5b6fe5695dc94ded"/><file name="addto.phtml" hash="5ad0f525e46ef7a1a8cbef2608c58bfc"/><file name="addtocart.phtml" hash="8da42ecd79442b2c227893b84a61c83e"/><file name="attributes.phtml" hash="c184b99a88f08fa50704c399a37fcfbc"/><file name="description.phtml" hash="4e920e324b0a0d366127a3ad99e2328d"/><file name="media.phtml" hash="2d8510e62c14c7a0517c7b782f77e677"/><dir name="options"><file name="js.phtml" hash="160fcd9f5eade825dfa8f4121aac9778"/><dir name="type"><file name="date.phtml" hash="78a303ab99f3361028053bf0b977b976"/><file name="default.phtml" hash="4c599ba00a9e7ab0e39768f0c49d52c3"/><file name="file.phtml" hash="3a7fe05c434ec81f68229ba5365095cc"/><file name="select.phtml" hash="4385f417292667d74616d113de034d4c"/><file name="text.phtml" hash="c041996450010583ae8759480f87d317"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="85655fc307d163ec6bffc07bef7f8924"/></dir><file name="wrapper.phtml" hash="a797d8924b27b63652255a8331bf8d44"/></dir><file name="options.phtml" hash="81a5b17ed13aabbca729c61b3f9b9111"/><file name="price.phtml" hash="7c2bf22b14747f2b99d54f2778fda3c8"/><file name="price_clone.phtml" hash="24e53a27dc39aa31afd2cdac7ab1656d"/><file name="tierprices.phtml" hash="9eab82fafca8880c619276489bf99649"/><dir name="type"><file name="configurable.phtml" hash="e67c05bee0fa75df518c39929aa10187"/><file name="default.phtml" hash="d2a515d3c74005b29c03df8fb89660d0"/><file name="grouped.phtml" hash="a2cf1b972121dbee6a6159e0d13c180e"/><file name="simple.phtml" hash="e67c05bee0fa75df518c39929aa10187"/><file name="virtual.phtml" hash="e67c05bee0fa75df518c39929aa10187"/></dir></dir><file name="view.phtml" hash="74f7fcd4337711065d262fb54e2edd36"/><file name="view.phtml.bak" hash="1f675aee76c4456cbef4a9f44dd4127a"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="a6506809feaf1777e007864fc62ce26f"/><file name="link_inline.phtml" hash="351d332bd78df5f47bf6b66cb89a8297"/></dir><dir name="new"><dir name="content"><file name="new_grid.phtml" hash="2b327d89e9533a1835bef70687fd20b6"/><file name="new_list.phtml" hash="6073d9562d08044588c8406a81890a39"/></dir></dir></dir></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="5f95d0edae3012eb1ab883375c86a2e4"/></dir><dir name="checkout"><dir name="cart"><dir name="minicart"><file name="default.phtml" hash="91e04cd578a4ae7234bdf0b3df4500a1"/><file name="items.phtml" hash="1274efbfbe25160126ddacda22036d40"/></dir><file name="minicart.phtml" hash="ae2ce17c32f969c2e53bd9504591d40b"/><file name="sidebar.phtml" hash="b1c3fd3710f92a6a00bf0589751804dc"/><file name="sidebar.phtml.bak" hash="9c201baceb942f575212acd6b122d0d0"/></dir><file name="cart.phtml" hash="aaddeac3d3db2522793f6d97078a5614"/><dir name="onepage"><file name="agreements.phtml" hash="a8f762dd61914b2d9eab9fe9ada1945a"/><file name="billing.phtml" hash="3627f62972b124c21cbb08fd67458552"/><file name="failure.phtml" hash="0b95128399f2521bf12837aceaa31836"/><file name="link.phtml" hash="323dcf7f1acb91a186595b618592be86"/><file name="login.phtml" hash="f9c7149ac00094f8dd1338fa82e6913c"/><file name="payment.phtml" hash="0f2094bb3da954aa9405c1af7b66ae2a"/><file name="progress.phtml" hash="3eab47ed120f6efd05f85294da825544"/><file name="review.phtml" hash="5ffdd3cc23815519462e3dcb1fc6b81a"/><file name="shipping.phtml" hash="0dd2ceb18da2763395701c6379cb9a77"/><file name="shipping_method.phtml" hash="ca5074b35e9a6167298a4a4433ecf98b"/></dir><file name="onepage.phtml" hash="b56ebb014bba7457ec64a95d7017d4a0"/></dir><dir name="customer"><dir name="form"><file name="mini.login.phtml" hash="67d0f9badb9e76302811115b3c5a5193"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="3c6f5da4a9b1b135dc19f6424864c1b1"/></dir><dir name="home"><file name="home-slider.phtml" hash="34fbeb82f212a1e82f553485d89232d6"/><file name="home-slider.phtml.bak" hash="5cd5fce544d79b0dcb399b44cab790df"/></dir><dir name="page"><file name="1column-login.phtml" hash="1e306a01ff3c77e2a278e0e6e62cf836"/><file name="1column.phtml" hash="be86f7b96e97f1ce952a0858021c3f86"/><file name="2columns-left.phtml" hash="b08fdbf958a09a8388a7d8f71cf20802"/><file name="2columns-right.phtml" hash="db1b4f17c62e9947a4d498fab7b4b016"/><file name="3columns.phtml" hash="5984fc5ab57dea6e62edc8005556b8b4"/><dir name="html"><file name="breadcrumbs.phtml" hash="7ff6f02412164d24d8f9019c366933e7"/><file name="footer.phtml" hash="d57b37de086bc41b14efbb6130fff187"/><file name="head.phtml" hash="26eb0de4f7bd3d97a57809110b44f1e7"/><file name="header.phtml" hash="b35918b04ed5d69eceeecf7abf281865"/><file name="top.links.phtml" hash="2ef7b8a3d4e7bdfe8d0eb3baab6ec592"/><file name="topmenu.phtml" hash="a37b4d8bcdc329584d1411434471057f"/></dir><dir name="switch"><file name="languages.phtml" hash="7adcd48c0976bdeef17d7b5c8679b9d0"/></dir><dir name="template"><file name="links.phtml" hash="174caf7d97dc7988332384f38911a50e"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="fc58c50dba0ecbd0c3caac7eeb43fbff"/><file name="login.phtml" hash="c18bcb95e5ace903561dc2c02eb57c20"/></dir></dir><dir name="customer"><dir name="form"><file name="register.phtml" hash="08d32c6b7f2ca908148e873531121516"/></dir></dir></dir><dir name="rating"><file name="detailed.phtml" hash="fd0413a654744d23ce6eea412221a2e4"/><file name="empty.phtml" hash="2b5189dccbaa36740993f45bd6f11214"/></dir></dir></dir><dir name="red"><dir name="layout"><file name="page.xml" hash="da309aa3683c8c585f9081ac4e9727a7"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="Kartparadigm"><dir name="default"><dir name="css"><file name="custom.css" hash="8c18075316d5c3ebf8fc7c13a7e8f973"/><file name="kartparadigm_custom1.css" hash="3b110a222a45a037d4e54f5b4e634bd0"/><file name="kartparadigm_responsive.css" hash="f941ce6bef9eac16cf205b9aedcc11f7"/><file name="oauth-simple.css" hash="67904fdf64804b5099b269b6ed195559"/><file name="print.css" hash="7e33379ce10c8eefe3a996a4747147e2"/><file name="slicknav.css" hash="e94d684d59b14cb91b1c4be7e78ae894"/><file name="styles-ie.css" hash="c84e639708d3f4aca7481da19d9ab527"/><file name="styles.css" hash="218447b7abae8817a3c9879658dc70f6"/><file name="zoome-min.css" hash="2cd1b88cd2c416ca745d620d74099ca4"/></dir><dir name="dist"><file name="easyzoom.css" hash="2cefe2d1cb1f7741e90631710a4c51a4"/><file name="easyzoom.js" hash="152a71abff4d703b7f744e2ee2033391"/></dir><dir name="images"><file name="arrow_button.png" hash="0940dd9a978c0ec67d2c6af2f4db76d1"/><file name="arrow_item.gif" hash="6b900f7859f71ad50b831443dadebd73"/><file name="arrow_switch.png" hash="7207a00f938ab4c9541b94da1392ad38"/><file name="arrow_totop.png" hash="11ba65a404c752de8d1febc9192f2e63"/><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="2ca36eb80ea705e063409153f3821f78"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav0.jpg" hash="f9ac3f31e293cf075471d2d3fe07353a"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_overlay.png" hash="041f0235c3be78832bfaa8b71b6b0f62"/><file name="btn_overlay_product.png" hash="14bbca567f8f7c29423499b5dcc29d99"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_top.png" hash="19d6b2f2ebad51586937fc3c964399b7"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="close-button.jpg" hash="11abcaf71c6fd86cd4bad6f55a5c5861"/><file name="compare.png" hash="6d104618e7ee2bb1df96b30ad62cd670"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="email.png" hash="b3ce78446a41bcf10f5b360abaf54f18"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="fullimage1.jpg" hash="55803538e112eaab0a30750c92e55cd0"/><file name="fullimage11.jpg" hash="e152c7841ca2ff1c1b5fd4b0e6648fe5"/><file name="fullimage2.jpg" hash="ead22068ce05243177c1f42c4635ae98"/><file name="fullimage22.jpg" hash="38a5c6fa40b112b416eb5c8d6d373729"/><file name="fullimage3.jpg" hash="ff512306d7824e5b4c32988cb527553b"/><file name="fullimage31.jpg" hash="54208fb22dcc4cdd77d66c241520e7cb"/><file name="fullimage33.jpg" hash="b6fee42a6cad31b5ee12fc6c55db730b"/><file name="fullimage4.jpg" hash="f902bff88b9606fe063c41826b650a19"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="home_left_callout.jpg" hash="ee99a5586cf52e85c986d1275958a7da"/><file name="home_main_callout.jpg" hash="e6d1c119d5b24a5916fe394cb4b5cdc3"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="0387e39741a16898929775410df45c1e"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="416c77d2204af4086f284e3c40abf77c"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_grid_mode.gif" hash="9cee2da37a616ba9c74546d9f29d90d5"/><file name="i_list_mode.gif" hash="30fcde3e54356c5926db2a11ab7e646a"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_breadcrumb.gif" hash="cf5011f45d91707ca9a2adf0ad00eade"/><file name="icon_cart.png" hash="de8ba809a7d01078723cc7a190784c40"/><file name="icon_cart_listing_mask.png" hash="4fad1f67bf49d149f3a5e4f002954cc2"/><file name="icon_cart_product.png" hash="db0c78332221b74d6fd851201286d827"/><file name="login-bkg.jpg" hash="fe15543314b5bb8b2a784a56fd81547a"/><file name="login_bg.jpg" hash="7d788a663655590ae1699cf67c987efd"/><file name="logo.gif" hash="2d5939ccd2857227bece6ddb2effba45"/><file name="logo.png" hash="9c051de51ebc66f820d07b2ceb62c25b"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="logo.png" hash="9c051de51ebc66f820d07b2ceb62c25b"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><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="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/><file name="ph_callout_left_top.gif" hash="f17a036d75e5065eb76bafbb2c8ad7ff"/><file name="product-labels.png" hash="e3ce8e1dcc68e943a5101d5b3d72b794"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="rating.png" hash="ee50a3422fdbcdea0087a780d987bf2f"/><file name="search.png" hash="fb878b2183312d26d12eb9cdbd4c5ae9"/><file name="selectbox_arrow.png" hash="1a46d721bd9463e17f339478defeef69"/><file name="slider-arrows.png" hash="4ac7c7406ba3c64eab89e4f8df67624d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slideshow_arrows.png" hash="6d70de552e7e1b996ff3a7daab130572"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="wishlist.png" hash="926c01e674a429b216d76f02bec48567"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="blurbox.js" hash="1c62c2bb03bfbff39e8b65edeafaa5d4"/><file name="bootstrap.min.js" hash="bed31fb959612a0a77d8e87b9d0b3683"/><file name="jquery.min-1.11.1.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="jquery.slicknav.js" hash="9809020b8571572205b1e958fbf5f44a"/><file name="modernizr.min.js" hash="42306a279a9e831515347ae319181cd1"/></dir><dir name="owl-carousel"><file name="grabbing.png" hash="d817e1dba5bd5d891d0504bf1715807b"/><file name="owl.carousel.css" hash="0371b5a2d50e985b09b7d337edc0dc9f"/><file name="owl.carousel.js" hash="a5f96c62d75be144282ef6cc429a6259"/><file name="owl.theme.css" hash="f23cf727e4fcca9a5470658da5e755c9"/></dir></dir><dir name="red"><dir name="css"><file name="custom.css" hash="b278be1971879132c620387708fd3fc0"/><file name="kartparadigm_custom1.css" hash="dba2f769c229da2e53afccf280e030e2"/><file name="kartparadigm_responsive.css" hash="f941ce6bef9eac16cf205b9aedcc11f7"/><file name="oauth-simple.css" hash="67904fdf64804b5099b269b6ed195559"/><file name="print.css" hash="7e33379ce10c8eefe3a996a4747147e2"/><file name="slicknav.css" hash="e94d684d59b14cb91b1c4be7e78ae894"/><file name="styles-ie.css" hash="c84e639708d3f4aca7481da19d9ab527"/><file name="styles.css" hash="218447b7abae8817a3c9879658dc70f6"/><file name="zoome-min.css" hash="2cd1b88cd2c416ca745d620d74099ca4"/></dir><dir name="dist"><file name="easyzoom.css" hash="2cefe2d1cb1f7741e90631710a4c51a4"/><file name="easyzoom.js" hash="152a71abff4d703b7f744e2ee2033391"/></dir><dir name="images"><file name="arrow_button.png" hash="0940dd9a978c0ec67d2c6af2f4db76d1"/><file name="arrow_item.gif" hash="6b900f7859f71ad50b831443dadebd73"/><file name="arrow_switch.png" hash="7207a00f938ab4c9541b94da1392ad38"/><file name="arrow_totop.png" hash="11ba65a404c752de8d1febc9192f2e63"/><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="2ca36eb80ea705e063409153f3821f78"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav0.jpg" hash="f9ac3f31e293cf075471d2d3fe07353a"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_overlay.png" hash="041f0235c3be78832bfaa8b71b6b0f62"/><file name="btn_overlay_product.png" hash="14bbca567f8f7c29423499b5dcc29d99"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_top.png" hash="19d6b2f2ebad51586937fc3c964399b7"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="close-button.jpg" hash="11abcaf71c6fd86cd4bad6f55a5c5861"/><file name="compare.png" hash="6d104618e7ee2bb1df96b30ad62cd670"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="email.png" hash="b3ce78446a41bcf10f5b360abaf54f18"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="fullimage1.jpg" hash="e152c7841ca2ff1c1b5fd4b0e6648fe5"/><file name="fullimage2.jpg" hash="38a5c6fa40b112b416eb5c8d6d373729"/><file name="fullimage3.jpg" hash="b6fee42a6cad31b5ee12fc6c55db730b"/><file name="fullimage31.jpg" hash="54208fb22dcc4cdd77d66c241520e7cb"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="home_left_callout.jpg" hash="ee99a5586cf52e85c986d1275958a7da"/><file name="home_main_callout.jpg" hash="e6d1c119d5b24a5916fe394cb4b5cdc3"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="0387e39741a16898929775410df45c1e"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="416c77d2204af4086f284e3c40abf77c"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_grid_mode.gif" hash="9cee2da37a616ba9c74546d9f29d90d5"/><file name="i_list_mode.gif" hash="30fcde3e54356c5926db2a11ab7e646a"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_breadcrumb.gif" hash="cf5011f45d91707ca9a2adf0ad00eade"/><file name="icon_cart.png" hash="de8ba809a7d01078723cc7a190784c40"/><file name="icon_cart_listing_mask.png" hash="4fad1f67bf49d149f3a5e4f002954cc2"/><file name="icon_cart_product.png" hash="db0c78332221b74d6fd851201286d827"/><file name="login-bkg.jpg" hash="fe15543314b5bb8b2a784a56fd81547a"/><file name="login_bg.jpg" hash="7d788a663655590ae1699cf67c987efd"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><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="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/><file name="ph_callout_left_top.gif" hash="f17a036d75e5065eb76bafbb2c8ad7ff"/><file name="product-labels.png" hash="e3ce8e1dcc68e943a5101d5b3d72b794"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="rating.png" hash="ee50a3422fdbcdea0087a780d987bf2f"/><file name="search.png" hash="fb878b2183312d26d12eb9cdbd4c5ae9"/><file name="selectbox_arrow.png" hash="1a46d721bd9463e17f339478defeef69"/><file name="slider-arrows.png" hash="4ac7c7406ba3c64eab89e4f8df67624d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slideshow_arrows.png" hash="6d70de552e7e1b996ff3a7daab130572"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="wishlist.png" hash="926c01e674a429b216d76f02bec48567"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="blurbox.js" hash="1c62c2bb03bfbff39e8b65edeafaa5d4"/><file name="bootstrap.min.js" hash="bed31fb959612a0a77d8e87b9d0b3683"/><file name="jquery.min-1.11.1.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="jquery.slicknav.js" hash="9809020b8571572205b1e958fbf5f44a"/><file name="modernizr.min.js" hash="42306a279a9e831515347ae319181cd1"/></dir><dir name="owl-carousel"><file name="grabbing.png" hash="d817e1dba5bd5d891d0504bf1715807b"/><file name="owl.carousel.css" hash="0371b5a2d50e985b09b7d337edc0dc9f"/><file name="owl.carousel.js" hash="a5f96c62d75be144282ef6cc429a6259"/><file name="owl.theme.css" hash="f23cf727e4fcca9a5470658da5e755c9"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="wysiwyg"><dir name="img"><file name="Selection_005.png" hash="96f33c669746951a9b185d26ef04797f"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="logo.png" hash="973cece94f16143eef38eb351d51e6c6"/><file name="ph_callout_left_rebel.jpg" hash="0ce8ad0026d8b8a83ed7acdf6209129b"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/Kartparadigm/default/css/kartparadigm_custom1.css
CHANGED
@@ -480,7 +480,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
480 |
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
|
481 |
|
482 |
/* Block: Cart */
|
483 |
-
.col-right .block-cart {padding: 23px
|
484 |
.cms-index-index .col3-layout .col-right .block-cart {padding: 0px !important;}
|
485 |
.col2-right-layout .col-right .block-cart {/*padding: 0px !important;*/}
|
486 |
.block-cart .summary {}
|
@@ -1584,9 +1584,13 @@ p.required { font-size: 12px; text-align: left; }
|
|
1584 |
.main { margin:0 auto; position: relative; z-index:1; }
|
1585 |
|
1586 |
/* Base Columns */
|
1587 |
-
.col-left { float:left; width:
|
1588 |
-
.col-main, .col-main-left, .col-main-right { float:left; width:
|
1589 |
-
|
|
|
|
|
|
|
|
|
1590 |
|
1591 |
/* 1 Column Layout */
|
1592 |
.col1-layout .col-main {float:none; width:auto; margin:0;}
|
@@ -1596,7 +1600,7 @@ p.required { font-size: 12px; text-align: left; }
|
|
1596 |
.col2-right-layout .col-main {}
|
1597 |
|
1598 |
.col3-layout .col-main {width:570px; margin:0; float:left;}
|
1599 |
-
.col3-layout .col-wrapper { width:
|
1600 |
|
1601 |
/*** CUSTOM STYLES ****/
|
1602 |
body.non-responsive {min-width:1200px;}
|
@@ -1676,7 +1680,8 @@ body.non-responsive {min-width:1200px;}
|
|
1676 |
header { position:relative; z-index:10020;
|
1677 |
-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
1678 |
-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
1679 |
-
box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
|
1680 |
.logo { float:none; display: inline-block; }
|
1681 |
header a.logo { text-decoration:none !important; margin:34px 0; }
|
1682 |
header a.logo img{ max-width:100%; height:auto;width:auto\9; /* ie8 */ }
|
@@ -3220,7 +3225,13 @@ html[xmlns] .slides {display: block;}
|
|
3220 |
|
3221 |
|
3222 |
/* Class: std - styles for admin-controlled content */
|
3223 |
-
.std {
|
|
|
|
|
|
|
|
|
|
|
|
|
3224 |
.std a {}
|
3225 |
.std a:hover {}
|
3226 |
|
@@ -4167,4 +4178,22 @@ transition: background 200ms ease-in-out;
|
|
4167 |
}
|
4168 |
.cms-index-index .col1-layout #home-screen-slider {
|
4169 |
margin-bottom: 40px !important;
|
4170 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
|
481 |
|
482 |
/* Block: Cart */
|
483 |
+
.col-right .block-cart {padding: 23px 0px !important;}
|
484 |
.cms-index-index .col3-layout .col-right .block-cart {padding: 0px !important;}
|
485 |
.col2-right-layout .col-right .block-cart {/*padding: 0px !important;*/}
|
486 |
.block-cart .summary {}
|
1584 |
.main { margin:0 auto; position: relative; z-index:1; }
|
1585 |
|
1586 |
/* Base Columns */
|
1587 |
+
.col-left { float:left; width:290px; border:none; padding:30px 0 0; margin:0; }
|
1588 |
+
.col-main, .col-main-left, .col-main-right { float:left; width:72%; border:none; padding: 15px 15px 0px;
|
1589 |
+
margin:0; min-height:400px; }
|
1590 |
+
.catalog-product-view .col2-right-layout .col-main {
|
1591 |
+
padding: 30px 20px 0px !important;
|
1592 |
+
}
|
1593 |
+
.col-right { float:right; width: 315px; border:none; padding: 30px 0px 0px; margin:0; }
|
1594 |
|
1595 |
/* 1 Column Layout */
|
1596 |
.col1-layout .col-main {float:none; width:auto; margin:0;}
|
1600 |
.col2-right-layout .col-main {}
|
1601 |
|
1602 |
.col3-layout .col-main {width:570px; margin:0; float:left;}
|
1603 |
+
.col3-layout .col-wrapper { width: 72%; }
|
1604 |
|
1605 |
/*** CUSTOM STYLES ****/
|
1606 |
body.non-responsive {min-width:1200px;}
|
1680 |
header { position:relative; z-index:10020;
|
1681 |
-webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
1682 |
-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
1683 |
+
box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
1684 |
+
border-bottom: 3px solid #060606;}
|
1685 |
.logo { float:none; display: inline-block; }
|
1686 |
header a.logo { text-decoration:none !important; margin:34px 0; }
|
1687 |
header a.logo img{ max-width:100%; height:auto;width:auto\9; /* ie8 */ }
|
3225 |
|
3226 |
|
3227 |
/* Class: std - styles for admin-controlled content */
|
3228 |
+
.std {
|
3229 |
+
margin-left: 30px;
|
3230 |
+
}
|
3231 |
+
|
3232 |
+
.cms-index-index .col-left, .cms-index-index .col-right {
|
3233 |
+
padding: 30px 5px 0px !important;
|
3234 |
+
}
|
3235 |
.std a {}
|
3236 |
.std a:hover {}
|
3237 |
|
4178 |
}
|
4179 |
.cms-index-index .col1-layout #home-screen-slider {
|
4180 |
margin-bottom: 40px !important;
|
4181 |
+
}
|
4182 |
+
|
4183 |
+
.cms-index-index h1{
|
4184 |
+
font-size:14px;
|
4185 |
+
}
|
4186 |
+
.cms-index-index .toolbar{
|
4187 |
+
display:none;
|
4188 |
+
}
|
4189 |
+
|
4190 |
+
.cms-index-index .col2-right-layout .col-main,.cms-index-index .col2-left-layout .col-main {
|
4191 |
+
width: 900px;
|
4192 |
+
}
|
4193 |
+
|
4194 |
+
.cms-index-index .col2-right-layout .col-right .sidebar,.col2-left-layout .col-left .sidebar{
|
4195 |
+
margin-top:40px;
|
4196 |
+
}
|
4197 |
+
.cart-top > a span{
|
4198 |
+
color: #373230 !important;
|
4199 |
+
}
|
skin/frontend/Kartparadigm/default/images/fullimage1.jpg
CHANGED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage11.jpg
ADDED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage2.jpg
CHANGED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage22.jpg
ADDED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage3.jpg
CHANGED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage33.jpg
ADDED
Binary file
|
skin/frontend/Kartparadigm/default/images/fullimage4.jpg
ADDED
Binary file
|
skin/frontend/Kartparadigm/default/images/logo.gif
CHANGED
Binary file
|
skin/frontend/Kartparadigm/default/images/logo.png
ADDED
Binary file
|
skin/frontend/Kartparadigm/default/images/media/logo.png
ADDED
Binary file
|