Version Notes
Has no sql setup, supports multi-store, rates can be assigned per customer group.
Download this release
Release Info
Developer | IteraResearch |
Extension | IteraResearch_AnyRate |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- app/etc/modules/IteraResearch_AnyRate.xml +19 -0
- package.xml +18 -0
app/etc/modules/IteraResearch_AnyRate.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* This file is part of AnyRate extension.
|
5 |
+
*
|
6 |
+
* @category IteraResearch
|
7 |
+
* @package IteraResearch_AnyRate
|
8 |
+
* @copyright Copyright (c) 2003-2015 Itera Research, Inc. All rights reserved. (http://www.itera-research.com/)
|
9 |
+
* @license http://www.gnu.org/licenses Lesser General Public License
|
10 |
+
*/
|
11 |
+
-->
|
12 |
+
<config>
|
13 |
+
<modules>
|
14 |
+
<IteraResearch_AnyRate>
|
15 |
+
<active>true</active>
|
16 |
+
<codePool>community</codePool>
|
17 |
+
</IteraResearch_AnyRate>
|
18 |
+
</modules>
|
19 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>IteraResearch_AnyRate</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.gnu.org/licenses">Lesser General Public License</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>AnyRate - Custom Shipping Rates</summary>
|
10 |
+
<description>Allow to define multiple shipping rates with custom rate title and price. Each rate can be assigned to particular customer group, so customers from assigned group only can see the rate at the shipping method step in the checkout page.</description>
|
11 |
+
<notes>Has no sql setup, supports multi-store, rates can be assigned per customer group.</notes>
|
12 |
+
<authors><author><name>IteraResearch</name><user>IteraResearch</user><email>magentocommerce@itera-research.com</email></author></authors>
|
13 |
+
<date>2015-06-02</date>
|
14 |
+
<time>17:57:50</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="IteraResearch_AnyRate.xml" hash="83d3932fd48c92d54453ce92c0c35330"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.9.1.0</max></package><extension><name>Core</name><min/><max/></extension></required></dependencies>
|
18 |
+
</package>
|