Version Notes
* Repara errores de la version anterior
CHANGES:
->A app/code/community/Nacex/Shipping/Model/Carrier/Naxjow.php
->D app/code/community/Nacex/Shipping/sql/shipping_setup/mysql4-upgrade-1.0.8.php
->U app/code/community/Nacex/Shipping/etc/system.xml
->U app/code/community/Nacex/Shipping/etc/config.xml
Download this release
Release Info
Developer | Magento Core Team |
Extension | Shipping_Nacex |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
app/code/community/Nacex/Shipping/Model/Carrier/Naxjow.php
CHANGED
@@ -6,7 +6,7 @@ class Nacex_Shipping_Model_Carrier_Naxjow extends Mage_Shipping_Model_Carrier_Ab
|
|
6 |
protected $_servicio;
|
7 |
protected $_sweight;
|
8 |
protected $_title;
|
9 |
-
protected $_code = '
|
10 |
|
11 |
public function __construct(){
|
12 |
$this->_title = $this->getConfigData('title');
|
6 |
protected $_servicio;
|
7 |
protected $_sweight;
|
8 |
protected $_title;
|
9 |
+
protected $_code = 'spainpost';
|
10 |
|
11 |
public function __construct(){
|
12 |
$this->_title = $this->getConfigData('title');
|
app/code/community/Nacex/Shipping/etc/config.xml
CHANGED
@@ -40,9 +40,9 @@
|
|
40 |
<sales>
|
41 |
<shipping>
|
42 |
<carriers>
|
43 |
-
<
|
44 |
<class>Nacex_Shipping_Model_Carrier_Naxjow</class>
|
45 |
-
</
|
46 |
<naxgab>
|
47 |
<class>Nacex_Shipping_Model_Carrier_Naxgab</class>
|
48 |
</naxgab>
|
@@ -52,7 +52,7 @@
|
|
52 |
</global>
|
53 |
<default>
|
54 |
<carriers>
|
55 |
-
<
|
56 |
<active>1</active>
|
57 |
<model>nacex_shipping_model_carrier_naxjow</model>
|
58 |
<title>Nacex solo ida</title>
|
@@ -62,7 +62,7 @@
|
|
62 |
<weight_units>1</weight_units>
|
63 |
<handling_fee>0</handling_fee>
|
64 |
<specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
|
65 |
-
</
|
66 |
<naxgab>
|
67 |
<active>1</active>
|
68 |
<model>nacex_shipping_model_carrier_naxgab</model>
|
40 |
<sales>
|
41 |
<shipping>
|
42 |
<carriers>
|
43 |
+
<spainpost>
|
44 |
<class>Nacex_Shipping_Model_Carrier_Naxjow</class>
|
45 |
+
</spainpost>
|
46 |
<naxgab>
|
47 |
<class>Nacex_Shipping_Model_Carrier_Naxgab</class>
|
48 |
</naxgab>
|
52 |
</global>
|
53 |
<default>
|
54 |
<carriers>
|
55 |
+
<spainpost>
|
56 |
<active>1</active>
|
57 |
<model>nacex_shipping_model_carrier_naxjow</model>
|
58 |
<title>Nacex solo ida</title>
|
62 |
<weight_units>1</weight_units>
|
63 |
<handling_fee>0</handling_fee>
|
64 |
<specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
|
65 |
+
</spainpost>
|
66 |
<naxgab>
|
67 |
<active>1</active>
|
68 |
<model>nacex_shipping_model_carrier_naxgab</model>
|
app/code/community/Nacex/Shipping/etc/system.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<sections>
|
4 |
<carriers>
|
5 |
<groups>
|
6 |
-
<
|
7 |
<label>Nacex: Solo ida</label>
|
8 |
<frontend_type>text</frontend_type>
|
9 |
<sort_order>1</sort_order>
|
@@ -104,7 +104,7 @@
|
|
104 |
<show_in_store>1</show_in_store>
|
105 |
</specificerrmsg>
|
106 |
</fields>
|
107 |
-
</
|
108 |
<naxgab translate="label" module="shipping">
|
109 |
<label>Nacex: Ida y vuelta</label>
|
110 |
<frontend_type>text</frontend_type>
|
3 |
<sections>
|
4 |
<carriers>
|
5 |
<groups>
|
6 |
+
<spainpost translate="label" module="shipping">
|
7 |
<label>Nacex: Solo ida</label>
|
8 |
<frontend_type>text</frontend_type>
|
9 |
<sort_order>1</sort_order>
|
104 |
<show_in_store>1</show_in_store>
|
105 |
</specificerrmsg>
|
106 |
</fields>
|
107 |
+
</spainpost>
|
108 |
<naxgab translate="label" module="shipping">
|
109 |
<label>Nacex: Ida y vuelta</label>
|
110 |
<frontend_type>text</frontend_type>
|
app/code/community/Nacex/Shipping/sql/shipping_setup/mysql4-upgrade-1.0.8.php
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento Nacex Shipping
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-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 |
-
* @category Nacex
|
16 |
-
* @package Nacex_Shipping
|
17 |
-
* @copyright
|
18 |
-
* @author
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
$installer = $this;
|
22 |
-
/* @var $installer Mage_Core_Model_Resource_Setup */
|
23 |
-
|
24 |
-
$installer->startSetup();
|
25 |
-
|
26 |
-
$installer->run("DELETE FROM {$this->getTable('core_config_data')} WHERE path LIKE 'carriers/spainpost/%");
|
27 |
-
|
28 |
-
$installer->endSetup();
|
29 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,30 +1,24 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Shipping_Nacex</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Metodo de envio para nacex</summary>
|
10 |
<description>Metodo de envio para nacex</description>
|
11 |
-
<notes>*
|
12 |
|
13 |
<b>CHANGES:</b>
|
14 |
-
->A app/code/community/Nacex/Shipping/Model/Carrier/Naxgab.php
|
15 |
->A app/code/community/Nacex/Shipping/Model/Carrier/Naxjow.php
|
16 |
-
->
|
17 |
-
->A app/code/community/Nacex/Shipping/Model/Standard/Weightunits.php
|
18 |
-
->A app/code/community/Nacex/Shipping/sql/shipping_setup/mysql4-upgrade-1.0.8.php
|
19 |
-
->D app/code/community/Nacex/Shipping/Model/Weightunits.php
|
20 |
-
->D app/code/community/Nacex/Shipping/Model/Methods.php
|
21 |
-
->D app/code/community/Nacex/Shipping/Model/Carrier/Spainpost.php
|
22 |
->U app/code/community/Nacex/Shipping/etc/system.xml
|
23 |
->U app/code/community/Nacex/Shipping/etc/config.xml</notes>
|
24 |
<authors><author><name>Manuel</name><user>auto-converted</user><email>manuelcanepa@gmail.com</email></author><author><name>Sophie</name><user>auto-converted</user><email>lalyostres@gmail.com</email></author></authors>
|
25 |
<date>2008-12-17</date>
|
26 |
-
<time>15:
|
27 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Nacex_Shipping.xml" hash="74bdf7f9847df2280af2666d8123d95b"/></dir></target><target name="magecommunity"><dir name="Nacex"><dir name="Shipping"><dir name="etc"><file name="config.xml" hash="
|
28 |
<compatible/>
|
29 |
<dependencies/>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Shipping_Nacex</name>
|
4 |
+
<version>1.0.9</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>
|
8 |
<extends/>
|
9 |
<summary>Metodo de envio para nacex</summary>
|
10 |
<description>Metodo de envio para nacex</description>
|
11 |
+
<notes>* Repara errores de la version anterior
|
12 |
|
13 |
<b>CHANGES:</b>
|
|
|
14 |
->A app/code/community/Nacex/Shipping/Model/Carrier/Naxjow.php
|
15 |
+
->D app/code/community/Nacex/Shipping/sql/shipping_setup/mysql4-upgrade-1.0.8.php
|
|
|
|
|
|
|
|
|
|
|
16 |
->U app/code/community/Nacex/Shipping/etc/system.xml
|
17 |
->U app/code/community/Nacex/Shipping/etc/config.xml</notes>
|
18 |
<authors><author><name>Manuel</name><user>auto-converted</user><email>manuelcanepa@gmail.com</email></author><author><name>Sophie</name><user>auto-converted</user><email>lalyostres@gmail.com</email></author></authors>
|
19 |
<date>2008-12-17</date>
|
20 |
+
<time>15:55:43</time>
|
21 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Nacex_Shipping.xml" hash="74bdf7f9847df2280af2666d8123d95b"/></dir></target><target name="magecommunity"><dir name="Nacex"><dir name="Shipping"><dir name="etc"><file name="config.xml" hash="f98f323bb97f5225e491d7e8957394d0"/><file name="system.xml" hash="3471e2c65a86e45f9ebad5cbf094777e"/></dir><dir name="Helper"><file name="Data.php" hash="8b06d6514b9924564f9078dd15cedc00"/></dir><dir name="Model"><dir name="Carrier"><file name="Naxgab.php" hash="6453eda945279aef44dc2ce120e64d1c"/><file name="Naxjow.php" hash="4237353036ecd090c6d31bc427280859"/></dir><dir name="Standard"><file name="Data.php" hash="8bd42f98a950fd104e9d24bce8fdef22"/><file name="Weightunits.php" hash="3222717edd1948d4a793f7136d5f1868"/></dir></dir><dir name="sql"><dir name="shipping_setup"><file name="mysql4-install-0.1.0.php" hash="d614fdc964125e1ff642933cc8014583"/></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|