Easy_Topsellers - Version 1.1.2

Version Notes

1.1.2

Download this release

Release Info

Developer Magento Core Team
Extension Easy_Topsellers
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

app/code/community/Magazento/Easytopsell/Block/Category.php CHANGED
@@ -11,14 +11,14 @@
11
  class Magazento_Easytopsell_Block_Category extends Mage_Catalog_Block_Product_Abstract {
12
 
13
 
14
- protected function _construct() {
15
  // parent::_construct();
16
  // $this->addData(array(
17
  // 'cache_lifetime' => 86400,
18
  // 'cache_tags' => array('magazentoeasytopsell_category'),
19
  // ));
20
-
21
- }
22
  protected function _beforeToHtml() {
23
 
24
  $storeId = Mage::app()->getStore()->getId();
11
  class Magazento_Easytopsell_Block_Category extends Mage_Catalog_Block_Product_Abstract {
12
 
13
 
14
+ // protected function _construct() {
15
  // parent::_construct();
16
  // $this->addData(array(
17
  // 'cache_lifetime' => 86400,
18
  // 'cache_tags' => array('magazentoeasytopsell_category'),
19
  // ));
20
+ // }
21
+
22
  protected function _beforeToHtml() {
23
 
24
  $storeId = Mage::app()->getStore()->getId();
app/code/community/Magazento/Easytopsell/Block/Home.php CHANGED
@@ -11,14 +11,15 @@
11
  class Magazento_Easytopsell_Block_Home extends Mage_Catalog_Block_Product_Abstract {
12
 
13
 
14
- protected function _construct() {
15
- parent::_construct();
16
- $this->addData(array(
17
- 'cache_lifetime' => 86400,
18
- 'cache_tags' => array('magazentoeasytopsell_home'),
19
- ));
 
 
20
 
21
- }
22
  protected function _beforeToHtml() {
23
 
24
  $storeId = Mage::app()->getStore()->getId();
11
  class Magazento_Easytopsell_Block_Home extends Mage_Catalog_Block_Product_Abstract {
12
 
13
 
14
+ // protected function _construct() {
15
+ // parent::_construct();
16
+ // $this->addData(array(
17
+ // 'cache_lifetime' => 86400,
18
+ // 'cache_tags' => array('magazentoeasytopsell_home'),
19
+ // ));
20
+ //
21
+ // }
22
 
 
23
  protected function _beforeToHtml() {
24
 
25
  $storeId = Mage::app()->getStore()->getId();
app/code/community/Magazento/Easytopsell/etc/config.xml CHANGED
@@ -135,7 +135,7 @@
135
  <options>
136
  <enable>1</enable>
137
  <blocktitle>TOPSELLERS</blocktitle>
138
- <noproducttext>be first... </noproducttext>
139
  <salable>1</salable>
140
  </options>
141
  <homepageoptions>
135
  <options>
136
  <enable>1</enable>
137
  <blocktitle>TOPSELLERS</blocktitle>
138
+ <noproducttext> We have no best-selling products now </noproducttext>
139
  <salable>1</salable>
140
  </options>
141
  <homepageoptions>
app/design/frontend/default/default/layout/magazento_easytopsell.xml CHANGED
@@ -7,50 +7,56 @@
7
  <action method="addCss"><stylesheet>magazento/easytopseller/style.css</stylesheet></action>
8
  </reference>
9
  <reference name="left">
10
- <block type="easytopsell/home" name="easytopsell.home">
11
- <action method="setTemplate" ifconfig="easytopsell/homepageoptions/homesidebarleft">
12
- <template>magazento/easytopsell/home.phtml</template>
13
  </action>
14
  </block>
15
  </reference>
16
  <reference name="right">
17
- <block type="easytopsell/home" name="easytopsell.home" >
18
- <action method="setTemplate" ifconfig="easytopsell/homepageoptions/homesidebarright">
19
- <template>magazento/easytopsell/home.phtml</template>
20
  </action>
21
  </block>
22
  </reference>
23
  </cms_index_index>
24
 
25
  <catalog_category_default>
 
 
 
26
  <reference name="left">
27
- <block type="easytopsell/category" name="easytopsell.cat" >
28
- <action method="setTemplate" ifconfig="easytopsell/catpageoptions/catsidebarleft">
29
- <template>magazento/easytopsell/category.phtml</template>
30
  </action>
31
  </block>
32
  </reference>
33
  <reference name="right">
34
- <block type="easytopsell/category" name="easytopsell.cat" >
35
- <action method="setTemplate" ifconfig="easytopsell/catpageoptions/catsidebarright">
36
- <template>magazento/easytopsell/category.phtml</template>
37
  </action>
38
  </block>
39
  </reference>
40
  </catalog_category_default>
41
 
42
  <catalog_category_layered>
 
 
 
43
  <reference name="left">
44
- <block type="easytopsell/category" name="easytopsell.cat" >
45
- <action method="setTemplate" ifconfig="easytopsell/catpageoptions/catsidebarleft">
46
- <template>magazento/easytopsell/category.phtml</template>
47
  </action>
48
  </block>
49
  </reference>
50
  <reference name="right">
51
- <block type="easytopsell/category" name="easytopsell.cat" >
52
- <action method="setTemplate" ifconfig="easytopsell/catpageoptions/catsidebarright">
53
- <template>magazento/easytopsell/category.phtml</template>
54
  </action>
55
  </block>
56
  </reference>
7
  <action method="addCss"><stylesheet>magazento/easytopseller/style.css</stylesheet></action>
8
  </reference>
9
  <reference name="left">
10
+ <block type="easytopsell/home" name="easytopsell.home.left">
11
+ <action method="setTemplate">
12
+ <template>magazento/easytopsell/home_left.phtml</template>
13
  </action>
14
  </block>
15
  </reference>
16
  <reference name="right">
17
+ <block type="easytopsell/home" name="easytopsell.home.right" >
18
+ <action method="setTemplate">
19
+ <template>magazento/easytopsell/home_right.phtml</template>
20
  </action>
21
  </block>
22
  </reference>
23
  </cms_index_index>
24
 
25
  <catalog_category_default>
26
+ <reference name="head">
27
+ <action method="addCss"><stylesheet>magazento/easytopseller/style.css</stylesheet></action>
28
+ </reference>
29
  <reference name="left">
30
+ <block type="easytopsell/category" name="easytopsell.cat.left" >
31
+ <action method="setTemplate">
32
+ <template>magazento/easytopsell/category_left.phtml</template>
33
  </action>
34
  </block>
35
  </reference>
36
  <reference name="right">
37
+ <block type="easytopsell/category" name="easytopsell.cat.right" >
38
+ <action method="setTemplate">
39
+ <template>magazento/easytopsell/category_right.phtml</template>
40
  </action>
41
  </block>
42
  </reference>
43
  </catalog_category_default>
44
 
45
  <catalog_category_layered>
46
+ <reference name="head">
47
+ <action method="addCss"><stylesheet>magazento/easytopseller/style.css</stylesheet></action>
48
+ </reference>
49
  <reference name="left">
50
+ <block type="easytopsell/category" name="easytopsell.cat.left" >
51
+ <action method="setTemplate">
52
+ <template>magazento/easytopsell/category_left.phtml</template>
53
  </action>
54
  </block>
55
  </reference>
56
  <reference name="right">
57
+ <block type="easytopsell/category" name="easytopsell.cat.right" >
58
+ <action method="setTemplate">
59
+ <template>magazento/easytopsell/category_right.phtml</template>
60
  </action>
61
  </block>
62
  </reference>
app/design/frontend/default/default/template/magazento/easytopsell/{category.phtml → category_left.phtml} RENAMED
@@ -1,8 +1,8 @@
1
- <?php if (Mage::getStoreConfig('easytopsell/options/enable')):?>
2
 
3
  <div class="block block-topseller">
4
  <div class="block-title title-topseller">
5
- <?php echo $this->getModel()->getTitle() ?>
6
  </div>
7
  <div class="block-content">
8
  <?php $_products = $this->getProductCollection(); ?>
@@ -32,9 +32,7 @@
32
  <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catprice')):?>
33
  <?php echo $this->getPriceHtml($_product, true) ?>
34
  <?php endif; ?>
35
- <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catactions')):?>
36
- <a class="link-cart" href="<?php echo $this->getAddToCartUrl($_product) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->__('Add to Cart') ?></a>
37
- <?php endif; ?>
38
  </div>
39
  </li>
40
  <?php endif; ?>
1
+ <?php if ((Mage::getStoreConfig('easytopsell/options/enable')) && (Mage::getStoreConfig('easytopsell/catpageoptions/catsidebarleft'))):?>
2
 
3
  <div class="block block-topseller">
4
  <div class="block-title title-topseller">
5
+ <span><?php echo $this->getModel()->getTitle() ?></span>
6
  </div>
7
  <div class="block-content">
8
  <?php $_products = $this->getProductCollection(); ?>
32
  <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catprice')):?>
33
  <?php echo $this->getPriceHtml($_product, true) ?>
34
  <?php endif; ?>
35
+ <p class="availability out-of-stock"><span>Out of stock</span></p>
 
 
36
  </div>
37
  </li>
38
  <?php endif; ?>
app/design/frontend/default/default/template/magazento/easytopsell/category_right.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ((Mage::getStoreConfig('easytopsell/options/enable')) && (Mage::getStoreConfig('easytopsell/catpageoptions/catsidebarright'))):?>
2
+
3
+ <div class="block block-topseller">
4
+ <div class="block-title title-topseller">
5
+ <span><?php echo $this->getModel()->getTitle() ?></span>
6
+ </div>
7
+ <div class="block-content">
8
+ <?php $_products = $this->getProductCollection(); ?>
9
+ <?php if (sizeof($_products)): ?>
10
+ <ol class="mini-products-list" id="bestseller-sidebar">
11
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
12
+ <?php $i++; ?>
13
+ <?php if ($_product->getData('is_salable')): ?>
14
+ <li class="item<?php if($i==sizeof($_products) ): ?> last<?php endif; ?>">
15
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(50); ?>" width="50" height="50" alt="" /></a>
16
+ <div class="product-details">
17
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></p>
18
+ <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catprice')):?>
19
+ <?php echo $this->getPriceHtml($_product, true) ?>
20
+ <?php endif; ?>
21
+ <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catactions')):?>
22
+ <a class="link-cart" href="<?php echo $this->getAddToCartUrl($_product) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->__('Add to Cart') ?></a>
23
+ <?php endif; ?>
24
+ </div>
25
+ </li>
26
+ <?php else: ?>
27
+ <?php if($this->getModel()->isOutOfStock()): ?>
28
+ <li class="item">
29
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(50); ?>" width="50" height="50" alt="" /></a>
30
+ <div class="product-details">
31
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></p>
32
+ <?php if (Mage::getStoreConfig('easytopsell/catpageoptions/catprice')):?>
33
+ <?php echo $this->getPriceHtml($_product, true) ?>
34
+ <?php endif; ?>
35
+ <p class="availability out-of-stock"><span>Out of stock</span></p>
36
+ </div>
37
+ </li>
38
+ <?php endif; ?>
39
+
40
+ <?php endif; ?>
41
+ <?php endforeach; ?>
42
+ </ol>
43
+
44
+ <?php else: ?>
45
+ <ol id="bestseller-sidebar" class="mini-products-list">
46
+ <li class="item odd">
47
+ <?php echo $this->getModel()->getNoProductsText(); ?>
48
+ </li>
49
+ </ol>
50
+ <?php endif; ?>
51
+ </div>
52
+ </div>
53
+
54
+
55
+
56
+ <?php endif; ?>
app/design/frontend/default/default/template/magazento/easytopsell/{home.phtml → home_left.phtml} RENAMED
@@ -1,8 +1,8 @@
1
- <?php if (Mage::getStoreConfig('easytopsell/options/enable')):?>
2
 
3
  <div class="block block-topseller">
4
  <div class="block-title title-topseller">
5
- <?php echo $this->getModel()->getTitle() ?>
6
  </div>
7
  <div class="block-content">
8
  <?php $_products = $this->getProductCollection(); ?>
@@ -32,9 +32,7 @@
32
  <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeprice')):?>
33
  <?php echo $this->getPriceHtml($_product, true) ?>
34
  <?php endif; ?>
35
- <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeactions')):?>
36
- <a class="link-cart" href="<?php echo $this->getAddToCartUrl($_product) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->__('Add to Cart') ?></a>
37
- <?php endif; ?>
38
  </div>
39
  </li>
40
  <?php endif; ?>
1
+ <?php if ((Mage::getStoreConfig('easytopsell/options/enable')) && (Mage::getStoreConfig('easytopsell/homepageoptions/homesidebarleft'))):?>
2
 
3
  <div class="block block-topseller">
4
  <div class="block-title title-topseller">
5
+ <span><?php echo $this->getModel()->getTitle() ?></span>
6
  </div>
7
  <div class="block-content">
8
  <?php $_products = $this->getProductCollection(); ?>
32
  <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeprice')):?>
33
  <?php echo $this->getPriceHtml($_product, true) ?>
34
  <?php endif; ?>
35
+ <p class="availability out-of-stock"><span>Out of stock</span></p>
 
 
36
  </div>
37
  </li>
38
  <?php endif; ?>
app/design/frontend/default/default/template/magazento/easytopsell/home_right.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if ((Mage::getStoreConfig('easytopsell/options/enable')) && (Mage::getStoreConfig('easytopsell/homepageoptions/homesidebarright'))):?>
2
+
3
+ <div class="block block-topseller">
4
+ <div class="block-title title-topseller">
5
+ <span><?php echo $this->getModel()->getTitle() ?></span>
6
+ </div>
7
+ <div class="block-content">
8
+ <?php $_products = $this->getProductCollection(); ?>
9
+ <?php if (sizeof($_products)): ?>
10
+ <ol class="mini-products-list" id="bestseller-sidebar">
11
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
12
+ <?php $i++; ?>
13
+ <?php if ($_product->getData('is_salable')): ?>
14
+ <li class="item<?php if($i==sizeof($_products) ): ?> last<?php endif; ?>">
15
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(50); ?>" width="50" height="50" alt="" /></a>
16
+ <div class="product-details">
17
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></p>
18
+ <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeprice')):?>
19
+ <?php echo $this->getPriceHtml($_product, true) ?>
20
+ <?php endif; ?>
21
+ <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeactions')):?>
22
+ <a class="link-cart" href="<?php echo $this->getAddToCartUrl($_product) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->__('Add to Cart') ?></a>
23
+ <?php endif; ?>
24
+ </div>
25
+ </li>
26
+ <?php else: ?>
27
+ <?php if($this->getModel()->isOutOfStock()): ?>
28
+ <li class="item">
29
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(50); ?>" width="50" height="50" alt="" /></a>
30
+ <div class="product-details">
31
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></p>
32
+ <?php if (Mage::getStoreConfig('easytopsell/homepageoptions/homeprice')):?>
33
+ <?php echo $this->getPriceHtml($_product, true) ?>
34
+ <?php endif; ?>
35
+ <p class="availability out-of-stock"><span>Out of stock</span></p>
36
+ </div>
37
+ </li>
38
+ <?php endif; ?>
39
+
40
+ <?php endif; ?>
41
+ <?php endforeach; ?>
42
+ </ol>
43
+
44
+ <?php else: ?>
45
+ <ol id="bestseller-sidebar" class="mini-products-list">
46
+ <li class="item odd">
47
+ <?php echo $this->getModel()->getNoProductsText(); ?>
48
+ </li>
49
+ </ol>
50
+ <?php endif; ?>
51
+ </div>
52
+ </div>
53
+
54
+
55
+
56
+ <?php endif; ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Easy_Topsellers</name>
4
- <version>1.1.1</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento module generates the list of your online store's best selling products and displays it in sidebars. Extension allows you fully configure your bestsellers on your store and of cource this extension fully configurable at backend.</summary>
10
  <description>Magento module generates the list of your online store's best selling products and displays it in sidebars. Extension allows you fully configure your bestsellers on your store and of cource this extension fully configurable at backend.</description>
11
- <notes>1.1.1</notes>
12
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
- <date>2011-04-20</date>
14
- <time>10:13:32</time>
15
- <contents><target name="magelocale"><dir name="en_US"><file name="Magazento_Easytopsell.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_easytopsell.xml" hash="7f652db292d6564402fbe0c640041944"/></dir><dir name="template"><dir name="magazento"><dir name="easytopsell"><file name="category.phtml" hash="cbaea3d72a839fd48d70428a2e50d4da"/><file name="home.phtml" hash="b3cb0e7dba4c006bcd5503d4a2498004"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="easytopseller"><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/><file name="style.css" hash="3d08de88cf731f45a66ea8fc6af5878e"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Easytopsell"><dir name="Block"><file name="Category.php" hash="ce7ad2c1c148d11632e313807d85a35c"/><file name="Developer.php" hash="91dee06aeb03dfc7651e6d90cc807b39"/><file name="Home.php" hash="77e503ed8ac6a83cc708781cd9ada504"/></dir><dir name="etc"><file name="config.xml" hash="1412aeb027d53e1d5e8ca566d1b1d34f"/><file name="system.xml" hash="e20e824fb205752d3d3bdc96e35776b8"/></dir><dir name="Helper"><file name="Data.php" hash="9f977e8bb58ad496025983804d9460e8"/></dir><dir name="Model"><file name="Data.php" hash="3c5607e5a08b3ba8d8b45e25d0413c2c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Easytopsell.xml" hash="bcf1d8c496a3d7759a347cc782e934c6"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Easy_Topsellers</name>
4
+ <version>1.1.2</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento module generates the list of your online store's best selling products and displays it in sidebars. Extension allows you fully configure your bestsellers on your store and of cource this extension fully configurable at backend.</summary>
10
  <description>Magento module generates the list of your online store's best selling products and displays it in sidebars. Extension allows you fully configure your bestsellers on your store and of cource this extension fully configurable at backend.</description>
11
+ <notes>1.1.2</notes>
12
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
+ <date>2011-07-11</date>
14
+ <time>08:15:43</time>
15
+ <contents><target name="magelocale"><dir name="en_US"><file name="Magazento_Easytopsell.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_easytopsell.xml" hash="a2a91c96a57d1c8d652635371ab4e703"/></dir><dir name="template"><dir name="magazento"><dir name="easytopsell"><file name="category_left.phtml" hash="ead970358d0bd290f9988b29f9223358"/><file name="category_right.phtml" hash="b9d6c0fa0ca1c90e7e1c718bf6a85585"/><file name="home_left.phtml" hash="61dc918622648895e40ee2a4964bedbd"/><file name="home_right.phtml" hash="a00c98edf3cdf6fd47a3e1e73b0a5e12"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="easytopseller"><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/><file name="style.css" hash="a20fafa8bd5bcc5d94888e1e97c49ea1"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Easytopsell"><dir name="Block"><file name="Category.php" hash="68addebcc7a17d790f45a29ad06b07fc"/><file name="Developer.php" hash="91dee06aeb03dfc7651e6d90cc807b39"/><file name="Home.php" hash="f5b8575d86893115c356a4c10370d918"/></dir><dir name="etc"><file name="config.xml" hash="0eded0066def1816a54e91108e575c93"/><file name="system.xml" hash="e20e824fb205752d3d3bdc96e35776b8"/></dir><dir name="Helper"><file name="Data.php" hash="9f977e8bb58ad496025983804d9460e8"/></dir><dir name="Model"><file name="Data.php" hash="3c5607e5a08b3ba8d8b45e25d0413c2c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Easytopsell.xml" hash="bcf1d8c496a3d7759a347cc782e934c6"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
skin/frontend/default/default/magazento/easytopseller/style.css CHANGED
@@ -1,8 +1,70 @@
1
- .block-topseller { font-size: 11px; line-height: 1.25; }
2
- .block-topseller .title-topseller {
3
- background-position: 0 0;
4
- background-repeat: no-repeat;
5
- padding-left: 10px;
6
- line-height: 1.7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  font-weight: bold;
8
  }
 
 
 
 
 
 
1
+ .block-topseller .block-title span {
2
+ color: #FFFFFF;
3
+ font: bold 12px/2em Arial,Helvetica,sans-serif;
4
+ padding: 12px 0 3px 10px;
5
+ text-transform: uppercase;
6
+ }
7
+ .block-topseller {
8
+ -moz-box-shadow: 2px 2px 11px #696969;
9
+ border: 1px solid #CACACA;
10
+ color: #333333;
11
+ font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
12
+ font-size: 10px;
13
+ margin: 0 0 15px;
14
+ }
15
+ .block-topseller .block-title {
16
+ background: none repeat scroll 0 0 #AF1D1D;
17
+ border-bottom: 1px solid #CACACA;
18
+ height: 25px;
19
+ overflow: hidden;
20
+ }
21
+ .block-topseller .block-title span {
22
+ color: #FFFFFF;
23
+ font: bold 12px/2em Arial,Helvetica,sans-serif;
24
+ padding: 12px 0 3px 10px;
25
+ text-transform: uppercase;
26
+ }
27
+ .block-topseller .block-content {
28
+ background: none repeat scroll 0 0 #FFFFFF;
29
+ }
30
+
31
+ .block-topseller ul, .block-topseller ol {
32
+ list-style: none outside none;
33
+ }
34
+ .block-topseller .block .block-content li.item {
35
+ padding: 7px 9px;
36
+ }
37
+ .block-topseller .mini-products-list .product-image {
38
+ border: 1px solid #A9A9A9;
39
+ float: left;
40
+ width: 50px;
41
+ }
42
+ .block-topseller a {
43
+ color: #1E7EC8;
44
+ text-decoration: underline;
45
+ }
46
+ .block-topseller .mini-products-list .product-details {
47
+ margin-left: 60px;
48
+ }
49
+
50
+ .block-topseller .block .block-content .product-name {
51
+ color: #1E7EC8;
52
+ }
53
+ .block-topseller .product-name {
54
+ font-size: 1em;
55
+ font-weight: normal;
56
+ margin: 0;
57
+ }
58
+ .block-topseller .price-box {
59
+ margin: 5px 0;
60
+ }
61
+ .block-topseller .link-cart {
62
+ color: #DC6809 !important;
63
  font-weight: bold;
64
  }
65
+ .block-topseller .availability.out-of-stock span {
66
+ color: #D83820;
67
+ }
68
+ .block-topseller .availability span {
69
+ font-weight: bold;
70
+ }