rayfox_bettercart - Version 0.1.0

Version Notes

Stable version.

Download this release

Release Info

Developer Ray Zhang
Extension rayfox_bettercart
Version 0.1.0
Comparing to
See all releases


Version 0.1.0

app/etc/modules/Rayfox_BetterCart.xml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Rayfox
23
+ * @package Rayfox_BetterCart
24
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Rayfox_BetterCart>
31
+ <active>true</active>
32
+ <codePool>community</codePool>
33
+ </Rayfox_BetterCart>
34
+ </modules>
35
+ </config>
package.xml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>rayfox_bettercart</name>
4
+ <version>0.1.0</version>
5
+ <stability>stable</stability>
6
+ <license>AFL</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>The extension will put all unsaleable items together and move them to&#xD;
10
+ the top/bottom of shopping cart items table, so customers can delete&#xD;
11
+ them more conveniently.</summary>
12
+ <description>The extension will put all unsaleable items together and move them to&#xD;
13
+ the top/bottom of shopping cart items table, so customers can delete&#xD;
14
+ them more conveniently.&#xD;
15
+ &#xD;
16
+ You can control the functionality and position of unsaleable items in&#xD;
17
+ shopping cart from Magento Admin.&#xD;
18
+ &#xD;
19
+ &#x8FD9;&#x4E2A;&#x6269;&#x5C55;&#x4F1A;&#x5C06;&#x8D2D;&#x7269;&#x8F66;&#x4E2D;&#x5904;&#x4E8E;&#x7F3A;&#x8D27;&#x72B6;&#x6001;&#x6216;&#x8005;&#x7531;&#x4E8E;&#x5176;&#x5B83;&#x539F;&#x56E0;&#x4E0D;&#x53EF;&#x5356;&#x7684;&#x4EA7;&#x54C1;&#x96C6;&#x4E2D;&#x5728;&#x4E00;&#x8D77;&#x5E76;&#xD;
20
+ &#x653E;&#x5728;&#x8D2D;&#x7269;&#x8F66;&#x7684;&#x9876;&#x90E8;&#x6216;&#x8005;&#x5E95;&#x90E8;&#xFF0C;&#x65B9;&#x4FBF;&#x987E;&#x5BA2;&#x5220;&#x9664;&#x8D2D;&#x7269;&#x8F66;&#x4E2D;&#x7684;&#x4EA7;&#x54C1;&#x3002;&#xD;
21
+ &#x53EF;&#x901A;&#x8FC7;&#x540E;&#x53F0;&#x7684;&#x9009;&#x9879;&#x63A7;&#x5236;&#x662F;&#x5426;&#x542F;&#x7528;&#x8BE5;&#x529F;&#x80FD;&#x548C;&#x8C03;&#x6574;&#x4E0D;&#x53EF;&#x5356;&#x4EA7;&#x54C1;&#x5728;&#x8D2D;&#x7269;&#x8F66;&#x4E2D;&#x7684;&#x4F4D;&#x7F6E;&#x3002;&#xD;
22
+ </description>
23
+ <notes>Stable version.</notes>
24
+ <authors><author><name>Ray Zhang</name><user>Ray</user><email>cgzhang@gmail.com</email></author></authors>
25
+ <date>2012-02-07</date>
26
+ <time>06:46:55</time>
27
+ <contents><target name="mageetc"><dir name="modules"><file name="Rayfox_BetterCart.xml" hash="ba62037372a50952e3aa60429cffbc99"/></dir></target></contents>
28
+ <compatible/>
29
+ <dependencies><required><php><min>5.3.6</min><max>6.0.0</max></php></required></dependencies>
30
+ </package>