Raveinfosys_Freightshipping - Version 0.1.4

Version Notes

This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 5.6.99

Download this release

Release Info

Developer Rave Infosys
Extension Raveinfosys_Freightshipping
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

app/code/local/Raveinfosys/Freightshipping/Model/Carrier/Conway.php CHANGED
@@ -137,6 +137,7 @@ class Raveinfosys_Freightshipping_Model_Carrier_Conway extends Raveinfosys_Freig
137
  {
138
  $_rates = array();
139
  $myElements = array('NetCharge');
 
140
  for ($i = 0; $i < count($xmlResponse->xpath('//' . $myElements[0])); $i++) {
141
  foreach ($myElements as $myEl) {
142
  $myVals = $xmlResponse->xpath('//' . $myEl);
137
  {
138
  $_rates = array();
139
  $myElements = array('NetCharge');
140
+ //print_r($myElements);exit;
141
  for ($i = 0; $i < count($xmlResponse->xpath('//' . $myElements[0])); $i++) {
142
  foreach ($myElements as $myEl) {
143
  $myVals = $xmlResponse->xpath('//' . $myEl);
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Raveinfosys_Freightshipping</name>
4
- <version>0.1.3</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Raveinfosys Freightshipping</summary>
10
  <description>Raveinfosys Freightshipping</description>
11
- <notes>This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 5.5.X.</notes>
12
  <authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
13
- <date>2016-04-07</date>
14
- <time>07:22:31</time>
15
- <contents><target name="magelocal"><dir name="Raveinfosys"><dir name="Freightshipping"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Shipping.php" hash="ebd4d77fbb8ac8695ca8aea7e1714946"/></dir></dir><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="fcbe3d1caedf7ea8f5b475549723d4b0"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="803d0305cd1923564d8f343ad9d59877"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="059ca65e11dbe81d5eaba8471f88b2c3"/><file name="Bestquote.php" hash="7115e6cf12d552442ab54920f085e632"/><file name="Conway.php" hash="927d723a590fedcc8d2fc221ed2ee6e7"/><file name="Rlcarriers.php" hash="0aeac8d42e5220ab32eb70e6cca90be1"/></dir><file name="Observer.php" hash="8efe12951d91072579613f227c91d5b0"/><dir name="Source"><dir name="Conway"><file name="Country.php" hash="ba54e19dc3febcd82c20e79bf636e5f7"/><file name="Shipcode.php" hash="dba8f37e3caf892b83163fb4c8ea5493"/></dir><file name="Destinationtype.php" hash="86077a0d2dc97e142eed6eb92273268f"/><dir name="Rlcarriers"><file name="Country.php" hash="613c1be2cccf534306e021b07a125295"/><file name="Method.php" hash="1eaf19658c181c6ab9833c87f413e841"/></dir><file name="Shipclass.php" hash="1804cc373333e0b16f949abf5f663309"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e361ca69bef1ee1b8b579e99bcebd809"/><file name="config.xml" hash="2c3dca94e319e2dd898ca231a4a6b500"/><file name="system.xml" hash="8bb0a409765ef74b540c96b083921711"/></dir><dir name="sql"><dir name="freightshipping_setup"><file name="mysql4-install-0.0.1.php" hash="5b488bb0c45ba6366f4ef6bb6e6944c9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Freightshipping.xml" hash="a8a5aae17ad0f8fbf003486b68f020fc"/></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>5.6.20</max></php><extension><name>curl</name><min/><max/></extension><extension><name>soap</name><min/><max/></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Raveinfosys_Freightshipping</name>
4
+ <version>0.1.4</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Raveinfosys Freightshipping</summary>
10
  <description>Raveinfosys Freightshipping</description>
11
+ <notes>This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7,1.8,1.9.* . In this particular version we are supporting it to run on PHP V 5.6.99</notes>
12
  <authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
13
+ <date>2016-08-26</date>
14
+ <time>05:36:28</time>
15
+ <contents><target name="magelocal"><dir name="Raveinfosys"><dir name="Freightshipping"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Shipping.php" hash="ebd4d77fbb8ac8695ca8aea7e1714946"/></dir></dir><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="fcbe3d1caedf7ea8f5b475549723d4b0"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="803d0305cd1923564d8f343ad9d59877"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="059ca65e11dbe81d5eaba8471f88b2c3"/><file name="Bestquote.php" hash="7115e6cf12d552442ab54920f085e632"/><file name="Conway.php" hash="e8a4ac1dc954a6cb316bd4a5a015c553"/><file name="Rlcarriers.php" hash="0aeac8d42e5220ab32eb70e6cca90be1"/></dir><file name="Observer.php" hash="8efe12951d91072579613f227c91d5b0"/><dir name="Source"><dir name="Conway"><file name="Country.php" hash="ba54e19dc3febcd82c20e79bf636e5f7"/><file name="Shipcode.php" hash="dba8f37e3caf892b83163fb4c8ea5493"/></dir><file name="Destinationtype.php" hash="86077a0d2dc97e142eed6eb92273268f"/><dir name="Rlcarriers"><file name="Country.php" hash="613c1be2cccf534306e021b07a125295"/><file name="Method.php" hash="1eaf19658c181c6ab9833c87f413e841"/></dir><file name="Shipclass.php" hash="1804cc373333e0b16f949abf5f663309"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e361ca69bef1ee1b8b579e99bcebd809"/><file name="config.xml" hash="2c3dca94e319e2dd898ca231a4a6b500"/><file name="system.xml" hash="8bb0a409765ef74b540c96b083921711"/></dir><dir name="sql"><dir name="freightshipping_setup"><file name="mysql4-install-0.0.1.php" hash="5b488bb0c45ba6366f4ef6bb6e6944c9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Freightshipping.xml" hash="a8a5aae17ad0f8fbf003486b68f020fc"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>5.6.99</max></php></required></dependencies>
18
  </package>