responsive - Version 0.1.4

Version Notes

- Scroll up on top

Download this release

Release Info

Developer tony vu
Extension responsive
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

Files changed (28) hide show
  1. app/code/local/Tvcom/Catalog/Block/Product/List/Toolbar.php +16 -0
  2. app/code/local/Tvcom/Catalog/etc/config.xml +17 -0
  3. app/code/local/Tvcom/Themecustom/etc/system.xml +81 -14
  4. app/design/frontend/default/responsive/layout/catalog.xml +4 -0
  5. app/design/frontend/default/responsive/layout/catalogsearch.xml +3 -0
  6. app/design/frontend/default/responsive/layout/page.xml +5 -0
  7. app/design/frontend/default/responsive/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml +2 -2
  8. app/design/frontend/default/responsive/template/bundle/catalog/product/view/type/bundle/option/radio.phtml +5 -4
  9. app/design/frontend/default/responsive/template/catalog/category/view.phtml +1 -1
  10. app/design/frontend/default/responsive/template/catalog/product/list.phtml +3 -3
  11. app/design/frontend/default/responsive/template/catalog/product/list/toolbar.phtml +1 -1
  12. app/design/frontend/default/responsive/template/catalogsearch/form.mini.phtml +3 -2
  13. app/design/frontend/default/responsive/template/downloadable/checkout/cart/item/default.phtml +277 -0
  14. app/design/frontend/default/responsive/template/downloadable/customer/products/list.phtml +74 -0
  15. app/design/frontend/default/responsive/template/page/html/breadcrumbs.phtml +3 -6
  16. app/design/frontend/default/responsive/template/page/html/head.phtml +3 -3
  17. app/design/frontend/default/responsive/template/page/html/header.phtml +3 -1
  18. app/design/frontend/default/responsive/template/page/html/pager.phtml +3 -3
  19. app/design/frontend/default/responsive/template/page/html/topmenu.phtml +4 -2
  20. app/design/frontend/default/responsive/template/page/template/links.phtml +2 -2
  21. app/design/frontend/default/responsive/template/tvtheme/cssconfig.phtml +8 -3
  22. app/design/frontend/default/responsive/template/tvtheme/scroll-up.phtml +24 -0
  23. app/etc/modules/Tvcom_Catalog.xml +9 -0
  24. package.xml +6 -6
  25. skin/frontend/default/responsive/css/responsive.css +13 -6
  26. skin/frontend/default/responsive/css/styles.css +11 -5
  27. skin/frontend/default/responsive/js/lazyload/jquery.lazyload.min.js +2 -0
  28. skin/frontend/default/responsive/js/lazyload/load.lazyscript.js +3 -0
app/code/local/Tvcom/Catalog/Block/Product/List/Toolbar.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Tony Vu (vuductrung2003@gmail.com)
4
+ */
5
+
6
+ class Tvcom_Catalog_Block_Product_List_Toolbar extends Mage_Catalog_Block_Product_List_Toolbar
7
+ {
8
+ public function getLimit()
9
+ {
10
+ // show all products on category page
11
+ $limit = 'all';
12
+
13
+ return $limit;
14
+ }
15
+
16
+ }
app/code/local/Tvcom/Catalog/etc/config.xml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <Tvcom_Catalog>
5
+ <version>0.0.1</version>
6
+ </Tvcom_Catalog>
7
+ </modules>
8
+ <global>
9
+ <blocks>
10
+ <catalog>
11
+ <rewrite>
12
+ <product_list_toolbar>Tvcom_Catalog_Block_Product_List_Toolbar</product_list_toolbar>
13
+ </rewrite>
14
+ </catalog>
15
+ </blocks>
16
+ </global>
17
+ </config>
app/code/local/Tvcom/Themecustom/etc/system.xml CHANGED
@@ -196,7 +196,6 @@
196
  <show_in_default>1</show_in_default>
197
  <show_in_website>1</show_in_website>
198
  <show_in_store>1</show_in_store>
199
-
200
  </textcolor>
201
  </fields>
202
  </themefont>
@@ -230,11 +229,50 @@
230
  <show_in_store>1</show_in_store>
231
  </logoalt>
232
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  <navbar translate="label">
234
  <label>Navigation Bar</label>
235
  <frontend_type>select</frontend_type>
236
  <source_model>themecustom/option_narbar</source_model>
237
- <sort_order>3</sort_order>
238
  <show_in_default>1</show_in_default>
239
  <show_in_website>1</show_in_website>
240
  <show_in_store>1</show_in_store>
@@ -243,7 +281,7 @@
243
  <socialshare translate="label">
244
  <label><![CDATA[<span style="color:red">Social share</span>]]></label>
245
  <frontend_type>label</frontend_type>
246
- <sort_order>4</sort_order>
247
  <show_in_default>1</show_in_default>
248
  <show_in_website>1</show_in_website>
249
  <show_in_store>1</show_in_store>
@@ -252,7 +290,7 @@
252
  <facebook translate="label"> <!-- facebook link -->
253
  <label>Facebook link</label>
254
  <frontend_type>text</frontend_type>
255
- <sort_order>5</sort_order>
256
  <show_in_default>1</show_in_default>
257
  <show_in_website>1</show_in_website>
258
  <show_in_store>1</show_in_store>
@@ -262,7 +300,7 @@
262
  <twitter translate="label"> <!-- twitter link -->
263
  <label>Twitter link</label>
264
  <frontend_type>text</frontend_type>
265
- <sort_order>6</sort_order>
266
  <show_in_default>1</show_in_default>
267
  <show_in_website>1</show_in_website>
268
  <show_in_store>1</show_in_store>
@@ -272,7 +310,7 @@
272
  <youtube translate="label"> <!-- youtube link -->
273
  <label>Youtube link</label>
274
  <frontend_type>text</frontend_type>
275
- <sort_order>7</sort_order>
276
  <show_in_default>1</show_in_default>
277
  <show_in_website>1</show_in_website>
278
  <show_in_store>1</show_in_store>
@@ -283,7 +321,7 @@
283
  <label>Background color</label>
284
  <frontend_type>text</frontend_type>
285
  <validate>color</validate>
286
- <sort_order>8</sort_order>
287
  <show_in_default>1</show_in_default>
288
  <show_in_website>1</show_in_website>
289
  <show_in_store>1</show_in_store>
@@ -292,7 +330,7 @@
292
  <link translate="label">
293
  <label><![CDATA[<span style="color:red">a link</span>]]></label>
294
  <frontend_type>label</frontend_type>
295
- <sort_order>9</sort_order>
296
  <show_in_default>1</show_in_default>
297
  <show_in_website>1</show_in_website>
298
  <show_in_store>1</show_in_store>
@@ -302,7 +340,7 @@
302
  <label>Color</label>
303
  <frontend_type>text</frontend_type>
304
  <validate>color</validate>
305
- <sort_order>10</sort_order>
306
  <show_in_default>1</show_in_default>
307
  <show_in_website>1</show_in_website>
308
  <show_in_store>1</show_in_store>
@@ -311,17 +349,46 @@
311
  <link_size translate="label"> <!-- header link color -->
312
  <label>Font size</label>
313
  <frontend_type>text</frontend_type>
314
- <sort_order>11</sort_order>
315
  <show_in_default>1</show_in_default>
316
  <show_in_website>1</show_in_website>
317
  <show_in_store>1</show_in_store>
318
  <comment>If empty, It will take the default font size</comment>
319
  </link_size>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
 
321
  <text translate="label"> <!-- text style -->
322
  <label><![CDATA[<span style="color:red">text</span>]]></label>
323
  <frontend_type>label</frontend_type>
324
- <sort_order>12</sort_order>
325
  <show_in_default>1</show_in_default>
326
  <show_in_website>1</show_in_website>
327
  <show_in_store>1</show_in_store>
@@ -331,7 +398,7 @@
331
  <label>color</label>
332
  <frontend_type>text</frontend_type>
333
  <validate>color</validate>
334
- <sort_order>13</sort_order>
335
  <show_in_default>1</show_in_default>
336
  <show_in_website>1</show_in_website>
337
  <show_in_store>1</show_in_store>
@@ -340,7 +407,7 @@
340
  <text_size translate="label"> <!-- footer link color -->
341
  <label>font size</label>
342
  <frontend_type>text</frontend_type>
343
- <sort_order>14</sort_order>
344
  <show_in_default>1</show_in_default>
345
  <show_in_website>1</show_in_website>
346
  <show_in_store>1</show_in_store>
@@ -350,7 +417,7 @@
350
  <usp translate="label">
351
  <label>Usp</label>
352
  <frontend_type>textarea</frontend_type>
353
- <sort_order>16</sort_order>
354
  <show_in_default>1</show_in_default>
355
  <show_in_website>1</show_in_website>
356
  <show_in_store>1</show_in_store>
196
  <show_in_default>1</show_in_default>
197
  <show_in_website>1</show_in_website>
198
  <show_in_store>1</show_in_store>
 
199
  </textcolor>
200
  </fields>
201
  </themefont>
229
  <show_in_store>1</show_in_store>
230
  </logoalt>
231
 
232
+ <or translate="label">
233
+ <label><![CDATA[<span style="color:red">Or</span>]]></label>
234
+ <frontend_type>label</frontend_type>
235
+ <sort_order>3</sort_order>
236
+ <show_in_default>1</show_in_default>
237
+ <show_in_website>1</show_in_website>
238
+ <show_in_store>1</show_in_store>
239
+ </or>
240
+
241
+ <logotext translate="label">
242
+ <label>Logo by text</label>
243
+ <frontend_type>text</frontend_type>
244
+ <sort_order>4</sort_order>
245
+ <show_in_default>1</show_in_default>
246
+ <show_in_website>1</show_in_website>
247
+ <show_in_store>1</show_in_store>
248
+ <comment>Logo is just normal text</comment>
249
+ </logotext>
250
+
251
+ <logocolor translate="label">
252
+ <label>logo color</label>
253
+ <font_type>text</font_type>
254
+ <validate>color</validate>
255
+ <sort_order>5</sort_order>
256
+ <show_in_default>1</show_in_default>
257
+ <show_in_website>1</show_in_website>
258
+ <show_in_store>1</show_in_store>
259
+ </logocolor>
260
+
261
+ <logopadding translate="label">
262
+ <label>Logo padding</label>
263
+ <frontend_type>text</frontend_type>
264
+ <sort_order>6</sort_order>
265
+ <show_in_default>1</show_in_default>
266
+ <show_in_website>1</show_in_website>
267
+ <show_in_store>1</show_in_store>
268
+ <comment>Example: 10px 10px 10px 10px</comment>
269
+ </logopadding>
270
+
271
  <navbar translate="label">
272
  <label>Navigation Bar</label>
273
  <frontend_type>select</frontend_type>
274
  <source_model>themecustom/option_narbar</source_model>
275
+ <sort_order>7</sort_order>
276
  <show_in_default>1</show_in_default>
277
  <show_in_website>1</show_in_website>
278
  <show_in_store>1</show_in_store>
281
  <socialshare translate="label">
282
  <label><![CDATA[<span style="color:red">Social share</span>]]></label>
283
  <frontend_type>label</frontend_type>
284
+ <sort_order>10</sort_order>
285
  <show_in_default>1</show_in_default>
286
  <show_in_website>1</show_in_website>
287
  <show_in_store>1</show_in_store>
290
  <facebook translate="label"> <!-- facebook link -->
291
  <label>Facebook link</label>
292
  <frontend_type>text</frontend_type>
293
+ <sort_order>22</sort_order>
294
  <show_in_default>1</show_in_default>
295
  <show_in_website>1</show_in_website>
296
  <show_in_store>1</show_in_store>
300
  <twitter translate="label"> <!-- twitter link -->
301
  <label>Twitter link</label>
302
  <frontend_type>text</frontend_type>
303
+ <sort_order>30</sort_order>
304
  <show_in_default>1</show_in_default>
305
  <show_in_website>1</show_in_website>
306
  <show_in_store>1</show_in_store>
310
  <youtube translate="label"> <!-- youtube link -->
311
  <label>Youtube link</label>
312
  <frontend_type>text</frontend_type>
313
+ <sort_order>40</sort_order>
314
  <show_in_default>1</show_in_default>
315
  <show_in_website>1</show_in_website>
316
  <show_in_store>1</show_in_store>
321
  <label>Background color</label>
322
  <frontend_type>text</frontend_type>
323
  <validate>color</validate>
324
+ <sort_order>50</sort_order>
325
  <show_in_default>1</show_in_default>
326
  <show_in_website>1</show_in_website>
327
  <show_in_store>1</show_in_store>
330
  <link translate="label">
331
  <label><![CDATA[<span style="color:red">a link</span>]]></label>
332
  <frontend_type>label</frontend_type>
333
+ <sort_order>80</sort_order>
334
  <show_in_default>1</show_in_default>
335
  <show_in_website>1</show_in_website>
336
  <show_in_store>1</show_in_store>
340
  <label>Color</label>
341
  <frontend_type>text</frontend_type>
342
  <validate>color</validate>
343
+ <sort_order>100</sort_order>
344
  <show_in_default>1</show_in_default>
345
  <show_in_website>1</show_in_website>
346
  <show_in_store>1</show_in_store>
349
  <link_size translate="label"> <!-- header link color -->
350
  <label>Font size</label>
351
  <frontend_type>text</frontend_type>
352
+ <sort_order>110</sort_order>
353
  <show_in_default>1</show_in_default>
354
  <show_in_website>1</show_in_website>
355
  <show_in_store>1</show_in_store>
356
  <comment>If empty, It will take the default font size</comment>
357
  </link_size>
358
+
359
+ <hoverlink translate="label">
360
+ <label><![CDATA[<span style="color:red">a link hover</span>]]></label>
361
+ <frontend_type>label</frontend_type>
362
+ <sort_order>120</sort_order>
363
+ <show_in_default>1</show_in_default>
364
+ <show_in_website>1</show_in_website>
365
+ <show_in_store>1</show_in_store>
366
+ </hoverlink>
367
+
368
+ <hoverlink_color translate="label"> <!-- header link color -->
369
+ <label>Color</label>
370
+ <frontend_type>text</frontend_type>
371
+ <validate>color</validate>
372
+ <sort_order>130</sort_order>
373
+ <show_in_default>1</show_in_default>
374
+ <show_in_website>1</show_in_website>
375
+ <show_in_store>1</show_in_store>
376
+ </hoverlink_color>
377
+
378
+ <hoverlink_size translate="label"> <!-- header link color -->
379
+ <label>Font size</label>
380
+ <frontend_type>text</frontend_type>
381
+ <sort_order>140</sort_order>
382
+ <show_in_default>1</show_in_default>
383
+ <show_in_website>1</show_in_website>
384
+ <show_in_store>1</show_in_store>
385
+ </hoverlink_size>
386
+
387
 
388
  <text translate="label"> <!-- text style -->
389
  <label><![CDATA[<span style="color:red">text</span>]]></label>
390
  <frontend_type>label</frontend_type>
391
+ <sort_order>150</sort_order>
392
  <show_in_default>1</show_in_default>
393
  <show_in_website>1</show_in_website>
394
  <show_in_store>1</show_in_store>
398
  <label>color</label>
399
  <frontend_type>text</frontend_type>
400
  <validate>color</validate>
401
+ <sort_order>160</sort_order>
402
  <show_in_default>1</show_in_default>
403
  <show_in_website>1</show_in_website>
404
  <show_in_store>1</show_in_store>
407
  <text_size translate="label"> <!-- footer link color -->
408
  <label>font size</label>
409
  <frontend_type>text</frontend_type>
410
+ <sort_order>170</sort_order>
411
  <show_in_default>1</show_in_default>
412
  <show_in_website>1</show_in_website>
413
  <show_in_store>1</show_in_store>
417
  <usp translate="label">
418
  <label>Usp</label>
419
  <frontend_type>textarea</frontend_type>
420
+ <sort_order>180</sort_order>
421
  <show_in_default>1</show_in_default>
422
  <show_in_website>1</show_in_website>
423
  <show_in_store>1</show_in_store>
app/design/frontend/default/responsive/layout/catalog.xml CHANGED
@@ -99,6 +99,8 @@ Category default layout
99
  <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
100
  </block>
101
  </block>
 
 
102
  </reference>
103
  </catalog_category_default>
104
 
@@ -140,6 +142,8 @@ Category layered navigation layout
140
  <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
141
  </block>
142
  </block>
 
 
143
  </reference>
144
  </catalog_category_layered>
145
 
99
  <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
100
  </block>
101
  </block>
102
+
103
+
104
  </reference>
105
  </catalog_category_default>
106
 
142
  <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
143
  </block>
144
  </block>
145
+ <!-- scroll up to the top -->
146
+ <block type="core/template" name="scroll.up" template="tvtheme/scroll-up.phtml" />
147
  </reference>
148
  </catalog_category_layered>
149
 
app/design/frontend/default/responsive/layout/catalogsearch.xml CHANGED
@@ -71,6 +71,9 @@
71
  <action method="setListModes"/>
72
  <action method="setListCollection"/>
73
  </block>
 
 
 
74
  </reference>
75
  </catalogsearch_result_index>
76
 
71
  <action method="setListModes"/>
72
  <action method="setListCollection"/>
73
  </block>
74
+
75
+ <!-- scroll up to the top -->
76
+ <block type="core/template" name="scroll.up" template="tvtheme/scroll-up.phtml" />
77
  </reference>
78
  </catalogsearch_result_index>
79
 
app/design/frontend/default/responsive/layout/page.xml CHANGED
@@ -62,6 +62,11 @@ Default layout, loads most of the pages
62
 
63
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
64
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
 
 
 
 
 
65
  </block>
66
 
67
  <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
62
 
63
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
64
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
65
+
66
+ <!-- lazy load image -->
67
+ <action method="addItem"><type>skin_js</type><name>js/lazyload/jquery.lazyload.min.js</name></action>
68
+ <action method="addItem"><type>skin_js</type><name>js/lazyload/load.lazyscript.js</name></action>
69
+
70
  </block>
71
 
72
  <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
app/design/frontend/default/responsive/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml CHANGED
@@ -29,7 +29,7 @@
29
  <?php /* @var $this Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option_Checkbox */ ?>
30
  <?php $_option = $this->getOption() ?>
31
  <?php $_selections = $_option->getSelections() ?>
32
- <label<?php if ($_option->getRequired()) echo ' class="required"' ?>><?php echo $this->escapeHtml($_option->getTitle()) ?><?php if ($_option->getRequired()) echo '<em>*</em>' ?></label>
33
  <div<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
34
  <div class="input-box">
35
  <?php if (count($_selections) == 1 && $_option->getRequired()): ?>
@@ -39,7 +39,7 @@
39
  <div class="options-list">
40
  <?php foreach($_selections as $_selection): ?>
41
  <p><input onclick="bundle.changeSelection(this)" class="change-container-classname checkbox bundle-option-<?php echo $_option->getId() ?> <?php if ($_option->getRequired()) echo 'validate-one-required-by-name' ?>" id="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>" type="checkbox" name="bundle_option[<?php echo $_option->getId() ?>][]"<?php if ($this->_isSelected($_selection)) echo ' checked="checked"' ?><?php if (!$_selection->isSaleable()) echo ' disabled="disabled"' ?> value="<?php echo $_selection->getSelectionId() ?>"/>
42
- <label for="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>"><?php echo $this->getSelectionQtyTitlePrice($_selection) ?></label>
43
  <?php if($_option->getRequired()): ?>
44
  <?php echo $this->setValidationContainer('bundle-option-'.$_option->getId().'-'.$_selection->getSelectionId(), 'bundle-option-'.$_option->getId().'-container') ?>
45
  <?php endif; ?>
29
  <?php /* @var $this Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option_Checkbox */ ?>
30
  <?php $_option = $this->getOption() ?>
31
  <?php $_selections = $_option->getSelections() ?>
32
+ <span<?php if ($_option->getRequired()) echo ' class="required"' ?>><?php echo $this->escapeHtml($_option->getTitle()) ?><?php if ($_option->getRequired()) echo '<em>*</em>' ?></span>
33
  <div<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
34
  <div class="input-box">
35
  <?php if (count($_selections) == 1 && $_option->getRequired()): ?>
39
  <div class="options-list">
40
  <?php foreach($_selections as $_selection): ?>
41
  <p><input onclick="bundle.changeSelection(this)" class="change-container-classname checkbox bundle-option-<?php echo $_option->getId() ?> <?php if ($_option->getRequired()) echo 'validate-one-required-by-name' ?>" id="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>" type="checkbox" name="bundle_option[<?php echo $_option->getId() ?>][]"<?php if ($this->_isSelected($_selection)) echo ' checked="checked"' ?><?php if (!$_selection->isSaleable()) echo ' disabled="disabled"' ?> value="<?php echo $_selection->getSelectionId() ?>"/>
42
+ <span for="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>"><?php echo $this->getSelectionQtyTitlePrice($_selection) ?></span>
43
  <?php if($_option->getRequired()): ?>
44
  <?php echo $this->setValidationContainer('bundle-option-'.$_option->getId().'-'.$_selection->getSelectionId(), 'bundle-option-'.$_option->getId().'-container') ?>
45
  <?php endif; ?>
app/design/frontend/default/responsive/template/bundle/catalog/product/view/type/bundle/option/radio.phtml CHANGED
@@ -33,7 +33,8 @@
33
  <?php list($_defaultQty, $_canChangeQty) = $this->_getDefaultValues(); ?>
34
  <?php $tierPriceHtml = ''; ?>
35
 
36
- <label<?php if ($_option->getRequired()) echo ' class="required"' ?>><?php echo $this->escapeHtml($_option->getTitle()) ?><?php if ($_option->getRequired()) echo '<em>*</em>' ?></label>
 
37
 
38
  <div<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
39
  <div class="input-box">
@@ -48,7 +49,7 @@
48
  <div class="options-list">
49
  <?php if (!$_option->getRequired()): ?>
50
  <p><input type="radio" onclick="bundle.changeSelection(this)" class="radio" id="bundle-option-<?php echo $_option->getId() ?>" name="bundle_option[<?php echo $_option->getId() ?>]"<?php echo ($_default && $_default->isSalable())?'':' checked="checked" ' ?> value=""/>
51
- <label for="bundle-option-<?php echo $_option->getId() ?>"><?php echo $this->__('None') ?></label>
52
  </p>
53
  <?php endif; ?>
54
  <?php foreach ($_selections as $_selection): ?>
@@ -56,7 +57,7 @@
56
  <?php $tierPriceHtml = $this->getTierPriceHtml($_selection); ?>
57
  <?php endif; ?>
58
  <p><input type="radio" onclick="bundle.changeSelection(this)" class="radio<?php echo $_option->getRequired()?' validate-one-required-by-name':'' ?> change-container-classname" id="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>" name="bundle_option[<?php echo $_option->getId() ?>]"<?php if ($this->_isSelected($_selection)) echo ' checked="checked"' ?><?php if (!$_selection->isSaleable()) echo ' disabled="disabled"' ?>value="<?php echo $_selection->getSelectionId() ?>"/>
59
- <label for="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>"><?php echo $this->getSelectionTitlePrice($_selection) ?></label>
60
  <?php if ($_option->getRequired()): ?>
61
  <?php echo $this->setValidationContainer('bundle-option-'.$_option->getId().'-'.$_selection->getSelectionId(), 'bundle-option-'.$_option->getId().'-container') ?>
62
  <?php endif; ?>
@@ -68,6 +69,6 @@
68
  </div>
69
  <span id="bundle-option-<?php echo $_option->getId() ?>-tier-prices"> <?php echo $tierPriceHtml; ?></span>
70
  <span class="qty-holder">
71
- <label for="bundle-option-<?php echo $_option->getId() ?>-qty-input"><?php echo $this->__('Qty:') ?>&nbsp;</label><input onkeyup="bundle.changeOptionQty(this, event)" onblur="bundle.changeOptionQty(this, event)" <?php if (!$_canChangeQty) echo ' disabled="disabled"' ?> id="bundle-option-<?php echo $_option->getId() ?>-qty-input" class="input-text qty<?php if (!$_canChangeQty) echo ' qty-disabled' ?>" type="text" name="bundle_option_qty[<?php echo $_option->getId() ?>]" value="<?php echo $_defaultQty ?>"/>
72
  </span>
73
  </div>
33
  <?php list($_defaultQty, $_canChangeQty) = $this->_getDefaultValues(); ?>
34
  <?php $tierPriceHtml = ''; ?>
35
 
36
+ <span<?php if ($_option->getRequired()) echo ' class="required"' ?>><?php echo $this->escapeHtml($_option->getTitle()) ?><?php if ($_option->getRequired()) echo '<em>*</em>' ?></span
37
+ >
38
 
39
  <div<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
40
  <div class="input-box">
49
  <div class="options-list">
50
  <?php if (!$_option->getRequired()): ?>
51
  <p><input type="radio" onclick="bundle.changeSelection(this)" class="radio" id="bundle-option-<?php echo $_option->getId() ?>" name="bundle_option[<?php echo $_option->getId() ?>]"<?php echo ($_default && $_default->isSalable())?'':' checked="checked" ' ?> value=""/>
52
+ <span for="bundle-option-<?php echo $_option->getId() ?>"><?php echo $this->__('None') ?></span>
53
  </p>
54
  <?php endif; ?>
55
  <?php foreach ($_selections as $_selection): ?>
57
  <?php $tierPriceHtml = $this->getTierPriceHtml($_selection); ?>
58
  <?php endif; ?>
59
  <p><input type="radio" onclick="bundle.changeSelection(this)" class="radio<?php echo $_option->getRequired()?' validate-one-required-by-name':'' ?> change-container-classname" id="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>" name="bundle_option[<?php echo $_option->getId() ?>]"<?php if ($this->_isSelected($_selection)) echo ' checked="checked"' ?><?php if (!$_selection->isSaleable()) echo ' disabled="disabled"' ?>value="<?php echo $_selection->getSelectionId() ?>"/>
60
+ <span for="bundle-option-<?php echo $_option->getId() ?>-<?php echo $_selection->getSelectionId() ?>"><?php echo $this->getSelectionTitlePrice($_selection) ?></span>
61
  <?php if ($_option->getRequired()): ?>
62
  <?php echo $this->setValidationContainer('bundle-option-'.$_option->getId().'-'.$_selection->getSelectionId(), 'bundle-option-'.$_option->getId().'-container') ?>
63
  <?php endif; ?>
69
  </div>
70
  <span id="bundle-option-<?php echo $_option->getId() ?>-tier-prices"> <?php echo $tierPriceHtml; ?></span>
71
  <span class="qty-holder">
72
+ <span for="bundle-option-<?php echo $_option->getId() ?>-qty-input"><?php echo $this->__('Qty:') ?>&nbsp;</span><input onkeyup="bundle.changeOptionQty(this, event)" onblur="bundle.changeOptionQty(this, event)" <?php if (!$_canChangeQty) echo ' disabled="disabled"' ?> id="bundle-option-<?php echo $_option->getId() ?>-qty-input" class="input-text qty<?php if (!$_canChangeQty) echo ' qty-disabled' ?>" type="text" name="bundle_option_qty[<?php echo $_option->getId() ?>]" value="<?php echo $_defaultQty ?>"/>
73
  </span>
74
  </div>
app/design/frontend/default/responsive/template/catalog/category/view.phtml CHANGED
@@ -68,4 +68,4 @@
68
 
69
  <?php else: ?>
70
  <?php echo $this->getProductListHtml() ?>
71
- <?php endif; ?>
68
 
69
  <?php else: ?>
70
  <?php echo $this->getProductListHtml() ?>
71
+ <?php endif; ?>
app/design/frontend/default/responsive/template/catalog/product/list.phtml CHANGED
@@ -47,7 +47,7 @@
47
  <?php foreach ($_productCollection as $_product): ?>
48
  <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
  <?php // Product Image ?>
50
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" class="img-responsive" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
51
  <?php // Product description ?>
52
  <div class="product-shop">
53
  <div class="f-fix">
@@ -92,7 +92,7 @@
92
  <ul class="products-grid row">
93
  <?php endif ?>
94
  <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?> col-md-4 col-xs-4">
95
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" class="img-responsive" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
96
  <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
97
  <?php if($_product->getRatingSummary()): ?>
98
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
@@ -125,4 +125,4 @@
125
  <?php echo $this->getToolbarHtml() ?>
126
  </div>
127
  </div>
128
- <?php endif; ?>
47
  <?php foreach ($_productCollection as $_product): ?>
48
  <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
  <?php // Product Image ?>
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img data-original="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" class="lazy img-responsive" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
51
  <?php // Product description ?>
52
  <div class="product-shop">
53
  <div class="f-fix">
92
  <ul class="products-grid row">
93
  <?php endif ?>
94
  <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?> col-md-4 col-xs-4">
95
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img data-original="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" class="lazy img-responsive" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
96
  <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
97
  <?php if($_product->getRatingSummary()): ?>
98
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
125
  <?php echo $this->getToolbarHtml() ?>
126
  </div>
127
  </div>
128
+ <?php endif; ?>
app/design/frontend/default/responsive/template/catalog/product/list/toolbar.phtml CHANGED
@@ -77,7 +77,7 @@
77
  <?php endif; ?>
78
 
79
  <div class="sort-by col-xs-6">
80
- <?php echo $this->__('Sort By') ?>
81
  <select onchange="setLocation(this.value)">
82
  <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
83
  <option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
77
  <?php endif; ?>
78
 
79
  <div class="sort-by col-xs-6">
80
+ <?php echo $this->__('Sort') ?>
81
  <select onchange="setLocation(this.value)">
82
  <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
83
  <option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
app/design/frontend/default/responsive/template/catalogsearch/form.mini.phtml CHANGED
@@ -38,8 +38,9 @@ $catalogSearchHelper = $this->helper('catalogsearch');
38
  <button type="button" title="<?php echo $this->__('More Options') ?>" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
39
  <?php echo $this->__('More Options') ?><span class="caret"></span></button>
40
  <ul class="dropdown-menu pull-right" role="menu">
41
- <li><a href="<?php echo Mage::getBaseUrl() . 'catalogsearch/advanced/' ?>">Advanced Search</a></li>
42
- <li><a href="<?php echo Mage::getBaseUrl() . 'catalogsearch/term/popular/' ?>">Search Terms</a></li>
 
43
  </ul>
44
  </div>
45
  </div>
38
  <button type="button" title="<?php echo $this->__('More Options') ?>" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
39
  <?php echo $this->__('More Options') ?><span class="caret"></span></button>
40
  <ul class="dropdown-menu pull-right" role="menu">
41
+ <li><a href="<?php echo Mage::getBaseUrl() . 'catalogsearch/advanced/' ?>"><i class="fa fa-search"></i>Advanced Search</a></li>
42
+ <li class="divider"></li>
43
+ <li><a href="<?php echo Mage::getBaseUrl() . 'catalogsearch/term/popular/' ?>"><i class="fa fa-search-plus"></i>Terms Search</a></li>
44
  </ul>
45
  </div>
46
  </div>
app/design/frontend/default/responsive/template/downloadable/checkout/cart/item/default.phtml ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <?php
28
+ $_item = $this->getItem();
29
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
30
+ ?>
31
+ <tr>
32
+ <td class="item-image"><a href="<?php echo $this->getProductUrl() ?>" class="product-image" title="<?php echo $this->escapeHtml($this->getProductName()) ?>"><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a></td>
33
+ <td>
34
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->escapeHtml($this->getProductName()) ?></a></h2>
35
+ <?php if ($_options = $this->getOptionList()):?>
36
+ <dl class="item-options">
37
+ <?php foreach ($_options as $_option) : ?>
38
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
39
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
40
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
41
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
42
+ <div class="truncated_full_value">
43
+ <dl class="item-options">
44
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
45
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
46
+ </dl>
47
+ </div>
48
+ <?php endif; ?>
49
+ </dd>
50
+ <?php endforeach; ?>
51
+ </dl>
52
+ <?php endif;?>
53
+ <!-- downloadable -->
54
+ <?php if ($links = $this->getLinks()): ?>
55
+ <dl class="item-options">
56
+ <dt><?php echo $this->getLinksTitle() ?></dt>
57
+ <?php foreach ($links as $link): ?>
58
+ <dd><?php echo $this->escapeHtml($link->getTitle()); ?></dd>
59
+ <?php endforeach; ?>
60
+ </dl>
61
+ <?php endif; ?>
62
+ <!-- EOF downloadable -->
63
+
64
+ <?php if ($messages = $this->getMessages()): ?>
65
+ <?php foreach ($messages as $message): ?>
66
+ <div class="shopping-cart-item-message <?php echo $message['type'] ?>">
67
+ * <?php echo $this->escapeHtml($message['text']) ?>
68
+ </div>
69
+ <?php endforeach; ?>
70
+ <?php endif; ?>
71
+ </td>
72
+ <td class="a-center item-editable">
73
+ <a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
74
+ </td>
75
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
76
+ <td class="col-wishlist a-center">
77
+ <a href="<?php echo $this->helper('wishlist')->getMoveFromCartUrl($_item->getId()); ?>" class="link-wishlist"><?php echo $this->__('Move'); ?></a>
78
+ </td>
79
+ <?php endif ?>
80
+ <?php if ($canApplyMsrp): ?>
81
+ <td class="a-right"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
82
+ <span class="cart-price">
83
+ <span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
84
+ <?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
85
+ <a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
86
+ <script type="text/javascript">
87
+ Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
88
+ </script>
89
+ </span>
90
+ </td>
91
+ <?php else: ?>
92
+
93
+
94
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
95
+ <td class="a-right">
96
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
97
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
98
+ <?php else: ?>
99
+ <div class="cart-price">
100
+ <?php endif; ?>
101
+
102
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
103
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
104
+ <?php else: ?>
105
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
106
+ <?php endif; ?>
107
+
108
+ </div>
109
+
110
+
111
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
112
+
113
+ <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
114
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
115
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
116
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
117
+ <?php endforeach; ?>
118
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
119
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
120
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
121
+ <?php endforeach; ?>
122
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
123
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
124
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
125
+ <?php endforeach; ?>
126
+ <?php endif; ?>
127
+ </div>
128
+
129
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
130
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
131
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
132
+ </div>
133
+ <?php endif; ?>
134
+ <?php endif; ?>
135
+ </td>
136
+ <?php endif; ?>
137
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
138
+ <td>
139
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
140
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
141
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
142
+ <?php else: ?>
143
+ <div class="cart-price">
144
+ <?php endif; ?>
145
+
146
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
147
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
148
+ <?php else: ?>
149
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
150
+ <?php endif; ?>
151
+
152
+ </div>
153
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
154
+
155
+ <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
156
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
157
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
158
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
159
+ <?php endforeach; ?>
160
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
161
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
162
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
163
+ <?php endforeach; ?>
164
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
165
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
166
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
167
+ <?php endforeach; ?>
168
+ <?php endif; ?>
169
+ </div>
170
+
171
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
172
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
173
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
174
+ </div>
175
+ <?php endif; ?>
176
+ <?php endif; ?>
177
+ </td>
178
+ <?php endif; ?>
179
+ <?php endif; ?>
180
+ <td class="a-center">
181
+ <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
182
+ </td>
183
+ <?php if (($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
184
+ <td class="a-right">
185
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
186
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
187
+ <?php else: ?>
188
+ <div class="cart-price">
189
+ <?php endif; ?>
190
+
191
+ <?php if ($canApplyMsrp): ?>
192
+ <span class="cart-msrp-subtotal">--</span>
193
+ <?php else: ?>
194
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
195
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
196
+ <?php else: ?>
197
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
198
+ <?php endif; ?>
199
+ <?php endif; ?>
200
+
201
+ </div>
202
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
203
+
204
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
205
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
206
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
207
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
208
+ <?php endforeach; ?>
209
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
210
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
211
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
212
+ <?php endforeach; ?>
213
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
214
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
215
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
216
+ <?php endforeach; ?>
217
+ <?php endif; ?>
218
+ </div>
219
+
220
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
221
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
222
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
223
+ </div>
224
+ <?php endif; ?>
225
+ <?php endif; ?>
226
+ </td>
227
+ <?php endif; ?>
228
+ <?php if (($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
229
+ <td>
230
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
231
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
232
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
233
+ <?php else: ?>
234
+ <div class="cart-price">
235
+ <?php endif; ?>
236
+
237
+ <?php if ($canApplyMsrp): ?>
238
+ <span class="cart-msrp-subtotal">--</span>
239
+ <?php else: ?>
240
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
241
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
242
+ <?php else: ?>
243
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
244
+ <?php endif; ?>
245
+ <?php endif; ?>
246
+
247
+ </div>
248
+
249
+
250
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
251
+
252
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
253
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
254
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
255
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
256
+ <?php endforeach; ?>
257
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
258
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
259
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
260
+ <?php endforeach; ?>
261
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
262
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
263
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
264
+ <?php endforeach; ?>
265
+ <?php endif; ?>
266
+ </div>
267
+
268
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
269
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
270
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
271
+ </div>
272
+ <?php endif; ?>
273
+ <?php endif; ?>
274
+ </td>
275
+ <?php endif; ?>
276
+ <td class="a-center"><a href="<?php echo $this->getDeleteUrl() ?>" title="<?php echo $this->__('Remove Item')?>" class="btn-remove btn-remove2"><i class="fa fa-times"></i></a></td>
277
+ </tr>
app/design/frontend/default/responsive/template/downloadable/customer/products/list.phtml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <?php
28
+ /**
29
+ * @see Mage_Downloadable_Block_Customer_Products_List
30
+ */
31
+ ?>
32
+ <?php $_items = $this->getItems(); ?>
33
+ <div class="page-title">
34
+ <h1><?php echo Mage::helper('downloadable')->__('My Downloadable Products') ?></h1>
35
+ </div>
36
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
37
+ <?php echo $this->getChildHtml('pager'); ?>
38
+ <?php if(count($_items)): ?>
39
+ <table class="data-table table" id="my-downloadable-products-table">
40
+ <col width="1" />
41
+ <col width="1" />
42
+ <col />
43
+ <col width="1" />
44
+ <col width="1" />
45
+ <thead>
46
+ <tr>
47
+ <th class="orderid"><?php echo Mage::helper('downloadable')->__('Order #') ?></th>
48
+ <th class="date"><?php echo Mage::helper('downloadable')->__('Date') ?></th>
49
+ <th><?php echo Mage::helper('downloadable')->__('Title') ?></th>
50
+ <th><?php echo Mage::helper('downloadable')->__('Status') ?></th>
51
+ <th><span class="nobr"><?php echo Mage::helper('downloadable')->__('Remaining Downloads') ?></span></th>
52
+ </tr>
53
+ </thead>
54
+ <tbody>
55
+ <?php $_odd = ''; ?>
56
+ <?php foreach ($_items as $_item): ?>
57
+ <tr>
58
+ <td class="orderid"><a href="<?php echo $this->getOrderViewUrl($_item->getPurchased()->getOrderId()) ?>" title="<?php echo Mage::helper('downloadable')->__('View Order') ?>"><?php echo $_item->getPurchased()->getOrderIncrementId() ?></a></td>
59
+ <td class="date"><span class="nobr"><?php echo $this->formatDate($_item->getPurchased()->getCreatedAt()) ?></span></td>
60
+ <td><?php echo $this->escapeHtml($_item->getPurchased()->getProductName()) ?> - <a href="<?php echo $this->getDownloadUrl($_item) ?>" title="<?php echo Mage::helper('downloadable')->__('Start Download') ?>" <?php echo $this->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':''; ?>><?php echo $this->escapeHtml($_item->getLinkTitle()); ?></a></td>
61
+ <td><em><?php echo Mage::helper('downloadable')->__(ucfirst($_item->getStatus())) ?></em></td>
62
+ <td><?php echo $this->getRemainingDownloads($_item) ?></td>
63
+ </tr>
64
+ <?php endforeach; ?>
65
+ </tbody>
66
+ </table>
67
+ <script type="text/javascript">decorateTable('my-downloadable-products-table')</script>
68
+ <?php else: ?>
69
+ <p><?php echo Mage::helper('downloadable')->__('You have not purchased any downloadable products yet.'); ?></p>
70
+ <?php endif; ?>
71
+ <?php echo $this->getChildHtml('pager'); ?>
72
+ <div class="buttons-set">
73
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
74
+ </div>
app/design/frontend/default/responsive/template/page/html/breadcrumbs.phtml CHANGED
@@ -25,8 +25,8 @@
25
  */
26
  ?>
27
  <?php if($crumbs && is_array($crumbs)): ?>
28
- <div class="breadcrumbs row">
29
- <ul>
30
  <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
31
  <li class="<?php echo $_crumbName ?>">
32
  <?php if($_crumbInfo['link']): ?>
@@ -35,10 +35,7 @@
35
  <strong><?php echo $this->escapeHtml($_crumbInfo['label']) ?></strong>
36
  <?php else: ?>
37
  <?php echo $this->escapeHtml($_crumbInfo['label']) ?>
38
- <?php endif; ?>
39
- <?php if(!$_crumbInfo['last']): ?>
40
- <span>/ </span>
41
- <?php endif; ?>
42
  </li>
43
  <?php endforeach; ?>
44
  </ul>
25
  */
26
  ?>
27
  <?php if($crumbs && is_array($crumbs)): ?>
28
+ <div class="row">
29
+ <ul class="breadcrumb">
30
  <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
31
  <li class="<?php echo $_crumbName ?>">
32
  <?php if($_crumbInfo['link']): ?>
35
  <strong><?php echo $this->escapeHtml($_crumbInfo['label']) ?></strong>
36
  <?php else: ?>
37
  <?php echo $this->escapeHtml($_crumbInfo['label']) ?>
38
+ <?php endif; ?>
 
 
 
39
  </li>
40
  <?php endforeach; ?>
41
  </ul>
app/design/frontend/default/responsive/template/page/html/head.phtml CHANGED
@@ -36,12 +36,12 @@
36
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
37
 
38
  <!-- Bootstrap -->
39
- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
40
- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
41
 
42
  <!-- jquery -->
43
  <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
44
- <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js" type="text/javascript"></script>
45
 
46
  <!-- awesome font -->
47
  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
36
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
37
 
38
  <!-- Bootstrap -->
39
+ <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
40
+ <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
41
 
42
  <!-- jquery -->
43
  <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
44
+ <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
45
 
46
  <!-- awesome font -->
47
  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
app/design/frontend/default/responsive/template/page/html/header.phtml CHANGED
@@ -31,7 +31,9 @@
31
  <div class="header row">
32
  <div class="col-sm-5">
33
  <?php echo $this->getChildHtml('topSearch') ?>
34
- <?php echo Mage::getStoreConfig('setting/header/usp')?>
 
 
35
  </div>
36
 
37
  <div class="quick-access col-sm-7">
31
  <div class="header row">
32
  <div class="col-sm-5">
33
  <?php echo $this->getChildHtml('topSearch') ?>
34
+ <div class="usp">
35
+ <?php echo Mage::getStoreConfig('setting/header/usp')?>
36
+ </div>
37
  </div>
38
 
39
  <div class="quick-access col-sm-7">
app/design/frontend/default/responsive/template/page/html/pager.phtml CHANGED
@@ -42,21 +42,21 @@
42
  <?php if($this->getLastPageNum()>1): ?>
43
  <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
  <?php else: ?>
45
- <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
46
  <?php endif; ?>
47
  </p>
48
  <?php endif ?>
49
 
50
  <?php if($this->getShowPerPage()): ?>
51
  <div class="limiter">
52
- <label><?php echo $this->__('Show') ?></label>
53
  <select onchange="setLocation(this.value)">
54
  <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
55
  <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
56
  <?php echo $_limit ?>
57
  </option>
58
  <?php endforeach; ?>
59
- </select> <?php echo $this->__('per page') ?>
60
  </div>
61
  <?php endif ?>
62
 
42
  <?php if($this->getLastPageNum()>1): ?>
43
  <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
  <?php else: ?>
45
+ <?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?>
46
  <?php endif; ?>
47
  </p>
48
  <?php endif ?>
49
 
50
  <?php if($this->getShowPerPage()): ?>
51
  <div class="limiter">
52
+ <?php echo $this->__('Show') ?>
53
  <select onchange="setLocation(this.value)">
54
  <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
55
  <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
56
  <?php echo $_limit ?>
57
  </option>
58
  <?php endforeach; ?>
59
+ </select> <?php echo $this->__(' / page') ?>
60
  </div>
61
  <?php endif ?>
62
 
app/design/frontend/default/responsive/template/page/html/topmenu.phtml CHANGED
@@ -38,9 +38,11 @@
38
  // navbar-default is an option in the setting/header/navbar
39
  $narbar_style = 'navbar-default';
40
  }
 
 
41
  ?>
42
  <?php if($_menu): ?>
43
- <nav class="navbar <?php echo $narbar_style ?>" role="navigation">
44
  <div class="navbar-header">
45
  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
46
  <span class="sr-only">Toggle navigation</span>
@@ -52,7 +54,7 @@
52
  <?php if(Mage::getStoreConfig('setting/header/logo') != ''): ?>
53
  <a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>"><img height="50px" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'logo/' . Mage::getStoreConfig('setting/header/logo') ?>" alt="<?php echo Mage::getStoreConfig('setting/header/logoalt') ?>"></a>
54
  <?php else: ?>
55
- <a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>">Companylogo</a>
56
  <?php endif; ?>
57
  </div>
58
  <div class="nav-container collapse navbar-collapse" id="bs-example-navbar-collapse-1">
38
  // navbar-default is an option in the setting/header/navbar
39
  $narbar_style = 'navbar-default';
40
  }
41
+
42
+ $logotext = Mage::getStoreConfig('setting/header/logotext');
43
  ?>
44
  <?php if($_menu): ?>
45
+ <nav id="default-nav" class="navbar <?php echo $narbar_style ?>" role="navigation">
46
  <div class="navbar-header">
47
  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
48
  <span class="sr-only">Toggle navigation</span>
54
  <?php if(Mage::getStoreConfig('setting/header/logo') != ''): ?>
55
  <a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>"><img height="50px" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'logo/' . Mage::getStoreConfig('setting/header/logo') ?>" alt="<?php echo Mage::getStoreConfig('setting/header/logoalt') ?>"></a>
56
  <?php else: ?>
57
+ <a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>"><?php echo $logotext ?></a>
58
  <?php endif; ?>
59
  </div>
60
  <div class="nav-container collapse navbar-collapse" id="bs-example-navbar-collapse-1">
app/design/frontend/default/responsive/template/page/template/links.phtml CHANGED
@@ -37,9 +37,9 @@
37
  <?php echo $_link->toHtml() ?>
38
  <?php else: ?>
39
  <!-- check if item is My Cart -->
40
- <?php if (strstr($_link->getLabel(), 'My Cart') != '') :?>
41
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo '<i class="cart-icon fa fa-shopping-cart"></i>' . $_link->getLabel() ?><i class="fa fa-sort-asc showminicart"></i></a><?php echo $_link->getAfterText() ?></li>
42
- <?php elseif (strstr($_link->getLabel(), 'Checkout') != '') :?>
43
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo '<i class="checkout-icon fa fa-check-square"></i> <span class="checkout-text">' . $_link->getLabel() . '</span>' ?></a><?php echo $_link->getAfterText() ?></li>
44
  <?php else: ?>
45
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
37
  <?php echo $_link->toHtml() ?>
38
  <?php else: ?>
39
  <!-- check if item is My Cart -->
40
+ <?php if (strstr($_link->getTitle(), 'My Cart') != '') :?>
41
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo '<i class="cart-icon fa fa-shopping-cart"></i>' . $_link->getLabel() ?><i class="fa fa-sort-asc showminicart"></i></a><?php echo $_link->getAfterText() ?></li>
42
+ <?php elseif (strstr($_link->getTitle(), 'Checkout') != '') :?>
43
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo '<i class="checkout-icon fa fa-check-square"></i> <span class="checkout-text">' . $_link->getLabel() . '</span>' ?></a><?php echo $_link->getAfterText() ?></li>
44
  <?php else: ?>
45
  <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
app/design/frontend/default/responsive/template/tvtheme/cssconfig.phtml CHANGED
@@ -34,6 +34,10 @@
34
  $header_bgcolor = '#' . Mage::getStoreConfig('setting/header/bgcolor');
35
  $header_link_color = '#' . Mage::getStoreConfig('setting/header/link_color');
36
  $header_link_size = Mage::getStoreConfig('setting/header/link_size');
 
 
 
 
37
 
38
  /* body */
39
  $container_bgcolor = '#' . Mage::getStoreConfig('setting/body/bgcolor');
@@ -82,9 +86,10 @@ body{ background:<?php echo $theme_bgcolor ?> url(<?php echo $theme_bgimage ?>)
82
 
83
  .header{padding: 15px 0 0px 0; background: <?php echo $header_bgcolor ?>}
84
  .header .links a { color:<?php echo $header_link_color ?>; font-size: <?php echo $header_link_size ?>;}
85
- .header .links .top-link-cart i{margin-left: 5px; color: <?php echo $header_link_color ?>}
86
-
87
- .main-container { background:<?php echo $container_bgcolor ?> url(<?php echo $container_bgimage ?>) <?php echo $container_bgpositionx ?> <?php echo $container_bgpositiony ?> <?php echo $container_bgpositionrepeat ?>; }
 
88
  .footer { /*width:930px; margin:0 auto; */padding:10px 10px 50px; background: <?php echo $footer_bgcolor ?>; color:<?php echo $footer_text_color ?>; font-size: <?php echo $footer_text_size ?>; border-top:<?php echo $footer_line_size ?> solid <?php echo $footer_line_color ?>; text-align:left}
89
  .footer a { color:<?php echo $footer_link_color ?>; text-decoration:none; font-size: <?php echo $footer_link_size ?>}
90
  .footer .title{color:<?php echo $footer_title_color ?>; font-size: <?php echo $footer_title_size ?>; font-weight:bold; text-transform: uppercase; padding: 2px 0}
34
  $header_bgcolor = '#' . Mage::getStoreConfig('setting/header/bgcolor');
35
  $header_link_color = '#' . Mage::getStoreConfig('setting/header/link_color');
36
  $header_link_size = Mage::getStoreConfig('setting/header/link_size');
37
+ $header_hoverlink_color = '#' . Mage::getStoreConfig('setting/header/hoverlink_color');
38
+ $header_hoverlink_size = Mage::getStoreConfig('setting/header/hoverlink_size');
39
+ $logo_padding = Mage::getStoreConfig('setting/header/logopadding');
40
+ $logo_color= '#' . Mage::getStoreConfig('setting/header/logocolor');
41
 
42
  /* body */
43
  $container_bgcolor = '#' . Mage::getStoreConfig('setting/body/bgcolor');
86
 
87
  .header{padding: 15px 0 0px 0; background: <?php echo $header_bgcolor ?>}
88
  .header .links a { color:<?php echo $header_link_color ?>; font-size: <?php echo $header_link_size ?>;}
89
+ .header .links a:hover { color:<?php echo $header_hoverlink_color ?>; font-size: <?php echo $header_hoverlink_size ?>;}
90
+ .header .links .top-link-cart i{margin-left: 5px;}
91
+ .navbar-header .navbar-brand{padding: <?php echo $logo_padding?>; color:<?php echo $logo_color?>}
92
+ .main-container {background:<?php echo $container_bgcolor ?> url(<?php echo $container_bgimage ?>) <?php echo $container_bgpositionx ?> <?php echo $container_bgpositiony ?> <?php echo $container_bgpositionrepeat ?>; }
93
  .footer { /*width:930px; margin:0 auto; */padding:10px 10px 50px; background: <?php echo $footer_bgcolor ?>; color:<?php echo $footer_text_color ?>; font-size: <?php echo $footer_text_size ?>; border-top:<?php echo $footer_line_size ?> solid <?php echo $footer_line_color ?>; text-align:left}
94
  .footer a { color:<?php echo $footer_link_color ?>; text-decoration:none; font-size: <?php echo $footer_link_size ?>}
95
  .footer .title{color:<?php echo $footer_title_color ?>; font-size: <?php echo $footer_title_size ?>; font-weight:bold; text-transform: uppercase; padding: 2px 0}
app/design/frontend/default/responsive/template/tvtheme/scroll-up.phtml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Authod Tony Vu
4
+ * Date 24.2.2014
5
+ * Description Scroll to top of website on catalog page
6
+ */
7
+ ?>
8
+ <div id='scroll-div'><a id='top'><i class="fa fa-arrow-circle-up fa-3x"></i></a></div>
9
+
10
+ <script type='text/javascript' defer>
11
+
12
+ jQuery(window).scroll(function(){
13
+ if(jQuery(document).scrollTop() == 0){
14
+ jQuery('#scroll-div').hide();
15
+ }else{
16
+ jQuery('#scroll-div').show();
17
+ }
18
+ });
19
+
20
+ jQuery("#top").click(function() {
21
+ jQuery("html, body").animate({ scrollTop: 0 }, "slow");
22
+ return false;
23
+ });
24
+ </script>
app/etc/modules/Tvcom_Catalog.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <Tvcom_Catalog>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </Tvcom_Catalog>
8
+ </modules>
9
+ </config>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
- <version>0.1.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
- <notes>- TopLink Icons&#xD;
12
- - UPS</notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
- <date>2014-02-13</date>
15
- <time>09:34:38</time>
16
- <contents><target name="magelocal"><dir name="Tvcom"><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="307e96767d7d17f863ff70a373761927"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dddbd500bce95df7e9422f9d2386ff47"/><file name="radio.phtml" hash="1028b2df56b8b34f9df9e1bfa01ac3bc"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="cceafbc47607415df40308f862f34df0"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="31dc277cefb618ca4b3887f94166b731"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="763c1f35bec678a2ebaccb54eff7f2da"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="c69a3ed9870612b53560daae21f461b4"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="2ab899d81183651eb86d1616c7e47dec"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="69950f7471614541895d588ebb5ebd4c"/><file name="footer.phtml" hash="631c4e619218ae3f88a5f0d439e5f3ed"/><file name="head.phtml" hash="885015263f8013182ac011a38bb395f9"/><file name="header.phtml" hash="355da154ea936f8bc429b85d50169e96"/><file name="pager.phtml" hash="19bf607119a013bb4797c5182c3e0380"/><file name="topmenu.phtml" hash="4c6cdaae50ee7e0cb9664de6741c6713"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="2cc46e2d1b8df0e08c528c07436e209f"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="f26b21cac8c142ba35ded5b08cdd6f05"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="1dad0a360a2f4a5f58d400bed624a3c0"/><file name="networkshare.phtml" hash="b9a7dbfbbf197508d8642332c9936e73"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="589d4a550cc2e9a127574963f211ea1f"/><file name="catalogsearch.xml" hash="bd12d18c200b51e4f7fb4966fc467f38"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="bc05632d4a51065043d4ad700b0e9774"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="d5abd1850409a65c98cc23491a88391c"/><file name="styles.css" hash="612426d38b8ecc4a1ba3fa8edc5b0d67"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
+ <version>0.1.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
+ <notes>- Scroll up on top&#xD;
12
+ </notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
+ <date>2014-03-09</date>
15
+ <time>01:31:36</time>
16
+ <contents><target name="magelocal"><dir name="Tvcom"><dir name="Catalog"><dir name="Block"><dir name="Product"><dir name="List"><file name="Toolbar.php" hash="e61a22e4b79d685c4f4526cb6e26fd72"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="35847847fa734d329dab80caecd34bdb"/></dir></dir><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="2873a63b32fbe1a00dc0f127721e9e24"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/><file name="Tvcom_Catalog.xml" hash="75b972b51f4aade7f27042109f904b9d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dee3002492adc119a59e3248c81f51a6"/><file name="radio.phtml" hash="c5048ab31279a6bda1b16999b0f8b506"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9e3e85a334e42279bf4bc503c9182737"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="4257c5a76b7cf72ea65ed019c85661e5"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="695fe3b0d85144b0b9016c217aead08c"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="efbd0ea4fdbb6c5c2bbf12ea520e2302"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="2ab899d81183651eb86d1616c7e47dec"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="downloadable"><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="fa89c8b5771bba0647d1fd5bd2291c8e"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="c4fd32f949134a09d46064f71b9c954d"/></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="c0cca53ff2cbca0747fd4b4a550767c8"/><file name="footer.phtml" hash="631c4e619218ae3f88a5f0d439e5f3ed"/><file name="head.phtml" hash="a066ec1b026adaae62ea2ffb72458c35"/><file name="header.phtml" hash="9869923683b65e0236e521127c607962"/><file name="pager.phtml" hash="4a0ab1625bcaecb146da8bd94f19d917"/><file name="topmenu.phtml" hash="a3313934f27dd0a885e5374a08082460"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="7a60ff97b7a3b4f233cda603993a9b52"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="f26b21cac8c142ba35ded5b08cdd6f05"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="ba726d37c15668ca0da80ad63d1f31b1"/><file name="networkshare.phtml" hash="b9a7dbfbbf197508d8642332c9936e73"/><file name="scroll-up.phtml" hash="e271affba498c05ae7b7e582d4eb5297"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="233f3a9b63b29f9675563208dcff0ed8"/><file name="catalogsearch.xml" hash="79d5265c20a14cbe23c527bca59888e2"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="ff25860abae207dff824fcaf7b7f82f8"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="40ffd32b789d8c06d48d804fbf77f294"/><file name="styles.css" hash="87fd8a14ec7648bf2137196cd75dde66"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir><dir name="js"><dir name="lazyload"><file name="jquery.lazyload.min.js" hash="89c45121934ed4664ff3ca811a008226"/><file name="load.lazyscript.js" hash="7d9eed85f2422c692e4b39263dd18683"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
skin/frontend/default/responsive/css/responsive.css CHANGED
@@ -59,12 +59,10 @@
59
  /*.title-buttons{text-align: left}*/
60
  /* checkout /cart */
61
  .cart .totals{margin-top: 20px}
62
- #shopping-cart-table .item-editable{display: none}
63
- #shopping-cart-table .item-image{display: none}
64
- .data-table .col-wishlist{display: none}
65
  /* catalog category */
66
- .pager-responsive .amount{display: none}
67
- .pager-responsive .limiter label{display: none}
68
  .pager-responsive .pagination{text-align: left}
69
  .sorter .view-mode{padding-left:0}
70
 
@@ -88,13 +86,20 @@
88
  .footer .footer-right{text-align: left}
89
 
90
  #popupcart{left: 15px;}
 
 
 
 
 
 
 
91
  }
92
 
93
  /* Landscape phones and down */
94
  @media (max-width: 480px) {
95
 
96
  /* catalog category */
97
- .block-subscribe, .block-compare, .block-poll, .block-viewed, .block-tags, .paypal-logo, .block-wishlist{display: none}
98
  .col-main .category-image{display: none}
99
 
100
  /* catalog product view */
@@ -113,4 +118,6 @@
113
  /* product review */
114
  #product-review-table th{padding: 3px}
115
  #product-review-table input[type="radio"]{margin:0; }
 
 
116
  }
59
  /*.title-buttons{text-align: left}*/
60
  /* checkout /cart */
61
  .cart .totals{margin-top: 20px}
62
+ #shopping-cart-table .item-editable, #shopping-cart-table .item-image, #shopping-cart-table .col-wishlist{display: none}
63
+
 
64
  /* catalog category */
65
+ .pager-responsive .amount, .pager-responsive .limiter label{display: none}
 
66
  .pager-responsive .pagination{text-align: left}
67
  .sorter .view-mode{padding-left:0}
68
 
86
  .footer .footer-right{text-align: left}
87
 
88
  #popupcart{left: 15px;}
89
+
90
+ /* My downloadable product */
91
+ #my-downloadable-products-table .orderid, #my-downloadable-products-table .date{display: none}
92
+
93
+ .usp i{font-size: 1.5em}
94
+
95
+ .block-tags{display: none}
96
  }
97
 
98
  /* Landscape phones and down */
99
  @media (max-width: 480px) {
100
 
101
  /* catalog category */
102
+ .block-subscribe, .block-compare, .block-poll, .block-viewed, .paypal-logo, .block-wishlist{display: none}
103
  .col-main .category-image{display: none}
104
 
105
  /* catalog product view */
118
  /* product review */
119
  #product-review-table th{padding: 3px}
120
  #product-review-table input[type="radio"]{margin:0; }
121
+
122
+
123
  }
skin/frontend/default/responsive/css/styles.css CHANGED
@@ -521,7 +521,7 @@ tr.summary-details-excluded { font-style:italic; }
521
  #nav li a{text-decoration: none; text-transform: uppercase; text-align: left}
522
  #nav li ul li a{text-transform: none; text-align: left}
523
  #nav-parentlink{color: #e26703}
524
- .navbar-header .navbar-brand{text-decoration: none; color: #e26703}
525
  /* All Levels */ /* Style consistent throughout all nav levels */
526
  /*#nav li { position:relative; text-align:left; }
527
  #nav li.over { z-index:998; }
@@ -678,7 +678,7 @@ tr.summary-details-excluded { font-style:italic; }
678
  .block-wishlist .actions a { float:none; }
679
 
680
  /* Block: Related */
681
- .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
682
  .block-related input.checkbox { float:left; }
683
  .block-related .product { margin-left:20px; }
684
 
@@ -1036,7 +1036,7 @@ tr.summary-details-excluded { font-style:italic; }
1036
  .product-options .options-list input.checkbox {/* float:left; margin-top:3px; */ display: inline-block}
1037
  .product-options .validation-failed { padding:0 7px; }
1038
  .product-options p.note { margin:0; font-size:11px; }
1039
- .product-options p.required { position:absolute; right:20px; top:20px; }
1040
 
1041
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1042
  .product-options-bottom .product-pricing,
@@ -1052,7 +1052,7 @@ tr.summary-details-excluded { font-style:italic; }
1052
  .product-options-bottom .price-tax { float:left; }
1053
  .product-options-bottom .add-to-cart { float:right; }
1054
  .product-shop .product-options-bottom { margin:0 0 10px; }
1055
- .product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
1056
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1057
  .product-shop .product-options-bottom .price-tax { float:none; }
1058
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
@@ -1856,4 +1856,10 @@ tr.summary-details-excluded { font-style:italic; }
1856
  /* product page / additional information */
1857
  #product-attribute-specs-table .label{font-size:90%; font-weight:normal; text-align:left}
1858
  /* cart page */
1859
- .cart-left, .crosselldiv{padding-left:0; padding-right:0}
 
 
 
 
 
 
521
  #nav li a{text-decoration: none; text-transform: uppercase; text-align: left}
522
  #nav li ul li a{text-transform: none; text-align: left}
523
  #nav-parentlink{color: #e26703}
524
+ .navbar-header .navbar-brand{text-decoration: none;}
525
  /* All Levels */ /* Style consistent throughout all nav levels */
526
  /*#nav li { position:relative; text-align:left; }
527
  #nav li.over { z-index:998; }
678
  .block-wishlist .actions a { float:none; }
679
 
680
  /* Block: Related */
681
+ .block-related .block-title strong {/* background-image:url(../images/i_block-related.gif); background-position:0 1px; */}
682
  .block-related input.checkbox { float:left; }
683
  .block-related .product { margin-left:20px; }
684
 
1036
  .product-options .options-list input.checkbox {/* float:left; margin-top:3px; */ display: inline-block}
1037
  .product-options .validation-failed { padding:0 7px; }
1038
  .product-options p.note { margin:0; font-size:11px; }
1039
+ .product-options p.required { position:absolute; right:10px; top:4px; }
1040
 
1041
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1042
  .product-options-bottom .product-pricing,
1052
  .product-options-bottom .price-tax { float:left; }
1053
  .product-options-bottom .add-to-cart { float:right; }
1054
  .product-shop .product-options-bottom { margin:0 0 10px; }
1055
+ .product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
1056
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1057
  .product-shop .product-options-bottom .price-tax { float:none; }
1058
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1856
  /* product page / additional information */
1857
  #product-attribute-specs-table .label{font-size:90%; font-weight:normal; text-align:left}
1858
  /* cart page */
1859
+ .cart-left, .crosselldiv{padding-left:0; padding-right:0}
1860
+
1861
+ /* scroll up */
1862
+ #scroll-div{display: none; position:fixed; bottom:20px; right:5%; z-index: 100}
1863
+ #scroll-div a:hover{color: #ccc; cursor:pointer}
1864
+
1865
+ .dropdown-menu.pull-right i{padding-right: 10px;}
skin/frontend/default/responsive/js/lazyload/jquery.lazyload.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /*! Lazy Load 1.9.3 - MIT license - Copyright 2010-2013 Mika Tuupola */
2
+ !function(a,b,c,d){var e=a(b);a.fn.lazyload=function(f){function g(){var b=0;i.each(function(){var c=a(this);if(!j.skip_invisible||c.is(":visible"))if(a.abovethetop(this,j)||a.leftofbegin(this,j));else if(a.belowthefold(this,j)||a.rightoffold(this,j)){if(++b>j.failure_limit)return!1}else c.trigger("appear"),b=0})}var h,i=this,j={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:b,data_attribute:"original",skip_invisible:!0,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return f&&(d!==f.failurelimit&&(f.failure_limit=f.failurelimit,delete f.failurelimit),d!==f.effectspeed&&(f.effect_speed=f.effectspeed,delete f.effectspeed),a.extend(j,f)),h=j.container===d||j.container===b?e:a(j.container),0===j.event.indexOf("scroll")&&h.bind(j.event,function(){return g()}),this.each(function(){var b=this,c=a(b);b.loaded=!1,(c.attr("src")===d||c.attr("src")===!1)&&c.is("img")&&c.attr("src",j.placeholder),c.one("appear",function(){if(!this.loaded){if(j.appear){var d=i.length;j.appear.call(b,d,j)}a("<img />").bind("load",function(){var d=c.attr("data-"+j.data_attribute);c.hide(),c.is("img")?c.attr("src",d):c.css("background-image","url('"+d+"')"),c[j.effect](j.effect_speed),b.loaded=!0;var e=a.grep(i,function(a){return!a.loaded});if(i=a(e),j.load){var f=i.length;j.load.call(b,f,j)}}).attr("src",c.attr("data-"+j.data_attribute))}}),0!==j.event.indexOf("scroll")&&c.bind(j.event,function(){b.loaded||c.trigger("appear")})}),e.bind("resize",function(){g()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&e.bind("pageshow",function(b){b.originalEvent&&b.originalEvent.persisted&&i.each(function(){a(this).trigger("appear")})}),a(c).ready(function(){g()}),this},a.belowthefold=function(c,f){var g;return g=f.container===d||f.container===b?(b.innerHeight?b.innerHeight:e.height())+e.scrollTop():a(f.container).offset().top+a(f.container).height(),g<=a(c).offset().top-f.threshold},a.rightoffold=function(c,f){var g;return g=f.container===d||f.container===b?e.width()+e.scrollLeft():a(f.container).offset().left+a(f.container).width(),g<=a(c).offset().left-f.threshold},a.abovethetop=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollTop():a(f.container).offset().top,g>=a(c).offset().top+f.threshold+a(c).height()},a.leftofbegin=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollLeft():a(f.container).offset().left,g>=a(c).offset().left+f.threshold+a(c).width()},a.inviewport=function(b,c){return!(a.rightoffold(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.abovethetop(b,c))},a.extend(a.expr[":"],{"below-the-fold":function(b){return a.belowthefold(b,{threshold:0})},"above-the-top":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-screen":function(b){return a.rightoffold(b,{threshold:0})},"left-of-screen":function(b){return!a.rightoffold(b,{threshold:0})},"in-viewport":function(b){return a.inviewport(b,{threshold:0})},"above-the-fold":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-fold":function(b){return a.rightoffold(b,{threshold:0})},"left-of-fold":function(b){return!a.rightoffold(b,{threshold:0})}})}(jQuery,window,document);
skin/frontend/default/responsive/js/lazyload/load.lazyscript.js ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ jQuery(function() {
2
+ jQuery("img.lazy").lazyload({});
3
+ });