Auctionmaid_Matrxrate - Version 3.0.6

Version Notes

1 - The export csv option is currently disabled. This is so the extension does not conflict with the existing tablerates. There are no plans to resolve this - if you need to view the data look in phpmyadmin.

Download this release

Release Info

Developer Magento Core Team
Extension Auctionmaid_Matrxrate
Version 3.0.6
Comparing to
See all releases


Code changes from version 3.0.5 to 3.0.6

app/code/community/Auctionmaid/Matrixrate/etc/system.xml CHANGED
@@ -29,21 +29,24 @@
29
  <config>
30
  <sections>
31
  <carriers translate="label" module="shipping">
32
- <label>Shipping Methods</label>
33
- <tab>sales</tab>
34
- <frontend_type>text</frontend_type>
35
- <sort_order>320</sort_order>
36
- <show_in_default>1</show_in_default>
37
- <show_in_website>1</show_in_website>
38
- <show_in_store>1</show_in_store>
39
- <groups>
40
  <matrixrate translate="label">
41
- <label>Auctionmaid Matrix Rates</label>
42
  <frontend_type>text</frontend_type>
43
  <sort_order>2</sort_order>
44
  <show_in_default>1</show_in_default>
45
  <show_in_website>1</show_in_website>
46
  <show_in_store>1</show_in_store>
 
 
 
 
 
 
 
 
 
 
47
  <fields>
48
  <handling_type translate="label">
49
  <label>Calculate handling fee</label>
@@ -132,6 +135,15 @@
132
  <show_in_website>1</show_in_website>
133
  <show_in_store>1</show_in_store>
134
  </remove_virtual>
 
 
 
 
 
 
 
 
 
135
  <condition_name translate="label">
136
  <label>Condition</label>
137
  <frontend_type>select</frontend_type>
29
  <config>
30
  <sections>
31
  <carriers translate="label" module="shipping">
32
+ <groups>
 
 
 
 
 
 
 
33
  <matrixrate translate="label">
34
+ <label>Webshopapps Matrix Rates</label>
35
  <frontend_type>text</frontend_type>
36
  <sort_order>2</sort_order>
37
  <show_in_default>1</show_in_default>
38
  <show_in_website>1</show_in_website>
39
  <show_in_store>1</show_in_store>
40
+ <comment>
41
+ <![CDATA[
42
+ <div style="padding:10px;background-color:#fff;border:1px solid #ddd;margin-bottom:7px;">
43
+ This module was developed by <a href="http://www.webshopapps.com" target="_blank">www.webshopapps.com</a> - we specialise in Magento Shipping Extensions.
44
+ <br/>For setup assistance refer to app/code/community/Auctionmaid/docs and examples in app/code/community/Auctionmaid/examples
45
+ <br/>Need more functionality - see <a href="http://webshopapps.com/shipping-extensions/most-popular/premium-matrixrate-shipping-extension.html" target="_blank">Premium Matrixrate</a>. Follow us on <a href="http://twitter.com/webshopapps" target="_blank">twitter</a>
46
+ <br/><a href="mailto:sales@webshopapps.com">Contact us</a> with your custom shipping requirements - chances are we have already done it!</a>
47
+ </div>
48
+ ]]>
49
+ </comment>
50
  <fields>
51
  <handling_type translate="label">
52
  <label>Calculate handling fee</label>
135
  <show_in_website>1</show_in_website>
136
  <show_in_store>1</show_in_store>
137
  </remove_virtual>
138
+ <uk_filtering translate="label">
139
+ <label>Use Special UK Postcode Filtering</label>
140
+ <frontend_type>select</frontend_type>
141
+ <source_model>adminhtml/system_config_source_yesno</source_model>
142
+ <sort_order>71</sort_order>
143
+ <show_in_default>1</show_in_default>
144
+ <show_in_website>1</show_in_website>
145
+ <show_in_store>1</show_in_store>
146
+ </uk_filtering>
147
  <condition_name translate="label">
148
  <label>Condition</label>
149
  <frontend_type>select</frontend_type>
app/code/community/Auctionmaid/docs/AuctionMaid MatrixRate Shipping Module.pdf DELETED
Binary file
app/code/community/Auctionmaid/docs/Webshopapps MatrixRate Shipping Module.pdf ADDED
Binary file
app/code/community/Auctionmaid/example/9-col/item simple.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ "Country","Region/State","City","Zip/Postal Code","Zip to","Item >=","Item <=","Shipping Price","Delivery Type"
2
+ "GBR","*","*","*","*",0,1,3,"Standard"
3
+ "GBR","*","*","*","*",2,2,4,"Standard"
4
+ "GBR","*","*","*","*",3,3,5,"Standard"
5
+ "GBR","*","*","*","*",4,4,6,"Standard"
6
+ "GBR","*","*","*","*",5,100000,7,"Standard"
app/code/community/Auctionmaid/example/9-col/usa example.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ "Country","Region/State","Zip/Postal Code","Price >=","Price To<=","Shipping Price","Delivery Type"
2
+ "USA","*","*",0,24.99,6.95,"Standard"
3
+ "USA","*","*",25,49.99,7.95,"Standard"
4
+ "USA","*","*",50,74.99,8.95,"Standard"
5
+ "USA","*","*",75,99.99,9.95,"Standard"
6
+ "USA","*","*",100,1000000,0,"Standard"
7
+ "USA","*","*",0,1000000,0,"Expedited"
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auctionmaid_Matrxrate</name>
4
- <version>3.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -18,9 +18,9 @@ Suitable for all countries incl UK, US, AUS, Europe.</summary>
18
  - numerical postcode ranges</description>
19
  <notes>1 - The export csv option is currently disabled. This is so the extension does not conflict with the existing tablerates. There are no plans to resolve this - if you need to view the data look in phpmyadmin.</notes>
20
  <authors><author><name>Karen Baker</name><user>auto-converted</user><email>sales@webshopapps.com</email></author></authors>
21
- <date>2009-11-01</date>
22
- <time>23:49:13</time>
23
- <contents><target name="magecommunity"><dir name="Auctionmaid"><file name="license.txt" hash="b7870fbc716085862b4cba9b4629a24e"/><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shipping"><file name="Matrixrate.php" hash="3845daf2530ea28f4c1c9ef0896e4590"/></dir></dir><dir name="Source"><dir name="Shipping"><file name="Matrixrate.php" hash="bf0ab44901dacc3774a8afab91c08848"/></dir></dir></dir></dir></dir></dir><dir name="docs"><file name="AuctionMaid MatrixRate Shipping Module.pdf" hash="9691423778faa862521269ae868f3ef6"/><file name="manual install.sql" hash="838db93c057c71ed75b3b472d2d71c1e"/></dir><dir name="example"><dir name="7-col"><file name="export_all_products.csv" hash="ee76a59cc041f80012dc547febaf5393"/><file name="tablerates - item tofrom.csv" hash="c21b4cbf21aefa5cc590ccd2ff073a04"/><file name="tablerates - price tofrom.csv" hash="834af0aeb1aa98abf91f637015f5e3ba"/><file name="tablerates - weight tofrom.csv" hash="c2d26d1097c6a6b1641353b548437421"/><file name="weight postcode starts with.csv" hash="b83d1c8f6798a42186a63116fc5575b3"/></dir><dir name="9-col"><file name="AusRanges.csv" hash="7884e9c2a15f495ce6a80091c38478b5"/><file name="weight postcode range.csv" hash="8b0f12598742f57a5444bfee16219603"/><file name="weight postcode starts with.csv" hash="b83d1c8f6798a42186a63116fc5575b3"/></dir></dir><dir name="Matrixrate"><dir name="etc"><file name="config.xml" hash="ac562da37b337d17d2f2fb54a7eef18a"/><file name="system.xml" hash="44852c21719863decc98311c7b662034"/></dir><dir name="Model"><dir name="Carrier"><file name="Matrixrate.php" hash="b83f992a62e4820a9505a362a6b14202"/></dir><dir name="Mysql4"><dir name="Carrier"><file name="Matrixrate.php" hash="440bee2737cf7ba7d85df66e3efe0641"/><dir name="Matrixrate"><file name="Collection.php" hash="e9833f77c95c5b00e2e0abc37195e382"/></dir></dir></dir></dir><dir name="sql"><dir name="matrixrate_setup"><file name="mysql4-install-2.0.1.php" hash="52a413f99ce3d571a067cdfb677bbf32"/><file name="mysql4-uninstall-2.0.1.php" hash="d6c1d1d151f31a9d4f78e437d1d73e38"/><file name="mysql4-upgrade-2.0.1.php" hash="b880269c8cc28028c4ed0157b4f74d54"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Auctionmaid_Matrixrate.xml" hash="bde75a0463f7dc40affc8b2ce812ec91"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auctionmaid_Matrxrate</name>
4
+ <version>3.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
18
  - numerical postcode ranges</description>
19
  <notes>1 - The export csv option is currently disabled. This is so the extension does not conflict with the existing tablerates. There are no plans to resolve this - if you need to view the data look in phpmyadmin.</notes>
20
  <authors><author><name>Karen Baker</name><user>auto-converted</user><email>sales@webshopapps.com</email></author></authors>
21
+ <date>2010-02-03</date>
22
+ <time>06:05:47</time>
23
+ <contents><target name="magecommunity"><dir name="Auctionmaid"><file name="license.txt" hash="b7870fbc716085862b4cba9b4629a24e"/><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shipping"><file name="Matrixrate.php" hash="3845daf2530ea28f4c1c9ef0896e4590"/></dir></dir><dir name="Source"><dir name="Shipping"><file name="Matrixrate.php" hash="bf0ab44901dacc3774a8afab91c08848"/></dir></dir></dir></dir></dir></dir><dir name="docs"><file name="manual install.sql" hash="838db93c057c71ed75b3b472d2d71c1e"/><file name="Webshopapps MatrixRate Shipping Module.pdf" hash="bfaf672b71d712d7517f08d074cd8646"/></dir><dir name="example"><dir name="7-col"><file name="export_all_products.csv" hash="ee76a59cc041f80012dc547febaf5393"/><file name="tablerates - item tofrom.csv" hash="c21b4cbf21aefa5cc590ccd2ff073a04"/><file name="tablerates - price tofrom.csv" hash="834af0aeb1aa98abf91f637015f5e3ba"/><file name="tablerates - weight tofrom.csv" hash="c2d26d1097c6a6b1641353b548437421"/><file name="weight postcode starts with.csv" hash="b83d1c8f6798a42186a63116fc5575b3"/></dir><dir name="9-col"><file name="AusRanges.csv" hash="7884e9c2a15f495ce6a80091c38478b5"/><file name="item simple.csv" hash="084d12ca05b5cbe8eb2b64d232abd6f8"/><file name="usa example.csv" hash="14606c3f468b323d55a11f5a8c45dd82"/><file name="weight postcode range.csv" hash="8b0f12598742f57a5444bfee16219603"/><file name="weight postcode starts with.csv" hash="b83d1c8f6798a42186a63116fc5575b3"/></dir></dir><dir name="Matrixrate"><dir name="etc"><file name="config.xml" hash="ac562da37b337d17d2f2fb54a7eef18a"/><file name="system.xml" hash="84ebdd5bd9abe8b01de1217f8a7d732e"/></dir><dir name="Model"><dir name="Carrier"><file name="Matrixrate.php" hash="b83f992a62e4820a9505a362a6b14202"/></dir><dir name="Mysql4"><dir name="Carrier"><file name="Matrixrate.php" hash="440bee2737cf7ba7d85df66e3efe0641"/><dir name="Matrixrate"><file name="Collection.php" hash="e9833f77c95c5b00e2e0abc37195e382"/></dir></dir></dir></dir><dir name="sql"><dir name="matrixrate_setup"><file name="mysql4-install-2.0.1.php" hash="52a413f99ce3d571a067cdfb677bbf32"/><file name="mysql4-uninstall-2.0.1.php" hash="d6c1d1d151f31a9d4f78e437d1d73e38"/><file name="mysql4-upgrade-2.0.1.php" hash="b880269c8cc28028c4ed0157b4f74d54"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Auctionmaid_Matrixrate.xml" hash="bde75a0463f7dc40affc8b2ce812ec91"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>