Fianet_Core - Version 1.0.4

Version Notes

fifth official commit

Download this release

Release Info

Developer Magento Core Team
Extension Fianet_Core
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

Files changed (93) hide show
  1. app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php +1 -1
  2. app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php +1 -1
  3. app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php +1 -1
  4. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php +1 -1
  5. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php +1 -1
  6. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php +1 -1
  7. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php +1 -2
  8. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php +1 -1
  9. app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php +1 -1
  10. app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php +1 -1
  11. app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php +1 -1
  12. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php +1 -1
  13. app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php +1 -1
  14. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php +1 -1
  15. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php +1 -1
  16. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php +12 -99
  17. app/code/community/Fianet/Core/Controller/Tree/Abstract.php +1 -1
  18. app/code/community/Fianet/Core/Controller/Tree/ProductType.php +1 -1
  19. app/code/community/Fianet/Core/Helper/Data.php +1 -1
  20. app/code/community/Fianet/Core/Model/Carrier/Abstract.php +1 -1
  21. app/code/community/Fianet/Core/Model/Catproduct/Association.php +1 -1
  22. app/code/community/Fianet/Core/Model/Configuration.php +1 -1
  23. app/code/community/Fianet/Core/Model/Configuration/Global.php +1 -1
  24. app/code/community/Fianet/Core/Model/Configuration/Value.php +1 -1
  25. app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php +1 -1
  26. app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php +1 -1
  27. app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php +1 -1
  28. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php +29 -25
  29. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php +1 -1
  30. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php +1 -1
  31. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php +24 -0
  32. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php +1 -1
  33. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php +1 -1
  34. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php +19 -4
  35. app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php +1 -1
  36. app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php +1 -1
  37. app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php +3 -4
  38. app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php +1 -1
  39. app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php +1 -1
  40. app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php +1 -1
  41. app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php +1 -1
  42. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php +1 -1
  43. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php +1 -1
  44. app/code/community/Fianet/Core/Model/Fianet/Parser.php +5 -5
  45. app/code/community/Fianet/Core/Model/Fianet/Sender.php +3 -3
  46. app/code/community/Fianet/Core/Model/Functions.php +1 -1
  47. app/code/community/Fianet/Core/Model/Log.php +1 -1
  48. app/code/community/Fianet/Core/Model/MageConfiguration.php +5 -2
  49. app/code/community/Fianet/Core/Model/Mysql4/Abstract.php +1 -1
  50. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php +1 -1
  51. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php +1 -1
  52. app/code/community/Fianet/Core/Model/Mysql4/Configuration.php +1 -1
  53. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php +1 -1
  54. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php +1 -1
  55. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php +1 -1
  56. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php +1 -1
  57. app/code/community/Fianet/Core/Model/Mysql4/Log.php +1 -1
  58. app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php +1 -1
  59. app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php +1 -1
  60. app/code/community/Fianet/Core/Model/Mysql4/Setup.php +1 -1
  61. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php +1 -1
  62. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php +1 -1
  63. app/code/community/Fianet/Core/Model/Product.php +1 -1
  64. app/code/community/Fianet/Core/Model/Scope/Abstract.php +1 -1
  65. app/code/community/Fianet/Core/Model/Shipping/Association.php +1 -1
  66. app/code/community/Fianet/Core/Model/Source/Charset.php +1 -1
  67. app/code/community/Fianet/Core/Model/Source/Crypt.php +1 -1
  68. app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php +1 -1
  69. app/code/community/Fianet/Core/Model/Source/Mode.php +1 -1
  70. app/code/community/Fianet/Core/Model/Source/PaymentType.php +1 -1
  71. app/code/community/Fianet/Core/Model/Source/ProductType.php +1 -1
  72. app/code/community/Fianet/Core/Model/Source/ShippingType.php +1 -1
  73. app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php +1 -1
  74. app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php +1 -1
  75. app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php +1 -1
  76. app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php +1 -2
  77. app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
  78. app/code/community/Fianet/Core/etc/adminhtml.xml +1 -31
  79. app/code/community/Fianet/Core/etc/config.xml +2 -2
  80. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php +1 -1
  81. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php +1 -1
  82. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php +1 -1
  83. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php +1 -1
  84. app/design/adminhtml/default/default/layout/fianet.xml +1 -1
  85. app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml +1 -1
  86. app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml +1 -1
  87. app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml +1 -1
  88. app/design/adminhtml/default/default/template/fianet/common/shipping.phtml +34 -28
  89. app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml +1 -1
  90. app/design/adminhtml/default/default/template/fianet/common/test.php +1 -1
  91. app/etc/modules/Fianet_Core.xml +2 -2
  92. app/locale/fr_FR/Fianet_Core.csv +10 -7
  93. package.xml +5 -5
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
@@ -23,5 +23,4 @@ class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Templ
23
  }
24
  return $this->getData('fianet');
25
  }
26
-
27
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
23
  }
24
  return $this->getData('fianet');
25
  }
 
26
  }
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
@@ -38,10 +38,10 @@ class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mag
38
  }
39
 
40
  protected function _renderSac(Varien_Object $row) {
41
- // utilisable avec le module certissim
42
  $evaluation = $row->getFianetSacEvaluation();
43
  $reevaluation = $row->getFianetSacReevaluation();
44
- $classementID = $row->getFianetSacClassementId();
45
  $mode = $row->getFianetSacMode();
46
  $html = '';
47
  $icon = '';
@@ -70,6 +70,11 @@ class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mag
70
  $alt = Mage::helper('fianet')->__('Evaluation in progress...');
71
  break;
72
  }
 
 
 
 
 
73
  switch ($reevaluation) {
74
  case('100'):
75
  $icon = 'rond_vert.gif';
@@ -84,97 +89,6 @@ class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mag
84
  $alt = Mage::helper('fianet')->__('Click for details');
85
  break;
86
  }
87
- switch ($classementID) {
88
- case('0'):
89
- $textCoEx = "&agrave; traiter";
90
- $iconCoEx = "CE_picto_rouge.gif";
91
- break;
92
- case('1'):
93
- $textCoEx = "Contr&ocirc;le visuel &agrave; r&eacute;aliser";
94
- $iconCoEx = "CE_picto_rouge.gif";
95
- break;
96
- case('2'):
97
- $textCoEx = "Contr&ocirc;le t&eacute;l&eacute;phonique &agrave; r&eacute;aliser";
98
- $iconCoEx = "CE_picto_rouge.gif";
99
- break;
100
- case('3'):
101
- $textCoEx = "Demande de justificatifs &agrave r&eacute;aliser";
102
- $iconCoEx = "CE_picto_rouge.gif";
103
- break;
104
- case('4'):
105
- $textCoEx = "Traitement lourd &agrave r&eacute;aliser";
106
- $iconCoEx = "CE_picto_rouge.gif";
107
- break;
108
- case('5'):
109
- $textCoEx = "Contr&ocirc;le visuel en cours";
110
- $iconCoEx = "CE_picto_orange.gif";
111
- break;
112
- case('6'):
113
- $textCoEx = "Contr&ocirc;le t&eacute;l&eacute;phonique en cours";
114
- $iconCoEx = "CE_picto_orange.gif";
115
- break;
116
- case('7'):
117
- $textCoEx = "Demande de justificatifs en cours";
118
- $iconCoEx = "CE_picto_orange.gif";
119
- break;
120
- case('8'):
121
- $textCoEx = "Traitement lourd en cours";
122
- $iconCoEx = "CE_picto_orange.gif";
123
- break;
124
- case('9'):
125
- $textCoEx = "FIA-NET : En attente de traitement interne";
126
- $iconCoEx = "CE_picto_orange.gif";
127
- break;
128
- case('10'):
129
- $textCoEx = "FIA-NET : En attente de retour internaute";
130
- $iconCoEx = "CE_picto_orange.gif";
131
- break;
132
- case('11'):
133
- $textCoEx = "FIA-NET : En cours de contr&ocirc;le";
134
- $iconCoEx = "CE_picto_orange.gif";
135
- break;
136
- case('12'):
137
- $textCoEx = "FIA-NET : R&eacute;sultat N&eacute;gatif";
138
- $iconCoEx = "CE_picto_vert.gif";
139
- break;
140
- case('13'):
141
- $textCoEx = "FIA-NET : R&eacute;sultat Positif";
142
- $iconCoEx = "CE_picto_vert.gif";
143
- break;
144
- case('14'):
145
- $textCoEx = "FIA-NET : R&eacute;sultat Positif, assurance OK";
146
- $iconCoEx = "CE_picto_vert.gif";
147
- break;
148
- case('15'):
149
- $textCoEx = "Transaction valid&eacute;e automatiquement";
150
- $iconCoEx = "CE_picto_vert.gif";
151
- break;
152
- case('16'):
153
- $textCoEx = "Transaction valid&eacute;e manuellement";
154
- $iconCoEx = "CE_picto_vert.gif";
155
- break;
156
- case('17'):
157
- $textCoEx = "Transaction rejet&eacute;e automatiquement";
158
- $iconCoEx = "CE_picto_vert.gif";
159
- break;
160
- case('18'):
161
- $textCoEx = "Transaction rejet&eacute;e manuellement";
162
- $iconCoEx = "CE_picto_vert.gif";
163
- break;
164
- case('22'):
165
- case('23'):
166
- case('24'):
167
- $textCoEx = "FIA-NET : CoEx en cours";
168
- $iconCoEx = "CE_picto_orange.gif";
169
- break;
170
- case('25'):
171
- $textCoEx = "FIA-NET : Transaction valid&eacute;e par CoEx";
172
- $iconCoEx = "CE_picto_vert.gif";
173
- case('26'):
174
- $textCoEx = "FIA-NET : Transaction rejet&eacute;e par CoEx";
175
- $iconCoEx = "CE_picto_vert.gif";
176
- break;
177
- }
178
 
179
  $url = Mage::getStoreConfig('sac/saclink/testurl', '0');
180
  if ($mode == 'PRODUCTION') {
@@ -199,13 +113,12 @@ class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mag
199
 
200
  $url .= '?sid=' . $siteId . '&log=' . $login . '&pwd=' . urlencode($password) . '&rid=' . $row->getIncrementId();
201
  $js = 'onclick="javascript: window.open(\'' . $url . '\',\'fianet\',\'toolbar=no, location=no, directories=no, status=no,scrollbars=yes, resizable=yes, copyhistory=no, width=900, height=800, left=200, top=100\'); return false;"';
202
- $html .= '<p><a href="#" ' . $js . ' style="text-decoration: none;"><img src="' . $this->getSkinUrl('images/fianet/' . $icon) . '" alt="' . $alt . '"></a></p>';
203
- if($textCoEx != '') {
204
- $html .= '<p><a href="#" ' . $js . ' style="text-decoration: none;"><img src="' . $this->getSkinUrl('images/fianet/' . $iconCoEx) . '" alt="' . $alt . '"></a><br />';
205
- $html .= '<font size="1">'.$textCoEx.'</font></p>';
206
  }
207
  if ($mode == 'TEST') {
208
- $html .= 'TEST';
209
  }
210
 
211
  return ($html);
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
38
  }
39
 
40
  protected function _renderSac(Varien_Object $row) {
41
+ // utilisable avec le module Certissim
42
  $evaluation = $row->getFianetSacEvaluation();
43
  $reevaluation = $row->getFianetSacReevaluation();
44
+ $statutCoEx = $row->getFianetSacStatutcoex();
45
  $mode = $row->getFianetSacMode();
46
  $html = '';
47
  $icon = '';
70
  $alt = Mage::helper('fianet')->__('Evaluation in progress...');
71
  break;
72
  }
73
+ if ($statutCoEx == 'waiting') {
74
+ $icon = "rond_orange.gif";
75
+ $alt = Mage::helper('fianet')->__('Evaluation in progress...');
76
+ $textCoEx = "Analyse Expert en cours, &eacute;valuation prochainement disponible";
77
+ }
78
  switch ($reevaluation) {
79
  case('100'):
80
  $icon = 'rond_vert.gif';
89
  $alt = Mage::helper('fianet')->__('Click for details');
90
  break;
91
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
 
93
  $url = Mage::getStoreConfig('sac/saclink/testurl', '0');
94
  if ($mode == 'PRODUCTION') {
113
 
114
  $url .= '?sid=' . $siteId . '&log=' . $login . '&pwd=' . urlencode($password) . '&rid=' . $row->getIncrementId();
115
  $js = 'onclick="javascript: window.open(\'' . $url . '\',\'fianet\',\'toolbar=no, location=no, directories=no, status=no,scrollbars=yes, resizable=yes, copyhistory=no, width=900, height=800, left=200, top=100\'); return false;"';
116
+ $html .= '<a href="#" ' . $js . ' style="text-decoration: none;"><img src="' . $this->getSkinUrl('images/fianet/' . $icon) . '" alt="' . $alt . '"></a>';
117
+ if($textCoEx) {
118
+ $html .= '<br><font size="1">'.$textCoEx.'</font>';
 
119
  }
120
  if ($mode == 'TEST') {
121
+ $html .= '<br />TEST';
122
  }
123
 
124
  return ($html);
app/code/community/Fianet/Core/Controller/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
app/code/community/Fianet/Core/Controller/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
app/code/community/Fianet/Core/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Fianet/Core/Model/Carrier/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
app/code/community/Fianet/Core/Model/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
@@ -29,31 +29,35 @@ class Fianet_Core_Model_Fianet_Order_Address_Base {
29
  $xml = '';
30
  if ($this->_type != null) {
31
  $xml .= "\t" . '<adresse type="' . $this->_type . '" format="' . $this->_format . '">' . "\n";
32
- if ($this->rue1 != '') {
33
- $xml .= "\t\t" . '<rue1><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->rue1) . ']]></rue1>' . "\n";
34
- } else {
35
- Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - rue1 is undefined");
36
- }
37
- if ($this->rue2 != "") {
38
- $xml .= "\t\t" . '<rue2><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->rue2) . ']]></rue2>' . "\n";
39
- }
40
- if ($this->cpostal != "") {
41
- $xml .= "\t\t" . '<cpostal><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->cpostal) . ']]></cpostal>' . "\n";
42
- } else {
43
- Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - cpostal is undefined");
44
- }
45
- if ($this->ville != "") {
46
- $xml .= "\t\t" . '<ville><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->ville) . ']]></ville>' . "\n";
47
- } else {
48
- Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - ville is undefined");
49
- }
50
- if ($this->pays != "") {
51
- $xml .= "\t\t" . '<pays><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->pays) . ']]></pays>' . "\n";
52
- } else {
53
- Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - pays is undefined");
54
- }
55
- $xml .= "\t" . '</adresse>' . "\n";
56
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  return ($xml);
58
  }
59
 
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
29
  $xml = '';
30
  if ($this->_type != null) {
31
  $xml .= "\t" . '<adresse type="' . $this->_type . '" format="' . $this->_format . '">' . "\n";
32
+ } else {
33
+ $xml .= "\t" . '<adresse>' . "\n";
34
+ }
35
+
36
+ if ($this->rue1 != '') {
37
+ $xml .= "\t\t" . '<rue1><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->rue1) . ']]></rue1>' . "\n";
38
+ } else {
39
+ Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - rue1 is undefined");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
+ if ($this->rue2 != "") {
42
+ $xml .= "\t\t" . '<rue2><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->rue2) . ']]></rue2>' . "\n";
43
+ }
44
+ if ($this->cpostal != "") {
45
+ $xml .= "\t\t" . '<cpostal><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->cpostal) . ']]></cpostal>' . "\n";
46
+ } else {
47
+ Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - cpostal is undefined");
48
+ }
49
+ if ($this->ville != "") {
50
+ $xml .= "\t\t" . '<ville><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->ville) . ']]></ville>' . "\n";
51
+ } else {
52
+ Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - ville is undefined");
53
+ }
54
+ if ($this->pays != "") {
55
+ $xml .= "\t\t" . '<pays><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->pays) . ']]></pays>' . "\n";
56
+ } else {
57
+ Mage::throwException("Fianet_Core_Model_Fianet_Order_Adress_Base::getXml() - pays is undefined");
58
+ }
59
+ $xml .= "\t" . '</adresse>' . "\n";
60
+
61
  return ($xml);
62
  }
63
 
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * 2000-2012 FIA-NET
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0) that is available
9
+ * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
10
+ * If you are unable to obtain it through the world-wide-web, please contact us
11
+ * via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
12
+ *
13
+ * @author FIA-NET <support-boutique@fia-net.com>
14
+ * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
+ * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
+ */
18
+ class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
19
+
20
+ public function __construct() {
21
+ $this->_type = null;
22
+ }
23
+
24
+ }
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
@@ -20,7 +20,10 @@ class Fianet_Core_Model_Fianet_Order_Info_Transport {
20
  public $type;
21
  public $nom;
22
  public $rapidite;
23
-
 
 
 
24
  public function getXml() {
25
  $xml = '';
26
  if ($this->type == null) {
@@ -33,11 +36,23 @@ class Fianet_Core_Model_Fianet_Order_Info_Transport {
33
  Mage::throwException("Fianet_Core_Model_Fianet_Order_Info_Transport::getXml() - Transport time undefined");
34
  }
35
  $xml .= "\t\t" . '<transport>' . "\n";
36
-
37
  $xml .= "\t\t\t" . '<type><![CDATA[' . $this->type . ']]></type>' . "\n";
38
  $xml .= "\t\t\t" . '<nom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->nom) . ']]></nom>' . "\n";
39
  $xml .= "\t\t\t" . '<rapidite><![CDATA[' . $this->rapidite . ']]></rapidite>' . "\n";
40
-
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  $xml .= "\t\t" . '</transport>' . "\n";
42
  return ($xml);
43
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
20
  public $type;
21
  public $nom;
22
  public $rapidite;
23
+ public $identifiant;
24
+ public $enseigne;
25
+ public $adresse;
26
+
27
  public function getXml() {
28
  $xml = '';
29
  if ($this->type == null) {
36
  Mage::throwException("Fianet_Core_Model_Fianet_Order_Info_Transport::getXml() - Transport time undefined");
37
  }
38
  $xml .= "\t\t" . '<transport>' . "\n";
 
39
  $xml .= "\t\t\t" . '<type><![CDATA[' . $this->type . ']]></type>' . "\n";
40
  $xml .= "\t\t\t" . '<nom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->nom) . ']]></nom>' . "\n";
41
  $xml .= "\t\t\t" . '<rapidite><![CDATA[' . $this->rapidite . ']]></rapidite>' . "\n";
42
+
43
+ if($this->identifiant != null)
44
+ $xml .= "\t\t\t" . '<identifiant><![CDATA[' . $this->identifiant . ']]></identifiant>' . "\n";
45
+
46
+ if($this->enseigne != null)
47
+ $xml .= "\t\t\t" . '<enseigne><![CDATA[' . $this->enseigne . ']]></enseigne>' . "\n";
48
+
49
+ if($this->adresse != null) {
50
+ if ($this->adresse instanceof Fianet_Core_Model_Fianet_Order_Address_Transport) {
51
+ $xml .= $this->adresse->getXml();
52
+ } else {
53
+ Mage::getModel('fianet/log')->Log(Mage::helper('fianet')->__("Mage_Sac_Model_Fianet_Order_Sac::getXml() <br />\Transport address is not an object of type Mage_Sac_Order_Address_Transport."));
54
+ }
55
+ }
56
  $xml .= "\t\t" . '</transport>' . "\n";
57
  return ($xml);
58
  }
app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Payment {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Payment {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
@@ -50,10 +50,9 @@ class Fianet_Core_Model_Fianet_Order_User_Base {
50
  $xml .= "\t\t" . '<nom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->nom) . ']]></nom>' . "\n";
51
  }
52
  $xml .= "\t\t" . '<prenom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->prenom) . ']]></prenom>' . "\n";
53
- //company not used in the first time for fianet
54
- /*if ($this->societe != '') {
55
  $xml .= "\t\t" . '<societe><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->societe) . ']]></societe>' . "\n";
56
- }*/
57
  if ($this->telhome != '') {
58
  $xml .= "\t\t" . '<telhome><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->telhome) . ']]></telhome>' . "\n";
59
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
50
  $xml .= "\t\t" . '<nom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->nom) . ']]></nom>' . "\n";
51
  }
52
  $xml .= "\t\t" . '<prenom><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->prenom) . ']]></prenom>' . "\n";
53
+ if ($this->societe != '') {
 
54
  $xml .= "\t\t" . '<societe><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->societe) . ']]></societe>' . "\n";
55
+ }
56
  if ($this->telhome != '') {
57
  $xml .= "\t\t" . '<telhome><![CDATA[' . Mage::getModel('fianet/functions')->cleanInvalidChar($this->telhome) . ']]></telhome>' . "\n";
58
  }
app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
app/code/community/Fianet/Core/Model/Fianet/Parser.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Parser {
@@ -107,7 +107,7 @@ class Fianet_Core_Model_Fianet_Parser {
107
  $eval['eval'] = $etat['eval'];
108
  $eval['info'] = $etat['info'];
109
  $eval['cid'] = $etat['cid'];
110
- $eval['classementid'] = $etat['classementid'];
111
  }
112
  return ($eval);
113
  }
@@ -131,19 +131,19 @@ class Fianet_Core_Model_Fianet_Parser {
131
  $eval['eval'] = 'error';
132
  $eval['info'] = $transaction['detail']['value'];
133
  $eval['cid'] = $transaction['attr']['cid'];
134
- $eval['classementid'] = '';
135
  }else if ($transaction['attr']['avancement'] == 'encours') {
136
  $eval['refid'] = isset($transaction['attr']['refid']) == true ? $transaction['attr']['refid'] : null;
137
  $eval['eval'] = 'encours';
138
  $eval['info'] = $transaction['detail']['value'];
139
  $eval['cid'] = '';
140
- $eval['classementid'] = '';
141
  } elseif ($transaction['attr']['avancement'] == 'traitee') {
142
  $eval['refid'] = isset($transaction['attr']['refid']) == true ? $transaction['attr']['refid'] : null;
143
  $eval['eval'] = $transaction['analyse']['eval']['value'];
144
  $eval['info'] = $transaction['analyse']['eval']['attr']['info'];
145
  $eval['cid'] = $transaction['attr']['cid'];
146
- $eval['classementid'] = $transaction['analyse']['classement']['attr']['id'];
147
  }
148
 
149
  return ($eval);
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Parser {
107
  $eval['eval'] = $etat['eval'];
108
  $eval['info'] = $etat['info'];
109
  $eval['cid'] = $etat['cid'];
110
+ $eval['statutcoex'] = $etat['statutcoex'];
111
  }
112
  return ($eval);
113
  }
131
  $eval['eval'] = 'error';
132
  $eval['info'] = $transaction['detail']['value'];
133
  $eval['cid'] = $transaction['attr']['cid'];
134
+ $eval['statutcoex'] = '';
135
  }else if ($transaction['attr']['avancement'] == 'encours') {
136
  $eval['refid'] = isset($transaction['attr']['refid']) == true ? $transaction['attr']['refid'] : null;
137
  $eval['eval'] = 'encours';
138
  $eval['info'] = $transaction['detail']['value'];
139
  $eval['cid'] = '';
140
+ $eval['statutcoex'] = '';
141
  } elseif ($transaction['attr']['avancement'] == 'traitee') {
142
  $eval['refid'] = isset($transaction['attr']['refid']) == true ? $transaction['attr']['refid'] : null;
143
  $eval['eval'] = $transaction['analyse']['eval']['value'];
144
  $eval['info'] = $transaction['analyse']['eval']['attr']['info'];
145
  $eval['cid'] = $transaction['attr']['cid'];
146
+ $eval['statutcoex'] = $transaction['analyse']['eval']['attr']['statutcoex'];
147
  }
148
 
149
  return ($eval);
app/code/community/Fianet/Core/Model/Fianet/Sender.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
@@ -147,7 +147,6 @@ class Fianet_Core_Model_Fianet_Sender {
147
  $evaluations = array_merge($this->getEvaluationByStack($stack, $info), $evaluations);
148
  }
149
  }
150
-
151
  return ($evaluations);
152
  }
153
 
@@ -171,17 +170,18 @@ class Fianet_Core_Model_Fianet_Sender {
171
  }
172
 
173
  $url = $this->buildUrl('validstack', $siteid, $mode);
 
174
  $params['SiteID'] = $siteid;
175
  $params['Pwd'] = $pwd;
176
  $params['Mode'] = 'mini';
177
  $params['RepFT'] = '0';
178
  $params['ListID'] = $listId;
179
  $params['Separ'] = ',';
 
180
 
181
  $response = $this->getResponse($url, $params);
182
  $response = Fianet_Core_Model_Functions::xml2array($response->getBody());
183
  $evaluations = Mage::getModel('fianet/fianet_parser')->processResult($response);
184
-
185
  return ($evaluations);
186
  }
187
 
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
147
  $evaluations = array_merge($this->getEvaluationByStack($stack, $info), $evaluations);
148
  }
149
  }
 
150
  return ($evaluations);
151
  }
152
 
170
  }
171
 
172
  $url = $this->buildUrl('validstack', $siteid, $mode);
173
+
174
  $params['SiteID'] = $siteid;
175
  $params['Pwd'] = $pwd;
176
  $params['Mode'] = 'mini';
177
  $params['RepFT'] = '0';
178
  $params['ListID'] = $listId;
179
  $params['Separ'] = ',';
180
+ $params['StatutCoEx'] = '1';
181
 
182
  $response = $this->getResponse($url, $params);
183
  $response = Fianet_Core_Model_Functions::xml2array($response->getBody());
184
  $evaluations = Mage::getModel('fianet/fianet_parser')->processResult($response);
 
185
  return ($evaluations);
186
  }
187
 
app/code/community/Fianet/Core/Model/Functions.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
app/code/community/Fianet/Core/Model/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/MageConfiguration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
@@ -26,7 +26,10 @@ class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
26
  else
27
  $list[(string) $id] = (string) $children->label;
28
  }
29
- return ($list);
 
 
 
30
  }
31
 
32
  public function getShippingMethods() {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
26
  else
27
  $list[(string) $id] = (string) $children->label;
28
  }
29
+ //traitement particulier en cas d'utilisation du module Paybox
30
+ if ($type == 'payment' && Mage::getStoreConfig('payment/paybox_system'))
31
+ $list['paybox_system'] = $this->_sections->paybox->label;
32
+ return ($list);
33
  }
34
 
35
  public function getShippingMethods() {
app/code/community/Fianet/Core/Model/Mysql4/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Setup.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
app/code/community/Fianet/Core/Model/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Source/Charset.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
app/code/community/Fianet/Core/Model/Source/Crypt.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
app/code/community/Fianet/Core/Model/Source/Mode.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
app/code/community/Fianet/Core/Model/Source/PaymentType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_PaymentType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_PaymentType {
app/code/community/Fianet/Core/Model/Source/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
app/code/community/Fianet/Core/Model/Source/ShippingType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
@@ -48,7 +48,6 @@ class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Ac
48
  if (Mage::helper('fianet')->checkModuleIsInstalled('Fianet_Sac')) {
49
  $orderIds = $this->getRequest()->getPost('order_ids', array());
50
  $countHoldOrder = 0;
51
-
52
  $sender = Mage::getModel('fianet/fianet_sender');
53
  foreach ($orderIds as $orderId) {
54
  $order = Mage::getModel('sales/order')->load($orderId);
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
48
  if (Mage::helper('fianet')->checkModuleIsInstalled('Fianet_Sac')) {
49
  $orderIds = $this->getRequest()->getPost('order_ids', array());
50
  $countHoldOrder = 0;
 
51
  $sender = Mage::getModel('fianet/fianet_sender');
52
  foreach ($orderIds as $orderId) {
53
  $order = Mage::getModel('sales/order')->load($orderId);
app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/etc/adminhtml.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -22,22 +22,6 @@
22
  <title>FIA-NET</title>
23
  <sort_order>100</sort_order>
24
  <children>
25
- <fianetconfig module="fianet" translate="title">
26
- <title>Common settings</title>
27
- <sort_order>10</sort_order>
28
- <children>
29
- <producttype translate="title" module="fianet">
30
- <title>Products types</title>
31
- <sort_order>10</sort_order>
32
- <action>fianet/adminhtml_category_productType</action>
33
- </producttype>
34
- <shippingtype translate="title" module="fianet">
35
- <title>Shipping types</title>
36
- <sort_order>20</sort_order>
37
- <action>fianet/adminhtml_shipping</action>
38
- </shippingtype>
39
- </children>
40
- </fianetconfig>
41
  <fianetlog translate="title" module="fianet">
42
  <title>Logs</title>
43
  <sort_order>100</sort_order>
@@ -57,20 +41,6 @@
57
  <title>FIA-NET</title>
58
  <sort_order>190</sort_order>
59
  <children>
60
- <fianetconfig>
61
- <title>Common settings</title>
62
- <sort_order>10</sort_order>
63
- <children>
64
- <producttype>
65
- <title>Product types</title>
66
- <sort_order>10</sort_order>
67
- </producttype>
68
- <shippingtype>
69
- <title>Shipping types</title>
70
- <sort_order>20</sort_order>
71
- </shippingtype>
72
- </children>
73
- </fianetconfig>
74
  <fianetlog>
75
  <title>Logs</title>
76
  <sort_order>100</sort_order>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
22
  <title>FIA-NET</title>
23
  <sort_order>100</sort_order>
24
  <children>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  <fianetlog translate="title" module="fianet">
26
  <title>Logs</title>
27
  <sort_order>100</sort_order>
41
  <title>FIA-NET</title>
42
  <sort_order>190</sort_order>
43
  <children>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  <fianetlog>
45
  <title>Logs</title>
46
  <sort_order>100</sort_order>
app/code/community/Fianet/Core/etc/config.xml CHANGED
@@ -12,14 +12,14 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Core>
22
- <version>1.0.3</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Core>
22
+ <version>1.0.4</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/design/adminhtml/default/default/layout/fianet.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/shipping.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
@@ -53,37 +53,43 @@ try {
53
  $shipping_association = Mage::getModel("fianet/Shipping_Association");
54
  $ShippingType = Mage::getModel("fianet/source_ShippingType")->toOptionArray();
55
  $DeliveryTimes = Mage::getModel("fianet/source_DeliveryTimes")->toOptionArray();
56
- //Zend_Debug::dump($ShippingType);
57
  foreach ($shipping_list as $Code => $label) {
 
 
 
 
 
58
  $current_shipping = Mage::getModel('fianet/shipping_association')->load($Code);
59
  echo '<tr>';
60
  echo '<td class="label">' . $label . '</td>';
61
- echo '<td class="input-ele"><select name="' . $Code . '[shippingType]">';
62
- foreach ($ShippingType as $data) {
63
- $sel = '';
64
- if ($current_shipping->shipping_code == null && $data['value'] == '4') {
65
- $sel = ' selected';
66
- } elseif ($current_shipping->shipping_code != null) {
67
- $sel = $current_shipping->fianet_shipping_type == $data['value'] ? ' selected' : '';
68
- }
69
- echo '<option value="' . $data['value'] . '"' . $sel . '>' . $data['label'] . '</option>';
70
- }
71
- echo '</select></td>';
72
- echo '<td class="input-ele"><select name="' . $Code . '[deliveryTimes]">';
73
- foreach ($DeliveryTimes as $data) {
74
- $sel = '';
75
- if ($current_shipping->shipping_code == null && $data['value'] == '2') {
76
- $sel = ' selected';
77
- } elseif ($current_shipping->shipping_code != null) {
78
- $sel = $current_shipping->delivery_times == $data['value'] ? ' selected' : '';
79
- }
80
- echo '<option value="' . $data['value'] . '"' . $sel . '>' . $data['label'] . '</option>';
81
- }
82
- echo '</select></td>';
83
- $val = $current_shipping->shipping_code == null ? $this->__('To define') : $current_shipping->conveyor_name;
84
- echo '<td class="input-ele">
85
- <input type="text" name="' . $Code . '[conveyorName]" value="' . $val . '"></td>';
86
- echo '</tr>';
 
 
87
  }
88
  ?>
89
  </table>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
53
  $shipping_association = Mage::getModel("fianet/Shipping_Association");
54
  $ShippingType = Mage::getModel("fianet/source_ShippingType")->toOptionArray();
55
  $DeliveryTimes = Mage::getModel("fianet/source_DeliveryTimes")->toOptionArray();
 
56
  foreach ($shipping_list as $Code => $label) {
57
+ $disabled = "";
58
+ if ($Code == "socolissimosimplicite") {
59
+ $label = "So Colissimo Simplicit&eacute;";
60
+ $disabled = "disabled";
61
+ }
62
  $current_shipping = Mage::getModel('fianet/shipping_association')->load($Code);
63
  echo '<tr>';
64
  echo '<td class="label">' . $label . '</td>';
65
+ echo '<td class="input-ele"><select name="' . $Code . '[shippingType]"' . $disabled . '>';
66
+ foreach ($ShippingType as $data) {
67
+ $sel = '';
68
+ if ($current_shipping->shipping_code == null && $data['value'] == '4') {
69
+ $sel = ' selected';
70
+ } elseif ($current_shipping->shipping_code != null) {
71
+ $sel = $current_shipping->fianet_shipping_type == $data['value'] ? ' selected' : '';
72
+ }
73
+ echo '<option value="' . $data['value'] . '"' . $sel . '>' . $data['label'] . '</option>';
74
+ }
75
+ echo '</select></td>';
76
+
77
+ echo '<td class="input-ele"><select name="' . $Code . '[deliveryTimes]"' . $disabled . '>';
78
+ foreach ($DeliveryTimes as $data) {
79
+ $sel = '';
80
+ if ($current_shipping->shipping_code == null && $data['value'] == '2') {
81
+ $sel = ' selected';
82
+ } elseif ($current_shipping->shipping_code != null) {
83
+ $sel = $current_shipping->delivery_times == $data['value'] ? ' selected' : '';
84
+ }
85
+ echo '<option value="' . $data['value'] . '"' . $sel . '>' . $data['label'] . '</option>';
86
+ }
87
+ echo '</select></td>';
88
+ $val = $current_shipping->shipping_code == null ? $this->__('To define') : $current_shipping->conveyor_name;
89
+ if ($Code == "socolissimosimplicite") $val = "So Colissimo";
90
+ echo '<td class="input-ele">
91
+ <input type="text" name="' . $Code . '[conveyorName]" value="' . $val . '"' . $disabled . '></td>';
92
+ echo '</tr>';
93
  }
94
  ?>
95
  </table>
app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/test.php CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/etc/modules/Fianet_Core.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -28,7 +28,7 @@
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
- <version>1.0.3</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
+ <version>1.0.4</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
app/locale/fr_FR/Fianet_Core.csv CHANGED
@@ -1,20 +1,22 @@
1
  "FIA-NET","FIA-NET"
2
- "Common settings","Paramètres communs"
3
  "Products types","Types de produits"
4
  "Shipping types","Types de livraisons"
 
 
5
  "Logs","Journal"
6
  "Categories","Catégories"
7
  "Categories configuration","Configuration des catégories"
8
  "Categorie's %s configuration","Configuration de la catégorie %s"
9
  "Categorie's %s configuration for store %s","Configuration de la catégorie %s pour le magasin %s"
10
- "Product type","Type de produit"
11
  "Apply to sub-categories","Propager aux sous-catégories"
12
  "Shipping configuration","Configuration des livraisons"
13
  "Shipping methods list","Liste des m&eacute;thodes de livraison"
14
  "Shipping method","M&eacute;thode de livraison"
15
  "FIA-NET Shipping type","Type de livraison FIA-NET"
16
- "Shipping speed","Rapidit&eacute; de livraison"
17
- "Conveyor","Transporteur"
18
  "d","j"
19
  "%sd-%sd","%sj-%sj"
20
  "General configuration","Configuration générale"
@@ -22,13 +24,14 @@
22
  "Enabled","Activé"
23
  "Test or production mode","Mode test ou production"
24
  "Password","Mot de passe"
25
- "Encryption mode","Mode"
26
- "Charset","Jeu de caract&egrave;re"
27
- "Default product type","Type de produit par d&eacute;faut"
28
 
29
  "Sent to CERTISSIM FIA-NET","CERTISSIM FIA-NET : Soumettre à l'analyse"
30
  "CERTISSIM FIA-NET : Get evaluations","CERTISSIM FIA-NET : Récupérer les évaluations"
31
  "KWIXO FIA-NET : get back transaction's state","KWIXO FIA-NET : Récupérer l'état de la transaction"
 
32
 
33
  "Und. ctrl.","Ss surv."
34
  "An error has been occured, please retry later.","Une erreur est survenue, veuillez réessayer ultérieurement."
1
  "FIA-NET","FIA-NET"
2
+ "Kwixo and Certissim common settings","Paramètres communs à Certissim et Kwixo"
3
  "Products types","Types de produits"
4
  "Shipping types","Types de livraisons"
5
+ "Products types configuration","Configuration des types de produits"
6
+ "Shipping types configuration","Configuration des types de livraisons"
7
  "Logs","Journal"
8
  "Categories","Catégories"
9
  "Categories configuration","Configuration des catégories"
10
  "Categorie's %s configuration","Configuration de la catégorie %s"
11
  "Categorie's %s configuration for store %s","Configuration de la catégorie %s pour le magasin %s"
12
+ "Product type","Type de produits"
13
  "Apply to sub-categories","Propager aux sous-catégories"
14
  "Shipping configuration","Configuration des livraisons"
15
  "Shipping methods list","Liste des m&eacute;thodes de livraison"
16
  "Shipping method","M&eacute;thode de livraison"
17
  "FIA-NET Shipping type","Type de livraison FIA-NET"
18
+ "Shipping speed","Rapidit&eacute; d'expédition"
19
+ "Conveyor","Nom du transporteur"
20
  "d","j"
21
  "%sd-%sd","%sj-%sj"
22
  "General configuration","Configuration générale"
24
  "Enabled","Activé"
25
  "Test or production mode","Mode test ou production"
26
  "Password","Mot de passe"
27
+ "Encryption mode","Mode de cryptage"
28
+ "Charset","Jeu de caract&egrave;res"
29
+ "Default product type","Type de produits par d&eacute;faut"
30
 
31
  "Sent to CERTISSIM FIA-NET","CERTISSIM FIA-NET : Soumettre à l'analyse"
32
  "CERTISSIM FIA-NET : Get evaluations","CERTISSIM FIA-NET : Récupérer les évaluations"
33
  "KWIXO FIA-NET : get back transaction's state","KWIXO FIA-NET : Récupérer l'état de la transaction"
34
+ "Sceau de Confiance FIA-NET : request the sending of questionnaire","Sceau de Confiance FIA-NET : demander l'envoi du questionnaire"
35
 
36
  "Und. ctrl.","Ss surv."
37
  "An error has been occured, please retry later.","Une erreur est survenue, veuillez réessayer ultérieurement."
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Core</summary>
10
  <description>Base module for Kwixo and Certissim</description>
11
- <notes>fourth official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2013-08-05</date>
14
- <time>13:38:33</time>
15
- <contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="9fd2b3d7bc41a394539a96f23a32e5e6"/></dir><file name="Edit.php" hash="c71c3f3537698256566a2bd85d3af069"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="0eed6fc402acc187aa7fe9f58279c956"/></dir><file name="Content.php" hash="6b6b9b409c1d02a7e3b3212ee312ca0b"/><file name="Tab.php" hash="b3304aabef278275a518ea8218906eba"/></dir><dir name="Log"><file name="Grid.php" hash="149f93f48b318832bb3c9c1becb63b36"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ad958200860d8b14aba88241288fd108"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="f236dbd4081fd041153b4c0978673af8"/></dir><dir name="Tree"><file name="Abstract.php" hash="2fab74746362a98a3e6e15268ecd87e9"/><file name="ProductType.php" hash="9279d309297da6d03f317df321ff8da0"/><file name="Products.php" hash="e9442985ee51352e7459a15e6fc1cedf"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="58f462ad2280366f5255ec4bc3b3ba2f"/></dir><dir name="Renderer"><file name="Fianet.php" hash="5166f207beac2932950a7c289f48cef5"/></dir></dir></dir></dir><file name="Configuration.php" hash="e2c638ff9c4e7137f3a99ab256dabb1a"/><file name="Fianetadmin.php" hash="d2d8dd6d973f4dd23be245c1858b25ba"/><file name="Fianetadmingrid.php" hash="4dfe67f83b62ef819ab7d1e512bcef33"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="ca0ab64c1e061e3c9c636e04d50c7108"/><file name="ProductType.php" hash="f7dc6ff898471ebdd73ce6541831a667"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b7f87272413988b7a6f01897393d09b5"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="e763cd5745e6581f891593e32dedbd3a"/></dir><dir name="Catproduct"><file name="Association.php" hash="f4cdf89c63aec2be6860148e4e1e30f3"/></dir><dir name="Configuration"><file name="Global.php" hash="b3c4f84478749ffaf4a8a6dc0dc1d8e5"/><file name="Value.php" hash="309fea5bdc773a18b62d41b7deaaae4f"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="36b4e8b637d1b65547c78154aaa278fc"/><file name="Billing.php" hash="a266ce29160eb6eb48747eeb2d143b2f"/><file name="Delivery.php" hash="34942d626c38378e2e2ad6e6d6b7aa5e"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="e0733cb7b8724742770371a4a68b6f6d"/></dir><file name="Productlist.php" hash="6a08208d8cb87d123f9e5ebda18e5334"/><file name="Transport.php" hash="3d5720ea813d19439e477a6b645d5a3e"/></dir><dir name="User"><file name="Base.php" hash="a079261399419db7317b173668c7b721"/><file name="Billing.php" hash="85650ef585d4457b85d3e3f119f9a1a5"/><file name="Delivery.php" hash="aba1893ba6f7e6829db055624f5fecc6"/><file name="Siteconso.php" hash="aeab1d95876cca06389a1455d61f114c"/></dir><file name="Optionpayment.php" hash="0e3e000252c392b30fd2662e6c3c1ee6"/><file name="Payment.php" hash="7049dd5b5ef51627706c5a132f294564"/><file name="Wallet.php" hash="781fbf99e2c761a65fc6f99ec15dfb57"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="74902192c3c77e1eb0c3aed43fe0af1f"/><file name="Element.php" hash="801dd9076103ad949984e98c2a14a99e"/></dir><file name="EncodingKey.php" hash="3b93df332623e9b1bcd6ac01d75a336a"/><file name="Hash32bits.php" hash="8d1e4d4f0287ca4274fc7018407c048c"/><file name="Hash64bits.php" hash="a8f8e1ead7336e7e4e3d5027aa385910"/><file name="Parser.php" hash="342f8fbb998fcef7a693929a235e4dce"/><file name="Sender.php" hash="879f0b0bb0860dd4a7258d2ee6dad945"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="2fa8532fcd84599f988c402ccb8d80ed"/></dir><file name="Association.php" hash="266a65d475a940c270b9fe76b90ba35f"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="7ad29fe29586a59ae84db26920a4307a"/></dir><file name="Collection.php" hash="0482e5f8680ae90d56b2340c6c1fb829"/><file name="Global.php" hash="4614cc056e77e6df773377e524d0545c"/><file name="Value.php" hash="6223c6cec21ab9fd7f0668750371ff08"/></dir><dir name="Log"><file name="Collection.php" hash="59087a309d29c9e1ee4e2f19a623f8db"/></dir><dir name="Scope"><file name="Abstract.php" hash="8213dc30a72673d9ed1223960a6fefb9"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="80180569121aa39b46d5b61bdca9d007"/></dir><file name="Association.php" hash="e049c0a56eac8de33a915635e5e89d65"/></dir><file name="Abstract.php" hash="2db8aa52a8bb0583234b7f355b49f3a5"/><file name="Configuration.php" hash="ede49390bf9dda1e26abbe9ecbe3b05c"/><file name="Log.php" hash="367888bb287a22e0e51a9f7e90686d0a"/><file name="Setup.php" hash="f636d874b201026edcb71307db21f173"/></dir><dir name="Scope"><file name="Abstract.php" hash="aff3a22e9cf5566556631a50fff87256"/></dir><dir name="Shipping"><file name="Association.php" hash="3112f90520e19bad4cadcaa30b94a0f9"/></dir><dir name="Source"><file name="Charset.php" hash="26007b82df2cb9623435842e916d2af5"/><file name="Crypt.php" hash="e2f664b1c3f0326dd42b9d456b2fe306"/><file name="DeliveryTimes.php" hash="20fd164587991fb0a4d9f90cfc25b778"/><file name="Mode.php" hash="2a973b27f0fb06e0c7f4895bf1a92a5d"/><file name="PaymentType.php" hash="5dd640bbfdbcc50fc2b877762e13ddb7"/><file name="ProductType.php" hash="972e6a549f36ac77d652e4cb6909a5a4"/><file name="ShippingType.php" hash="4915c874ce0c57cf2b7aef9c89230965"/></dir><file name="Configuration.php" hash="d209abef8702d47a0c8c7b541b53930b"/><file name="Functions.php" hash="7dbf5bf0f00dd51195fe62593fa534f6"/><file name="Log.php" hash="0d397d7e50fcfbbd645a4ae01bdc64db"/><file name="MageConfiguration.php" hash="a647f2abb109a95835e90b25fed277e8"/><file name="Product.php" hash="ca1dee03bc22ea42f39d5d5bca7bdf24"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="fcdef00354e8b471ba30f00f99ba5121"/></dir><file name="ConfigurationController.php" hash="fe483553e70a592587e2250ee158c8ba"/><file name="LogController.php" hash="f8234e4b7430259181e15f3a955a28c6"/><file name="OrderController.php" hash="d26fbd8eaec6e21c1cefcdc2a20ff460"/><file name="ShippingController.php" hash="988fd4952dc6d6e28e5cc029996df6a9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="bcb2ec07797eae0c067a0cd057d3803b"/><file name="config.xml" hash="0b6fcccb4c16da7ae61fd807d4bcfdc2"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="6b579134583c0cd1336472ee47f89713"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="ee9936d4654bd8ba707b819271bf18d0"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="5f9fb0518d49944d77b586171d84562d"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="752e5b48df493e7b77038ea76dbdc058"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="fb96870c1613f63c29f1bb487619d3bb"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="6161a93dafd2c7766d31b0e9aa709a3b"/><file name="categorytreeformcontenair.phtml" hash="03bfc3f2d8e7597f57d5c76dbbbfa888"/><file name="catproduct.phtml" hash="de87928577794f3457c540898807ec6c"/><file name="shipping.phtml" hash="a21adbdf6c4f2a3f2ca19cb20ac5680c"/><file name="storeswitcher.phtml" hash="855f89f49b96a80059172393b5581972"/><file name="test.php" hash="c603172cc50e79d407bbd7e7c970835c"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="921435aa9937cc7344db904b3f5d2d46"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="65da1dd9bc2ba2a43526bff4ceb274e5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Core</summary>
10
  <description>Base module for Kwixo and Certissim</description>
11
+ <notes>fifth official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
+ <date>2013-12-09</date>
14
+ <time>15:01:48</time>
15
+ <contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="01f0b6aef47c7cb91c6fefc0156f97e0"/></dir><file name="Edit.php" hash="26cd4d90c28b7e686a4151af1e0a5d6c"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="56cfca626b10f3aceb744e2e90653433"/></dir><file name="Content.php" hash="230b844951a434c6fccbd6c77df61243"/><file name="Tab.php" hash="1f76167f6400090ed12e8d1e32a59449"/></dir><dir name="Log"><file name="Grid.php" hash="910c54adeeaa9655d6063732dd37966b"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ea5768d94517f38886a95c2f2bcc7f80"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="366b5f0c3fadf8d0497f2633cdd68d0c"/></dir><dir name="Tree"><file name="Abstract.php" hash="578e01d102ccb21fb35f5fc0cdae2235"/><file name="ProductType.php" hash="c7f1ee97a754e7aa2d23793cfce74139"/><file name="Products.php" hash="ed690ccfb5c4c9d5dfd11f7d04f197e9"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="ce1d7137df3ffc1e51ba5e9b35ad6b73"/></dir><dir name="Renderer"><file name="Fianet.php" hash="1027e3b1e722fb98c79baae56dbfd820"/></dir></dir></dir></dir><file name="Configuration.php" hash="a2b9f79c321a4c63d17435aaae4a1db4"/><file name="Fianetadmin.php" hash="cdfea3803e8acd7b42071f81857ca312"/><file name="Fianetadmingrid.php" hash="67b1ef416364c30c5e133ab4248ade96"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="de584e38c88ec7c6e52aa917d8d85895"/><file name="ProductType.php" hash="b5cf7c59136cff90e04ac90eb4866b75"/></dir></dir><dir name="Helper"><file name="Data.php" hash="beaab7390004b1aded2c77ac5450f487"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="6211f408bf753d5b256e3b08c190e9e6"/></dir><dir name="Catproduct"><file name="Association.php" hash="3f8eb5fb903e80798921bd95ce0c1606"/></dir><dir name="Configuration"><file name="Global.php" hash="0066919c9ccc237a0d79bbaa42c64118"/><file name="Value.php" hash="e88375a02d68b2e788380970251fbe9d"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="11a8a3481b1f8e719dc86c5362a2fdc5"/><file name="Billing.php" hash="4cb713c0a84128a33a72dc9fbf8b73a9"/><file name="Delivery.php" hash="aed829d5ea5158ca1c9b5d743b13e71b"/><file name="Transport.php" hash="cdbe8998e2606e6292147e8317f26c1b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="d868a55fef3e856a8824c0447ec16974"/></dir><file name="Productlist.php" hash="bea336018400dd9b5f328a4fe3e97ee7"/><file name="Transport.php" hash="aeaa5222c3e82f669a25389eef8d7fe0"/></dir><dir name="User"><file name="Base.php" hash="02ed5b60cd60b65c8d74e5bad331eb93"/><file name="Billing.php" hash="5f453092ca91cd0ae630e5cedf06d818"/><file name="Delivery.php" hash="8e2f7435870d5b77306a6ae07f8cece8"/><file name="Siteconso.php" hash="03933740b873f65c16216b16667086a2"/></dir><file name="Optionpayment.php" hash="62e1d2bc5771ea5475ab3a6d6d804f24"/><file name="Payment.php" hash="10650b0db8315032f06cbd94e4e1df82"/><file name="Wallet.php" hash="cec026ccfc5aeda5b7a3cb81d22b1f68"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="04b6994256d61a2e9b5719aa54850bb0"/><file name="Element.php" hash="516b3ade7977c157cff14128e4961b92"/></dir><file name="EncodingKey.php" hash="09ee61621abf92e1969ccb6d78c49f2b"/><file name="Hash32bits.php" hash="3e8e48deb287bd825b35f4055128c2f3"/><file name="Hash64bits.php" hash="edb78dd0b3df4bdee0fd5869e4e3b990"/><file name="Parser.php" hash="5679b000051b2d721ef77177ac0fc995"/><file name="Sender.php" hash="f6be3bdeb7e7b3730e6aea7f06216b11"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="0d0021d8658a900027e7e1743c6cb392"/></dir><file name="Association.php" hash="2c6582a5355881674e221c4dc4e5d142"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="1f1aabe38aa79a8b3182ebee923afafa"/></dir><file name="Collection.php" hash="8cf212994b4478f049c74724b81ccaee"/><file name="Global.php" hash="c2878a08b045d3a0549d2eb232c1b533"/><file name="Value.php" hash="883d36156addd527e512df684d91efcb"/></dir><dir name="Log"><file name="Collection.php" hash="930f91946c79d5c40c52d9d59cbfee3d"/></dir><dir name="Scope"><file name="Abstract.php" hash="e5b79a5d00f50b3fc5cbc2a01fe5cc20"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="3e2eabbbf2cc5d0c06f6e324156b660d"/></dir><file name="Association.php" hash="a386ecbdbf87bf035ece8895f1a12077"/></dir><file name="Abstract.php" hash="d1b6302ac64b28cec843b777b8d31ace"/><file name="Configuration.php" hash="fdb4d3b2bb5b9b789a7291ec6deb276f"/><file name="Log.php" hash="6f23f4fe4c8a0e62d355e5a7360c2850"/><file name="Setup.php" hash="83852bc03b4d64fbc124d13f782b2a6b"/></dir><dir name="Scope"><file name="Abstract.php" hash="3512e2d0887a107c0a18d247214c0fb9"/></dir><dir name="Shipping"><file name="Association.php" hash="c51a765dd62034e2d92e8eb806523148"/></dir><dir name="Source"><file name="Charset.php" hash="e7b72a277b5f290dcf9b1d6864344538"/><file name="Crypt.php" hash="4652974a39c7d0708ecc55e6770fa5e1"/><file name="DeliveryTimes.php" hash="dd82b2d1aec667ed30622ebd24479f31"/><file name="Mode.php" hash="c1f3565aad89159bf81f53fee7f68827"/><file name="PaymentType.php" hash="026c0d752bcd8ff9ee01e67fe71cfd46"/><file name="ProductType.php" hash="a489f5335d0d7d26edaae4a1c583862a"/><file name="ShippingType.php" hash="72490eb4c7f7059cb17885d8094d0853"/></dir><file name="Configuration.php" hash="9cb28ab4f6e1be766864756c2d482278"/><file name="Functions.php" hash="bcd48302a018581adacb5b0c6788907c"/><file name="Log.php" hash="d9fdcfa77a15a0fb1345db59ad2bad4a"/><file name="MageConfiguration.php" hash="dd82f02aa39fa688ee6e4bd2eda439a5"/><file name="Product.php" hash="c850dc049e1d9e52b2fbaf8853bd530e"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="b27321523367a0ea56dfdd33d9bf21a9"/></dir><file name="ConfigurationController.php" hash="492c29511732c1501a9ab8be6fd5fd2b"/><file name="LogController.php" hash="e4aca322629b124fc5e6940ff0a617c4"/><file name="OrderController.php" hash="ef39ec011c85d3336e488fadba459538"/><file name="ShippingController.php" hash="3c0bc08c1f85e0217770a90990c69fe8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a1aae49335e63e51a9cf1492091605d0"/><file name="config.xml" hash="b756d85e17fa6e9c0e765708fede4369"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="20fb055a457019594932311be0644931"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="7a9d8f3ad4eaa2ffbf2410f1ffa218dc"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="2e71034fba4b4dda9dd8f39f65a9afe4"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="2a3d34944b15f048bcf159abe9bca0f3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="a826a8b454fab21553c3dbeb50af64d6"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="d7e02fa4349666cd333c141f7718e455"/><file name="categorytreeformcontenair.phtml" hash="8372207304427e71ff079d4a28a87f86"/><file name="catproduct.phtml" hash="634847b23f7e3f79181dce454b989d63"/><file name="shipping.phtml" hash="53d9f1e98311134aac5b4deb4aef24e5"/><file name="storeswitcher.phtml" hash="4e727fd8d0e37f99644d299be5341d13"/><file name="test.php" hash="28f556690705cf65ebeeba8648c30256"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="a4439a50a4beec08a400dc73bf2ee10b"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="df496123a8c27a8a52fec06c6498c0e5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>