Profileolabs_Shoppingflux - Version 0.7.8

Version Notes

- Background generation is now optional
- Update translations
- Minor bugfixes & improvements

Download this release

Release Info

Developer ShoppingFlux
Extension Profileolabs_Shoppingflux
Version 0.7.8
Comparing to
See all releases


Code changes from version 0.7.6 to 0.7.8

Files changed (29) hide show
  1. app/code/community/Profileolabs/.DS_Store +0 -0
  2. app/code/community/Profileolabs/Shoppingflux/.DS_Store +0 -0
  3. app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Catalog/Category/Tab/Default.php +1 -1
  4. app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Process.php +5 -5
  5. app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Product/Grid.php +3 -3
  6. app/code/community/Profileolabs/Shoppingflux/Block/Manageorders/Adminhtml/Order/Grid.php +1 -1
  7. app/code/community/Profileolabs/Shoppingflux/Model/.DS_Store +0 -0
  8. app/code/community/Profileolabs/Shoppingflux/Model/Export/Flow.php +1 -1
  9. app/code/community/Profileolabs/Shoppingflux/Model/Export/Flux.php +16 -1
  10. app/code/community/Profileolabs/Shoppingflux/Model/Export/Observer.php +6 -25
  11. app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Log.php +1 -1
  12. app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Observer.php +3 -3
  13. app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Order.php +2 -2
  14. app/code/community/Profileolabs/Shoppingflux/Model/Service.php +1 -1
  15. app/code/community/Profileolabs/Shoppingflux/controllers/Adminhtml/GeneralController.php +6 -5
  16. app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/ImportController.php +4 -4
  17. app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/LogController.php +1 -1
  18. app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/OrderController.php +1 -1
  19. app/code/community/Profileolabs/Shoppingflux/etc/adminhtml.xml +20 -15
  20. app/code/community/Profileolabs/Shoppingflux/etc/config.xml +2 -1
  21. app/code/community/Profileolabs/Shoppingflux/etc/system.xml +154 -152
  22. app/code/community/Profileolabs/Shoppingflux/sql/profileolabs_shoppingflux_setup/mysql4-upgrade-0.7.7-0.7.8.php +25 -0
  23. app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/edit.phtml +4 -4
  24. app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/feed.phtml +1 -1
  25. app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/product.phtml +1 -1
  26. app/design/adminhtml/default/default/template/profileolabs/shoppingflux/manageorders/import.phtml +3 -3
  27. app/locale/en_US/Profileolabs_Shoppingflux.csv +204 -0
  28. app/locale/fr_FR/Profileolabs_Shoppingflux.csv +194 -50
  29. package.xml +7 -5
app/code/community/Profileolabs/.DS_Store CHANGED
Binary file
app/code/community/Profileolabs/Shoppingflux/.DS_Store ADDED
Binary file
app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Catalog/Category/Tab/Default.php CHANGED
@@ -172,7 +172,7 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Catalog_Category_Tab_Defa
172
 
173
  $optionsSf = array(0 => Mage::helper('profileolabs_shoppingflux')->__('No'), 1 => Mage::helper('profileolabs_shoppingflux')->__('Yes'));
174
  $this->addColumn('shoppingflux_product', array(
175
- 'header' => Mage::helper('profileolabs_shoppingflux')->__('Importé dans Shoppingflux'),
176
  'width' => '80',
177
  'index' => 'shoppingflux_product',
178
  'type' => 'options',
172
 
173
  $optionsSf = array(0 => Mage::helper('profileolabs_shoppingflux')->__('No'), 1 => Mage::helper('profileolabs_shoppingflux')->__('Yes'));
174
  $this->addColumn('shoppingflux_product', array(
175
+ 'header' => Mage::helper('profileolabs_shoppingflux')->__('Send to Shoppingflux ?'),
176
  'width' => '80',
177
  'index' => 'shoppingflux_product',
178
  'type' => 'options',
app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Process.php CHANGED
@@ -53,11 +53,11 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Process extends Mage_Admi
53
 
54
 
55
 
56
- $this->_flowModel->setException(Mage::helper("dataflow")->__("%d produits trouvés.(en stock + hors stock)",$flowItemsCount));
57
  $soldOutTxt = "";
58
  if(!$this->_flowModel->getConfig()->isExportSoldout())
59
  {
60
- $soldOutTxt = Mage::helper('profileolabs_shoppingflux')->__('Seuls les produits en stock seront exportés');
61
  $this->_flowModel->setException($soldOutTxt);
62
  }
63
 
@@ -68,7 +68,7 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Process extends Mage_Admi
68
  if($offsets == 0)
69
  $offsets =1;
70
 
71
- $this->_flowModel->setException(Mage::helper("dataflow")->__("La génération se fera en %d lot(s) de %d produit(s)",$offsets,$this->_flowModel->getLimit()));
72
 
73
  $this->setFlowItemsCount( $flowItemsCount);
74
  $this->setFlowConfig(
@@ -88,8 +88,8 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Process extends Mage_Admi
88
  . '<img id="#{id}_img" src="#{image}" class="v-middle" style="margin-right:5px"/>'
89
  . '<span id="#{id}_status" class="text">#{text}</span>'
90
  . '</li>',
91
- 'text' => $this->__('Etape <strong>%s/%s. %s/%s</strong> produit(s)','#{offset}', $offsets, '#{updated}', '#{savedRows}'),
92
- 'successText' => $this->__('<strong>%s</strong> produits exportés.', '#{updated}')
93
  )
94
  );
95
 
53
 
54
 
55
 
56
+ $this->_flowModel->setException(Mage::helper("profileolabs_shoppingflux")->__("%d products found.(in stock + out of stock)",$flowItemsCount));
57
  $soldOutTxt = "";
58
  if(!$this->_flowModel->getConfig()->isExportSoldout())
59
  {
60
+ $soldOutTxt = Mage::helper('profileolabs_shoppingflux')->__('Only instock products will be exported');
61
  $this->_flowModel->setException($soldOutTxt);
62
  }
63
 
68
  if($offsets == 0)
69
  $offsets =1;
70
 
71
+ $this->_flowModel->setException(Mage::helper("profileolabs_shoppingflux")->__("Generation will be done in %d part(s) of %d product(s)",$offsets,$this->_flowModel->getLimit()));
72
 
73
  $this->setFlowItemsCount( $flowItemsCount);
74
  $this->setFlowConfig(
88
  . '<img id="#{id}_img" src="#{image}" class="v-middle" style="margin-right:5px"/>'
89
  . '<span id="#{id}_status" class="text">#{text}</span>'
90
  . '</li>',
91
+ 'text' => $this->__('Step <strong>%s/%s. %s/%s</strong> product(s)','#{offset}', $offsets, '#{updated}', '#{savedRows}'),
92
+ 'successText' => $this->__('<strong>%s</strong> exported products.', '#{updated}')
93
  )
94
  );
95
 
app/code/community/Profileolabs/Shoppingflux/Block/Export/Adminhtml/Product/Grid.php CHANGED
@@ -112,7 +112,7 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Product_Grid extends Mage
112
  if ($store->getId()) {
113
  $this->addColumn('custom_name',
114
  array(
115
- 'header'=> Mage::helper('catalog')->__('Name In %s', $store->getName()),
116
  'index' => 'custom_name',
117
  ));
118
  }
@@ -194,7 +194,7 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Product_Grid extends Mage
194
  $optionsSf = array(0=>"Non",1=>"Oui");
195
  $this->addColumn('shoppingflux_product',
196
  array(
197
- 'header'=> Mage::helper('catalog')->__('Importé dans Shoppingflux'),
198
  'width' => '70px',
199
  'index' => 'shoppingflux_product',
200
  'type' => 'options',
@@ -223,7 +223,7 @@ class Profileolabs_Shoppingflux_Block_Export_Adminhtml_Product_Grid extends Mage
223
 
224
  $optionsSf = array(0=>"Non",1=>"Oui");
225
  $this->getMassactionBlock()->addItem('publish', array(
226
- 'label'=> Mage::helper('profileolabs_shoppingflux')->__('Changer la publication'),
227
  'url' => $this->getUrl('*/*/massPublish', array('_current'=>true)),
228
  'additional' => array(
229
  'visibility' => array(
112
  if ($store->getId()) {
113
  $this->addColumn('custom_name',
114
  array(
115
+ 'header'=> Mage::helper('profileolabs_shoppingflux')->__('Name In %s', $store->getName()),
116
  'index' => 'custom_name',
117
  ));
118
  }
194
  $optionsSf = array(0=>"Non",1=>"Oui");
195
  $this->addColumn('shoppingflux_product',
196
  array(
197
+ 'header'=> Mage::helper('profileolabs_shoppingflux')->__('Send to Shoppingflux ?'),
198
  'width' => '70px',
199
  'index' => 'shoppingflux_product',
200
  'type' => 'options',
223
 
224
  $optionsSf = array(0=>"Non",1=>"Oui");
225
  $this->getMassactionBlock()->addItem('publish', array(
226
+ 'label'=> Mage::helper('profileolabs_shoppingflux')->__('Change publication'),
227
  'url' => $this->getUrl('*/*/massPublish', array('_current'=>true)),
228
  'additional' => array(
229
  'visibility' => array(
app/code/community/Profileolabs/Shoppingflux/Block/Manageorders/Adminhtml/Order/Grid.php CHANGED
@@ -115,7 +115,7 @@ class Profileolabs_Shoppingflux_Block_Manageorders_Adminhtml_Order_Grid extends
115
  //Data shopping flux
116
 
117
  $this->addColumn('order_id_shoppingflux', array(
118
- 'header' => Mage::helper('profileolabs_shoppingflux')->__('Id shopping flux'),
119
  'index' => 'order_id_shoppingflux',
120
  ));
121
 
115
  //Data shopping flux
116
 
117
  $this->addColumn('order_id_shoppingflux', array(
118
+ 'header' => Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux ID'),
119
  'index' => 'order_id_shoppingflux',
120
  ));
121
 
app/code/community/Profileolabs/Shoppingflux/Model/.DS_Store ADDED
Binary file
app/code/community/Profileolabs/Shoppingflux/Model/Export/Flow.php CHANGED
@@ -784,7 +784,7 @@ class Profileolabs_Shoppingflux_Model_Export_Flow {
784
 
785
  if (!$this->getConfig()->isExportSoldout() && !$product->isSaleable()) {
786
  //$this->setException("Le produit {$product->getSku()} est hors stock. Il n'a pas été importé.",Varien_Convert_Exception::NOTICE);
787
- $this->_errors[] = Mage::helper('profileolabs_shoppingflux')->__("Le produit %s est hors stock. Il n'a pas été importé.", $product->getSku());
788
  return false;
789
  }
790
 
784
 
785
  if (!$this->getConfig()->isExportSoldout() && !$product->isSaleable()) {
786
  //$this->setException("Le produit {$product->getSku()} est hors stock. Il n'a pas été importé.",Varien_Convert_Exception::NOTICE);
787
+ $this->_errors[] = Mage::helper('profileolabs_shoppingflux')->__("Product %s is out of stock. Product has not been imported.", $product->getSku());
788
  return false;
789
  }
790
 
app/code/community/Profileolabs/Shoppingflux/Model/Export/Flux.php CHANGED
@@ -278,7 +278,22 @@ class Profileolabs_Shoppingflux_Model_Export_Flux extends Mage_Core_Model_Abstra
278
 
279
  public function updateProductInFluxForAllStores($productSku) {
280
  foreach (Mage::app()->getStores() as $store) {
281
- $this->updateProductInFlux($productSku, $store->getId());
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  }
283
  }
284
 
278
 
279
  public function updateProductInFluxForAllStores($productSku) {
280
  foreach (Mage::app()->getStores() as $store) {
281
+ $storeId = $store->getId();
282
+ $isCurrentStore = (Mage::app()->getStore()->getId() == $storeId);
283
+ try {
284
+ if(!$isCurrentStore) {
285
+ $appEmulation = Mage::getSingleton('core/app_emulation');
286
+ $initialEnvironmentInfo = $appEmulation->startEnvironmentEmulation($storeId);
287
+ }
288
+ $this->updateProductInFlux($productSku, $storeId);
289
+ if(!$isCurrentStore) {
290
+ $appEmulation->stopEnvironmentEmulation($initialEnvironmentInfo);
291
+ }
292
+ } catch(Exception $e) {
293
+ if(!$isCurrentStore) {
294
+ $appEmulation->stopEnvironmentEmulation($initialEnvironmentInfo);
295
+ }
296
+ }
297
  }
298
  }
299
 
app/code/community/Profileolabs/Shoppingflux/Model/Export/Observer.php CHANGED
@@ -25,13 +25,15 @@ class Profileolabs_Shoppingflux_Model_Export_Observer {
25
  $productCollection->getSelect()->where('CAST(sf_stock.qty AS SIGNED) != flux.stock_value');
26
  $productCollection->getSelect()->group('e.entity_id');
27
  foreach($productCollection as $product) {
28
- Mage::getModel('profileolabs_shoppingflux/export_flux')->updateProductInFluxForAllStores($product->getSku());
29
  }
30
  }
31
 
32
  public function updateFlux() {
33
- Mage::getModel('profileolabs_shoppingflux/export_flux')->getCollection();
34
- Mage::getModel('profileolabs_shoppingflux/export_flux')->updateFlux();
 
 
35
  }
36
 
37
 
@@ -40,7 +42,7 @@ class Profileolabs_Shoppingflux_Model_Export_Observer {
40
  $handle = fopen($filePath, 'a');
41
  ftruncate($handle, 0);
42
 
43
- Mage::getModel('profileolabs_shoppingflux/export_flux')->updateFlux($storeId, 1000000);
44
  $collection = Mage::getModel('profileolabs_shoppingflux/export_flux')->getCollection();
45
  $collection->addFieldToFilter('should_export', 1);
46
  $collection->addFieldToFilter('store_id', $storeId);
@@ -79,27 +81,6 @@ class Profileolabs_Shoppingflux_Model_Export_Observer {
79
  $this->generateFluxInFileForStore(Mage::app()->getDefaultStoreView()->getId());
80
  }
81
 
82
- /**
83
- * @deprecated deprecated since 0.1.1
84
- * @param Varien_Object $observer
85
- */
86
- public function generateFlow($observer) {
87
- try {
88
-
89
- $url = str_replace("index.php/", "", Mage::getBaseUrl() . 'Script_Profileolabs/generate_flow.php');
90
- $curl = curl_init($url);
91
- curl_setopt($curl, CURLOPT_POST, false);
92
- curl_setopt($curl, CURLOPT_HEADER, false);
93
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
94
- curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 1800);
95
- $curl_response = curl_exec($curl);
96
- curl_close($curl);
97
- } catch (Exception $e) {
98
- Mage::throwException($e);
99
- }
100
-
101
- return $this;
102
- }
103
 
104
  /**
105
  * Add shoppingflux product tab in category edit page
25
  $productCollection->getSelect()->where('CAST(sf_stock.qty AS SIGNED) != flux.stock_value');
26
  $productCollection->getSelect()->group('e.entity_id');
27
  foreach($productCollection as $product) {
28
+ Mage::getModel('profileolabs_shoppingflux/export_flux')->productNeedUpdate($product);
29
  }
30
  }
31
 
32
  public function updateFlux() {
33
+ if(Mage::getStoreConfigFlag('shoppingflux_export/general/enable_cron')) {
34
+ Mage::getModel('profileolabs_shoppingflux/export_flux')->getCollection();
35
+ Mage::getModel('profileolabs_shoppingflux/export_flux')->updateFlux();
36
+ }
37
  }
38
 
39
 
42
  $handle = fopen($filePath, 'a');
43
  ftruncate($handle, 0);
44
 
45
+ //Mage::getModel('profileolabs_shoppingflux/export_flux')->updateFlux($storeId, 1000000);
46
  $collection = Mage::getModel('profileolabs_shoppingflux/export_flux')->getCollection();
47
  $collection->addFieldToFilter('should_export', 1);
48
  $collection->addFieldToFilter('store_id', $storeId);
81
  $this->generateFluxInFileForStore(Mage::app()->getDefaultStoreView()->getId());
82
  }
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  /**
86
  * Add shoppingflux product tab in category edit page
app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Log.php CHANGED
@@ -23,7 +23,7 @@ class Profileolabs_Shoppingflux_Model_Manageorders_Log extends Mage_Core_Model_A
23
  $orderMessage ="";
24
  if(!is_null($orderId))
25
  {
26
- $orderMessage = Mage::helper('profileolabs_shoppingflux')->__('OrderID')." Shopping Flux #".$orderId." ";
27
  }
28
 
29
  $message = $orderMessage.$message;
23
  $orderMessage ="";
24
  if(!is_null($orderId))
25
  {
26
+ $orderMessage = Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux Order ID : #%s', $orderId);
27
  }
28
 
29
  $message = $orderMessage.$message;
app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Observer.php CHANGED
@@ -156,11 +156,11 @@ class Profileolabs_Shoppingflux_Model_Manageorders_Observer {
156
 
157
  $order->setShoppingfluxShipmentFlag(1);
158
  $order->save();
159
- $this->getHelper()->log($this->getHelper()->__("Order %s updated to shopping flux.Status returned %s", $orderIdShoppingflux, $status));
160
  }
161
  } else {
162
- $this->getHelper()->log($this->getHelper()->__("Error in update status shipped to shopping flux"));
163
- Mage::throwException($this->getHelper()->__("Error in update status shipped to shopping flux"));
164
  }
165
 
166
  return $this;
156
 
157
  $order->setShoppingfluxShipmentFlag(1);
158
  $order->save();
159
+ $this->getHelper()->log($this->getHelper()->__("Order %s has been updated in ShoppingFlux. Status returned : %s", $orderIdShoppingflux, $status));
160
  }
161
  } else {
162
+ $this->getHelper()->log($this->getHelper()->__("Error in update status shipped to ShoppingFlux"));
163
+ Mage::throwException($this->getHelper()->__("Error in update status shipped to ShoppingFlux"));
164
  }
165
 
166
  return $this;
app/code/community/Profileolabs/Shoppingflux/Model/Manageorders/Order.php CHANGED
@@ -186,7 +186,7 @@ class Profileolabs_Shoppingflux_Model_Manageorders_Order extends Varien_Object {
186
  $this->_nb_orders_imported = 0;
187
  } catch (Exception $e) {
188
  Mage::logException($e);
189
- $message = Mage::helper('profileolabs_shoppingflux')->__('Orders import error. '.$e->getMessage()); //." ".Mage::helper('profileolabs_shoppingflux')->__('Error').": ".$e->getMessage();
190
  $this->getHelper()->log($message);
191
  //Mage::throwException($message);
192
 
@@ -792,7 +792,7 @@ class Profileolabs_Shoppingflux_Model_Manageorders_Order extends Varien_Object {
792
  $invoice->addItem($item);
793
 
794
  if ($itemsToInvoice <= 0) {
795
- Mage::throwException($this->__('Invoice without products could not be created.'));
796
  }
797
  }
798
 
186
  $this->_nb_orders_imported = 0;
187
  } catch (Exception $e) {
188
  Mage::logException($e);
189
+ $message = Mage::helper('profileolabs_shoppingflux')->__('Order import error : %s', $e->getMessage());
190
  $this->getHelper()->log($message);
191
  //Mage::throwException($message);
192
 
792
  $invoice->addItem($item);
793
 
794
  if ($itemsToInvoice <= 0) {
795
+ Mage::throwException($this->__('Invoice could not be created (no items).'));
796
  }
797
  }
798
 
app/code/community/Profileolabs/Shoppingflux/Model/Service.php CHANGED
@@ -149,7 +149,7 @@ class Profileolabs_Shoppingflux_Model_Service extends Varien_Object {
149
  Mage::log($responseText, null, 'shoppingflux.log');
150
  Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__("Result is not Varien_Simplexml_Element"));
151
  } elseif ($this->_xml->error) {
152
- Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__('API key (Token) not valid'));
153
  }
154
 
155
  /* } catch (Exception $e) {
149
  Mage::log($responseText, null, 'shoppingflux.log');
150
  Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__("Result is not Varien_Simplexml_Element"));
151
  } elseif ($this->_xml->error) {
152
+ Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux API key (Token) is not valid'));
153
  }
154
 
155
  /* } catch (Exception $e) {
app/code/community/Profileolabs/Shoppingflux/controllers/Adminhtml/GeneralController.php CHANGED
@@ -21,9 +21,8 @@ class Profileolabs_Shoppingflux_Adminhtml_GeneralController extends Mage_Adminht
21
  }
22
 
23
  public function testAction() {
24
- Profileolabs_Shoppingflux_Model_Export_Observer::fillMainCategory();
25
- return;
26
-
27
 
28
 
29
  ini_set('display_errors',1);
@@ -31,7 +30,7 @@ class Profileolabs_Shoppingflux_Adminhtml_GeneralController extends Mage_Adminht
31
  //$write = Mage::getSingleton('core/resource')->getConnection('core_write');
32
  //$query = "delete from " . Mage::getConfig()->getTablePrefix() . 'core_resource' . " where code = 'profileolabs_shoppingflux_setup' ";
33
  //$write->query($query);
34
- $read = Mage::getSingleton('core/resource')->getConnection('core_read');
35
  $select = $read->select()
36
  ->distinct()
37
  ->from(Mage::getConfig()->getTablePrefix() . 'core_resource', array('code', 'version', 'data_version'))
@@ -39,7 +38,9 @@ class Profileolabs_Shoppingflux_Adminhtml_GeneralController extends Mage_Adminht
39
  $values = $read->fetchAll($select);
40
  foreach($values as $value) {
41
  var_dump($value);
42
- }
 
 
43
  }
44
 
45
 
21
  }
22
 
23
  public function testAction() {
24
+ //Profileolabs_Shoppingflux_Model_Export_Observer::fillMainCategory();
25
+ //return;
 
26
 
27
 
28
  ini_set('display_errors',1);
30
  //$write = Mage::getSingleton('core/resource')->getConnection('core_write');
31
  //$query = "delete from " . Mage::getConfig()->getTablePrefix() . 'core_resource' . " where code = 'profileolabs_shoppingflux_setup' ";
32
  //$write->query($query);
33
+ /*$read = Mage::getSingleton('core/resource')->getConnection('core_read');
34
  $select = $read->select()
35
  ->distinct()
36
  ->from(Mage::getConfig()->getTablePrefix() . 'core_resource', array('code', 'version', 'data_version'))
38
  $values = $read->fetchAll($select);
39
  foreach($values as $value) {
40
  var_dump($value);
41
+ }*/
42
+
43
+ die('OK');
44
  }
45
 
46
 
app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/ImportController.php CHANGED
@@ -11,7 +11,7 @@ class Profileolabs_Shoppingflux_Manageorders_Adminhtml_ImportController extends
11
  protected function _initAction() {
12
  $this->loadLayout()
13
  ->_setActiveMenu('shoppingflux/manageorders/import')
14
- ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('Shopping flux import orders'), Mage::helper('profileolabs_shoppingflux')->__('Shopping flux import orders'));
15
 
16
  return $this;
17
  }
@@ -27,7 +27,7 @@ class Profileolabs_Shoppingflux_Manageorders_Adminhtml_ImportController extends
27
  try {
28
 
29
  if (!Mage::getSingleton('profileolabs_shoppingflux/config')->isOrdersEnabled())
30
- Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__("Le module n'est pas activé. Activez le dans la configuration du module."));
31
 
32
 
33
  error_reporting(E_ALL | E_STRICT);
@@ -38,10 +38,10 @@ class Profileolabs_Shoppingflux_Manageorders_Adminhtml_ImportController extends
38
 
39
  $model = Mage::getModel('profileolabs_shoppingflux/manageorders_order')->manageOrders();
40
 
41
- $this->_getSession()->addSuccess(Mage::helper('profileolabs_shoppingflux')->__("%d orders are imported", $model->getNbOrdersImported()));
42
 
43
  if ($model->getResultSendOrder() != "") {
44
- $this->_getSession()->addSuccess(Mage::helper('profileolabs_shoppingflux')->__("Status of order ids sended: %s", $model->getResultSendOrder()));
45
  }
46
  } catch (Exception $e) {
47
  $this->_getSession()->addError($e->getMessage());
11
  protected function _initAction() {
12
  $this->loadLayout()
13
  ->_setActiveMenu('shoppingflux/manageorders/import')
14
+ ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux order import'), Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux order import'));
15
 
16
  return $this;
17
  }
27
  try {
28
 
29
  if (!Mage::getSingleton('profileolabs_shoppingflux/config')->isOrdersEnabled())
30
+ Mage::throwException(Mage::helper('profileolabs_shoppingflux')->__("Order import is disabled in ShoppingFlux configuration. You must enable it to use this functionnality."));
31
 
32
 
33
  error_reporting(E_ALL | E_STRICT);
38
 
39
  $model = Mage::getModel('profileolabs_shoppingflux/manageorders_order')->manageOrders();
40
 
41
+ $this->_getSession()->addSuccess(Mage::helper('profileolabs_shoppingflux')->__("%d orders have been imported", $model->getNbOrdersImported()));
42
 
43
  if ($model->getResultSendOrder() != "") {
44
+ $this->_getSession()->addSuccess(Mage::helper('profileolabs_shoppingflux')->__("Orders sent result : %s", $model->getResultSendOrder()));
45
  }
46
  } catch (Exception $e) {
47
  $this->_getSession()->addError($e->getMessage());
app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/LogController.php CHANGED
@@ -10,7 +10,7 @@ class Profileolabs_Shoppingflux_Manageorders_Adminhtml_LogController extends Mag
10
  protected function _initAction() {
11
  $this->loadLayout()
12
  ->_setActiveMenu('shoppingflux/manageorders/log')
13
- ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('Shopping flux orders'), Mage::helper('profileolabs_shoppingflux')->__('Shopping flux orders'));
14
 
15
  return $this;
16
  }
10
  protected function _initAction() {
11
  $this->loadLayout()
12
  ->_setActiveMenu('shoppingflux/manageorders/log')
13
+ ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux orders log'), Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux orders log'));
14
 
15
  return $this;
16
  }
app/code/community/Profileolabs/Shoppingflux/controllers/Manageorders/Adminhtml/OrderController.php CHANGED
@@ -10,7 +10,7 @@ class Profileolabs_Shoppingflux_Manageorders_Adminhtml_OrderController extends M
10
  protected function _initAction() {
11
  $this->loadLayout()
12
  ->_setActiveMenu('shoppingflux/manageorders/order')
13
- ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('Shopping flux orders'), Mage::helper('profileolabs_shoppingflux')->__('Shopping flux orders'));
14
 
15
  return $this;
16
  }
10
  protected function _initAction() {
11
  $this->loadLayout()
12
  ->_setActiveMenu('shoppingflux/manageorders/order')
13
+ ->_addBreadcrumb(Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux orders'), Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux orders'));
14
 
15
  return $this;
16
  }
app/code/community/Profileolabs/Shoppingflux/etc/adminhtml.xml CHANGED
@@ -6,21 +6,21 @@
6
  <sort_order>20</sort_order>
7
  <children>
8
  <manageorders translate="title" module="profileolabs_shoppingflux">
9
- <title>Commandes</title>
10
  <sort_order>200</sort_order>
11
  <children>
12
  <order translate="title" module="profileolabs_shoppingflux">
13
- <title>Shopping flux orders</title>
14
  <action>shoppingflux/manageorders_adminhtml_order</action>
15
  <sort_order>10</sort_order>
16
  </order>
17
  <import translate="title" module="profileolabs_shoppingflux">
18
- <title>Shopping flux import orders</title>
19
  <action>shoppingflux/manageorders_adminhtml_import</action>
20
  <sort_order>20</sort_order>
21
  </import>
22
  <log translate="title" module="profileolabs_shoppingflux">
23
- <title>Shopping flux log</title>
24
  <action>shoppingflux/manageorders_adminhtml_log</action>
25
  <sort_order>30</sort_order>
26
  </log>
@@ -31,22 +31,27 @@
31
  <sort_order>200</sort_order>
32
  <children>
33
  <show_flux translate="title" module="profileolabs_shoppingflux">
34
- <title>Voir les flux</title>
35
  <action>shoppingflux/export_adminhtml_export/show</action>
36
  <sort_order>10</sort_order>
37
  </show_flux>
38
  <set_product translate="title" module="profileolabs_shoppingflux">
39
- <title>Sélection de produit</title>
40
  <action>shoppingflux/export_adminhtml_export/update</action>
41
  <sort_order>20</sort_order>
42
  </set_product>
43
  </children>
44
  </export>
45
  <crons translate="title" module="profileolabs_shoppingflux">
46
- <title>Suivi des crons</title>
47
  <sort_order>900</sort_order>
48
  <action>shoppingflux/manageorders_adminhtml_cron</action>
49
  </crons>
 
 
 
 
 
50
  </children>
51
  </shoppingflux>
52
  </menu>
@@ -65,7 +70,7 @@
65
  <title>Shoppingflux manage orders</title>
66
  </shoppingflux_mo>
67
  <shoppingflux_export translate="title" module="profileolabs_shoppingflux">
68
- <title>Shoppingflux Export des produits</title>
69
  </shoppingflux_export>
70
  </children>
71
  </config>
@@ -75,16 +80,16 @@
75
  <title>Shopping Flux</title>
76
  <children>
77
  <manageorders translate="title" module="profileolabs_shoppingflux">
78
- <title>Commandes</title>
79
  <children>
80
  <order translate="title" module="profileolabs_shoppingflux">
81
- <title>Shopping flux orders</title>
82
  </order>
83
  <import translate="title" module="profileolabs_shoppingflux">
84
- <title>Shopping flux import orders</title>
85
  </import>
86
  <log translate="title" module="profileolabs_shoppingflux">
87
- <title>Shopping flux log</title>
88
  </log>
89
  </children>
90
  </manageorders>
@@ -92,15 +97,15 @@
92
  <title>Export</title>
93
  <children>
94
  <show_flux translate="title" module="profileolabs_shoppingflux">
95
- <title>Voir les flux</title>
96
  </show_flux>
97
  <set_product translate="title" module="profileolabs_shoppingflux">
98
- <title>Sélection de produit</title>
99
  </set_product>
100
  </children>
101
  </export>
102
  <crons translate="title" module="profileolabs_shoppingflux">
103
- <title>Suivi des crons</title>
104
  </crons>
105
  </children>
106
  </shoppingflux>
6
  <sort_order>20</sort_order>
7
  <children>
8
  <manageorders translate="title" module="profileolabs_shoppingflux">
9
+ <title>Orders</title>
10
  <sort_order>200</sort_order>
11
  <children>
12
  <order translate="title" module="profileolabs_shoppingflux">
13
+ <title>ShoppingFlux orders</title>
14
  <action>shoppingflux/manageorders_adminhtml_order</action>
15
  <sort_order>10</sort_order>
16
  </order>
17
  <import translate="title" module="profileolabs_shoppingflux">
18
+ <title>ShoppingFlux order import</title>
19
  <action>shoppingflux/manageorders_adminhtml_import</action>
20
  <sort_order>20</sort_order>
21
  </import>
22
  <log translate="title" module="profileolabs_shoppingflux">
23
+ <title>ShoppingFlux order log</title>
24
  <action>shoppingflux/manageorders_adminhtml_log</action>
25
  <sort_order>30</sort_order>
26
  </log>
31
  <sort_order>200</sort_order>
32
  <children>
33
  <show_flux translate="title" module="profileolabs_shoppingflux">
34
+ <title>Feed List</title>
35
  <action>shoppingflux/export_adminhtml_export/show</action>
36
  <sort_order>10</sort_order>
37
  </show_flux>
38
  <set_product translate="title" module="profileolabs_shoppingflux">
39
+ <title>Product Selection</title>
40
  <action>shoppingflux/export_adminhtml_export/update</action>
41
  <sort_order>20</sort_order>
42
  </set_product>
43
  </children>
44
  </export>
45
  <crons translate="title" module="profileolabs_shoppingflux">
46
+ <title>Cron log</title>
47
  <sort_order>900</sort_order>
48
  <action>shoppingflux/manageorders_adminhtml_cron</action>
49
  </crons>
50
+ <!--<test translate="title" module="profileolabs_shoppingflux">
51
+ <title>test</title>
52
+ <sort_order>900</sort_order>
53
+ <action>shoppingflux/adminhtml_general/test</action>
54
+ </test>-->
55
  </children>
56
  </shoppingflux>
57
  </menu>
70
  <title>Shoppingflux manage orders</title>
71
  </shoppingflux_mo>
72
  <shoppingflux_export translate="title" module="profileolabs_shoppingflux">
73
+ <title>Shoppingflux manage products</title>
74
  </shoppingflux_export>
75
  </children>
76
  </config>
80
  <title>Shopping Flux</title>
81
  <children>
82
  <manageorders translate="title" module="profileolabs_shoppingflux">
83
+ <title>Orders</title>
84
  <children>
85
  <order translate="title" module="profileolabs_shoppingflux">
86
+ <title>ShoppingFlux orders</title>
87
  </order>
88
  <import translate="title" module="profileolabs_shoppingflux">
89
+ <title>ShoppingFlux order import</title>
90
  </import>
91
  <log translate="title" module="profileolabs_shoppingflux">
92
+ <title>ShoppingFlux order log</title>
93
  </log>
94
  </children>
95
  </manageorders>
97
  <title>Export</title>
98
  <children>
99
  <show_flux translate="title" module="profileolabs_shoppingflux">
100
+ <title>Feed List</title>
101
  </show_flux>
102
  <set_product translate="title" module="profileolabs_shoppingflux">
103
+ <title>Product Selection</title>
104
  </set_product>
105
  </children>
106
  </export>
107
  <crons translate="title" module="profileolabs_shoppingflux">
108
+ <title>Cron log</title>
109
  </crons>
110
  </children>
111
  </shoppingflux>
app/code/community/Profileolabs/Shoppingflux/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Profileolabs_Shoppingflux>
5
- <version>0.7.6</version>
6
  </Profileolabs_Shoppingflux>
7
  </modules>
8
  <admin>
@@ -403,6 +403,7 @@
403
  <shipping_price_based_on>FR</shipping_price_based_on>
404
  <export_soldout>1</export_soldout>
405
  <export_visibility>2,3,4</export_visibility>
 
406
  <memory_limit>512</memory_limit>
407
  <use_manage_stock>1</use_manage_stock>
408
  <all_store_categories>0</all_store_categories>
2
  <config>
3
  <modules>
4
  <Profileolabs_Shoppingflux>
5
+ <version>0.7.8</version>
6
  </Profileolabs_Shoppingflux>
7
  </modules>
8
  <admin>
403
  <shipping_price_based_on>FR</shipping_price_based_on>
404
  <export_soldout>1</export_soldout>
405
  <export_visibility>2,3,4</export_visibility>
406
+ <enable_cron>0</enable_cron>
407
  <memory_limit>512</memory_limit>
408
  <use_manage_stock>1</use_manage_stock>
409
  <all_store_categories>0</all_store_categories>
app/code/community/Profileolabs/Shoppingflux/etc/system.xml CHANGED
@@ -8,7 +8,7 @@
8
  </tabs>
9
  <sections>
10
  <shoppingflux translate="label" module="profileolabs_shoppingflux">
11
- <label>Général</label>
12
  <tab>shoppingflux</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>10</sort_order>
@@ -24,8 +24,8 @@
24
  <sort_order>1</sort_order>
25
  <fields>
26
  <login>
27
- <label>Identifiant Shopping flux</label>
28
- <comment>Votre login de connexion à l'interface Shopping flux</comment>
29
  <frontend_type>text</frontend_type>
30
  <sort_order>10</sort_order>
31
  <show_in_default>1</show_in_default>
@@ -33,7 +33,7 @@
33
  <show_in_store>1</show_in_store>
34
  </login>
35
  <api_key>
36
- <label>Api key</label>
37
  <frontend_type>text</frontend_type>
38
  <sort_order>20</sort_order>
39
  <show_in_default>1</show_in_default>
@@ -41,8 +41,8 @@
41
  <show_in_store>1</show_in_store>
42
  </api_key>
43
  <id_tracking>
44
- <label>ID de tracking</label>
45
- <comment>Votre identifiant pour le tracking</comment>
46
  <frontend_type>text</frontend_type>
47
  <sort_order>30</sort_order>
48
  <show_in_default>1</show_in_default>
@@ -50,7 +50,7 @@
50
  <show_in_store>1</show_in_store>
51
  </id_tracking>
52
  <enable_buyline>
53
- <label>Activer le buyline ?</label>
54
  <frontend_type>select</frontend_type>
55
  <source_model>adminhtml/system_config_source_yesno</source_model>
56
  <sort_order>30</sort_order>
@@ -59,8 +59,8 @@
59
  <show_in_store>1</show_in_store>
60
  </enable_buyline>
61
  <alert_email>
62
- <label>Email pour les alertes</label>
63
- <comment>En cas de problème lors des transfert de données, un mail vous sera envoyé à cette adresse.</comment>
64
  <frontend_type>text</frontend_type>
65
  <sort_order>100</sort_order>
66
  <show_in_default>1</show_in_default>
@@ -88,8 +88,7 @@
88
  <sort_order>1</sort_order>
89
  <fields>
90
  <enabled>
91
- <label>Enable manage orders</label>
92
- <comment>Enable get orders from Shopping Flux</comment>
93
  <frontend_type>select</frontend_type>
94
  <sort_order>10</sort_order>
95
  <show_in_default>1</show_in_default>
@@ -115,8 +114,8 @@
115
  <show_in_store>0</show_in_store>
116
  </new_order_status>
117
  <create_invoice>
118
- <label>Create invoice</label>
119
- <comment>Invoice is created when order getted from Shopping Flux</comment>
120
  <frontend_type>select</frontend_type>
121
  <sort_order>25</sort_order>
122
  <show_in_default>1</show_in_default>
@@ -136,15 +135,15 @@
136
  </fields>
137
  </manageorders>
138
  <import_customer translate="label" module="profileolabs_shoppingflux">
139
- <label>Import Customers</label>
140
  <show_in_default>1</show_in_default>
141
  <show_in_website>1</show_in_website>
142
  <show_in_store>1</show_in_store>
143
  <sort_order>2</sort_order>
144
  <fields>
145
  <limit_address_length>
146
- <label>Limiter la longueur des lignes d'adresse</label>
147
- <comment>Laisser vide pour ne pas limiter. Valeur mini : 20</comment>
148
  <frontend_type>text</frontend_type>
149
  <sort_order>5</sort_order>
150
  <show_in_default>1</show_in_default>
@@ -152,7 +151,7 @@
152
  <show_in_store>0</show_in_store>
153
  </limit_address_length>
154
  <prefer_mobile_phone>
155
- <label>Préférer le numéro de mobile au fixe, si disponible</label>
156
  <frontend_type>select</frontend_type>
157
  <sort_order>7</sort_order>
158
  <show_in_default>1</show_in_default>
@@ -161,8 +160,7 @@
161
  <source_model>adminhtml/system_config_source_yesno</source_model>
162
  </prefer_mobile_phone>
163
  <default_group>
164
- <label>Default customer group</label>
165
- <comment>Set specific customer group for imported customer from Shopping Flux</comment>
166
  <frontend_type>select</frontend_type>
167
  <sort_order>10</sort_order>
168
  <show_in_default>1</show_in_default>
@@ -172,7 +170,7 @@
172
  </default_group>
173
  <amazon_group>
174
  <label>Amazon customer group</label>
175
- <comment>Set specific customer group for imported customer from Amazon. Leave empty to use default.</comment>
176
  <frontend_type>select</frontend_type>
177
  <sort_order>30</sort_order>
178
  <show_in_default>1</show_in_default>
@@ -182,7 +180,7 @@
182
  </amazon_group>
183
  <cdiscount_group>
184
  <label>Cdiscount customer group</label>
185
- <comment>Set specific customer group for imported customer from Cdiscount. Leave empty to use default.</comment>
186
  <frontend_type>select</frontend_type>
187
  <sort_order>40</sort_order>
188
  <show_in_default>1</show_in_default>
@@ -192,7 +190,7 @@
192
  </cdiscount_group>
193
  <ebay_group>
194
  <label>Ebay customer group</label>
195
- <comment>Set specific customer group for imported customer from Ebay. Leave empty to use default.</comment>
196
  <frontend_type>select</frontend_type>
197
  <sort_order>50</sort_order>
198
  <show_in_default>1</show_in_default>
@@ -202,7 +200,7 @@
202
  </ebay_group>
203
  <fnac_group>
204
  <label>Fnac customer group</label>
205
- <comment>Set specific customer group for imported customer from Fnac. Leave empty to use default.</comment>
206
  <frontend_type>select</frontend_type>
207
  <sort_order>50</sort_order>
208
  <show_in_default>1</show_in_default>
@@ -212,7 +210,7 @@
212
  </fnac_group>
213
  <pixmania_group>
214
  <label>Pixmania customer group</label>
215
- <comment>Set specific customer group for imported customer from Pixmania. Leave empty to use default.</comment>
216
  <frontend_type>select</frontend_type>
217
  <sort_order>60</sort_order>
218
  <show_in_default>1</show_in_default>
@@ -222,7 +220,7 @@
222
  </pixmania_group>
223
  <priceminister_group>
224
  <label>Priceminister customer group</label>
225
- <comment>Set specific customer group for imported customer from Priceminister. Leave empty to use default.</comment>
226
  <frontend_type>select</frontend_type>
227
  <sort_order>60</sort_order>
228
  <show_in_default>1</show_in_default>
@@ -232,7 +230,7 @@
232
  </priceminister_group>
233
  <rueducommerce_group>
234
  <label>Rueducommerce customer group</label>
235
- <comment>Set specific customer group for imported customer from Rueducommerce. Leave empty to use default.</comment>
236
  <frontend_type>select</frontend_type>
237
  <sort_order>60</sort_order>
238
  <show_in_default>1</show_in_default>
@@ -242,7 +240,7 @@
242
  </rueducommerce_group>
243
  <brandalley_group>
244
  <label>Brandalley customer group</label>
245
- <comment>Set specific customer group for imported customer from Brandalley. Leave empty to use default.</comment>
246
  <frontend_type>select</frontend_type>
247
  <sort_order>60</sort_order>
248
  <show_in_default>1</show_in_default>
@@ -252,7 +250,7 @@
252
  </brandalley_group>
253
  <toutaporter_group>
254
  <label>ToutAPorter customer group</label>
255
- <comment>Set specific customer group for imported customer from ToutAPorter. Leave empty to use default.</comment>
256
  <frontend_type>select</frontend_type>
257
  <sort_order>60</sort_order>
258
  <show_in_default>1</show_in_default>
@@ -262,7 +260,7 @@
262
  </toutaporter_group>
263
  <greenrepublic_group>
264
  <label>GreenRepublic customer group</label>
265
- <comment>Set specific customer group for imported customer from GreenRepublic. Leave empty to use default.</comment>
266
  <frontend_type>select</frontend_type>
267
  <sort_order>60</sort_order>
268
  <show_in_default>1</show_in_default>
@@ -272,7 +270,7 @@
272
  </greenrepublic_group>
273
  <laredoute_group>
274
  <label>Laredoute customer group</label>
275
- <comment>Set specific customer group for imported customer from Laredoute. Leave empty to use default.</comment>
276
  <frontend_type>select</frontend_type>
277
  <sort_order>60</sort_order>
278
  <show_in_default>1</show_in_default>
@@ -282,7 +280,7 @@
282
  </laredoute_group>
283
  <babyssima_group>
284
  <label>Babyssima customer group</label>
285
- <comment>Set specific customer group for imported customer from Babyssima. Leave empty to use default.</comment>
286
  <frontend_type>select</frontend_type>
287
  <sort_order>60</sort_order>
288
  <show_in_default>1</show_in_default>
@@ -292,7 +290,7 @@
292
  </babyssima_group>
293
  <ecitizen_group>
294
  <label>Ecitizen customer group</label>
295
- <comment>Set specific customer group for imported customer from Ecitizen. Leave empty to use default.</comment>
296
  <frontend_type>select</frontend_type>
297
  <sort_order>60</sort_order>
298
  <show_in_default>1</show_in_default>
@@ -302,7 +300,7 @@
302
  </ecitizen_group>
303
  <decofinder_group>
304
  <label>Decofinder customer group</label>
305
- <comment>Set specific customer group for imported customer from Decofinder. Leave empty to use default.</comment>
306
  <frontend_type>select</frontend_type>
307
  <sort_order>60</sort_order>
308
  <show_in_default>1</show_in_default>
@@ -312,7 +310,7 @@
312
  </decofinder_group>
313
  <docteurdiscount_group>
314
  <label>Docteurdiscount customer group</label>
315
- <comment>Set specific customer group for imported customer from Docteurdiscount. Leave empty to use default.</comment>
316
  <frontend_type>select</frontend_type>
317
  <sort_order>60</sort_order>
318
  <show_in_default>1</show_in_default>
@@ -322,7 +320,7 @@
322
  </docteurdiscount_group>
323
  <glamour_group>
324
  <label>Glamour customer group</label>
325
- <comment>Set specific customer group for imported customer from Glamour. Leave empty to use default.</comment>
326
  <frontend_type>select</frontend_type>
327
  <sort_order>60</sort_order>
328
  <show_in_default>1</show_in_default>
@@ -332,7 +330,7 @@
332
  </glamour_group>
333
  <gstk_group>
334
  <label>Gstk customer group</label>
335
- <comment>Set specific customer group for imported customer from Gstk. Leave empty to use default.</comment>
336
  <frontend_type>select</frontend_type>
337
  <sort_order>60</sort_order>
338
  <show_in_default>1</show_in_default>
@@ -342,7 +340,7 @@
342
  </gstk_group>
343
  <mistergooddeal_group>
344
  <label>MisterGoodDeal customer group</label>
345
- <comment>Set specific customer group for imported customer from MisterGoodDeal. Leave empty to use default.</comment>
346
  <frontend_type>select</frontend_type>
347
  <sort_order>70</sort_order>
348
  <show_in_default>1</show_in_default>
@@ -352,7 +350,7 @@
352
  </mistergooddeal_group>
353
  <placedumariage_group>
354
  <label>PlaceDuMariage customer group</label>
355
- <comment>Set specific customer group for imported customer from PlaceDuMariage. Leave empty to use default.</comment>
356
  <frontend_type>select</frontend_type>
357
  <sort_order>70</sort_order>
358
  <show_in_default>1</show_in_default>
@@ -362,7 +360,7 @@
362
  </placedumariage_group>
363
  <tap_group>
364
  <label>Tap customer group</label>
365
- <comment>Set specific customer group for imported customer from Tap. Leave empty to use default.</comment>
366
  <frontend_type>select</frontend_type>
367
  <sort_order>70</sort_order>
368
  <show_in_default>1</show_in_default>
@@ -372,7 +370,7 @@
372
  </tap_group>
373
  <spartoo_group>
374
  <label>Spartoo customer group</label>
375
- <comment>Set specific customer group for imported customer from Spartoo. Leave empty to use default.</comment>
376
  <frontend_type>select</frontend_type>
377
  <sort_order>70</sort_order>
378
  <show_in_default>1</show_in_default>
@@ -382,7 +380,7 @@
382
  </spartoo_group>
383
  <jardinermalin_group>
384
  <label>Jardinermalin customer group</label>
385
- <comment>Set specific customer group for imported customer from Jardinermalin. Leave empty to use default.</comment>
386
  <frontend_type>select</frontend_type>
387
  <sort_order>70</sort_order>
388
  <show_in_default>1</show_in_default>
@@ -392,7 +390,7 @@
392
  </jardinermalin_group>
393
  <monechelle_group>
394
  <label>Monechelle customer group</label>
395
- <comment>Set specific customer group for imported customer from Monechelle. Leave empty to use default.</comment>
396
  <frontend_type>select</frontend_type>
397
  <sort_order>70</sort_order>
398
  <show_in_default>1</show_in_default>
@@ -402,7 +400,7 @@
402
  </monechelle_group>
403
  <localismarket_group>
404
  <label>Localismarket customer group</label>
405
- <comment>Set specific customer group for imported customer from Localismarket. Leave empty to use default.</comment>
406
  <frontend_type>select</frontend_type>
407
  <sort_order>70</sort_order>
408
  <show_in_default>1</show_in_default>
@@ -412,7 +410,7 @@
412
  </localismarket_group>
413
  <galerieslafayette_group>
414
  <label>GaleriesLafayette customer group</label>
415
- <comment>Set specific customer group for imported customer from GaleriesLafayette. Leave empty to use default.</comment>
416
  <frontend_type>select</frontend_type>
417
  <sort_order>70</sort_order>
418
  <show_in_default>1</show_in_default>
@@ -422,7 +420,7 @@
422
  </galerieslafayette_group>
423
  <monchouchou_group>
424
  <label>Monchouchou customer group</label>
425
- <comment>Set specific customer group for imported customer from Monchouchou. Leave empty to use default.</comment>
426
  <frontend_type>select</frontend_type>
427
  <sort_order>70</sort_order>
428
  <show_in_default>1</show_in_default>
@@ -432,7 +430,7 @@
432
  </monchouchou_group>
433
  <elevenmain_group>
434
  <label>Elevenmain customer group</label>
435
- <comment>Set specific customer group for imported customer from Elevenmain. Leave empty to use default.</comment>
436
  <frontend_type>select</frontend_type>
437
  <sort_order>70</sort_order>
438
  <show_in_default>1</show_in_default>
@@ -442,7 +440,7 @@
442
  </elevenmain_group>
443
  <sears_group>
444
  <label>Sears customer group</label>
445
- <comment>Set specific customer group for imported customer from Sears. Leave empty to use default.</comment>
446
  <frontend_type>select</frontend_type>
447
  <sort_order>70</sort_order>
448
  <show_in_default>1</show_in_default>
@@ -452,7 +450,7 @@
452
  </sears_group>
453
  <wizacha_group>
454
  <label>Wizacha customer group</label>
455
- <comment>Set specific customer group for imported customer from Wizacha. Leave empty to use default.</comment>
456
  <frontend_type>select</frontend_type>
457
  <sort_order>70</sort_order>
458
  <show_in_default>1</show_in_default>
@@ -463,7 +461,7 @@
463
  </fields>
464
  </import_customer>
465
  <shipping_method translate="label" module="profileolabs_shoppingflux">
466
- <label>Shipping Methods</label>
467
  <show_in_default>1</show_in_default>
468
  <show_in_website>1</show_in_website>
469
  <show_in_store>1</show_in_store>
@@ -471,7 +469,7 @@
471
  <fields>
472
  <default_method>
473
  <label>Default shipping method</label>
474
- <comment>Set specific shipping method for imported order from Shopping Flux</comment>
475
  <frontend_type>select</frontend_type>
476
  <sort_order>10</sort_order>
477
  <show_in_default>1</show_in_default>
@@ -481,7 +479,7 @@
481
  </default_method>
482
  <amazon_method>
483
  <label>Amazon shipping method</label>
484
- <comment>Set specific shipping method for imported order from Amazon. Leave empty to use default.</comment>
485
  <frontend_type>select</frontend_type>
486
  <sort_order>30</sort_order>
487
  <show_in_default>1</show_in_default>
@@ -491,7 +489,7 @@
491
  </amazon_method>
492
  <cdiscount_method>
493
  <label>Cdiscount shipping method</label>
494
- <comment>Set specific shipping method for imported order from Cdiscount. Leave empty to use default.</comment>
495
  <frontend_type>select</frontend_type>
496
  <sort_order>40</sort_order>
497
  <show_in_default>1</show_in_default>
@@ -501,7 +499,7 @@
501
  </cdiscount_method>
502
  <ebay_method>
503
  <label>Ebay shipping method</label>
504
- <comment>Set specific shipping method for imported order from Ebay. Leave empty to use default.</comment>
505
  <frontend_type>select</frontend_type>
506
  <sort_order>50</sort_order>
507
  <show_in_default>1</show_in_default>
@@ -511,7 +509,7 @@
511
  </ebay_method>
512
  <fnac_method>
513
  <label>Fnac shipping method</label>
514
- <comment>Set specific shipping method for imported order from Fnac. Leave empty to use default.</comment>
515
  <frontend_type>select</frontend_type>
516
  <sort_order>50</sort_order>
517
  <show_in_default>1</show_in_default>
@@ -521,7 +519,7 @@
521
  </fnac_method>
522
  <pixmania_method>
523
  <label>Pixmania shipping method</label>
524
- <comment>Set specific shipping method for imported order from Pixmania. Leave empty to use default.</comment>
525
  <frontend_type>select</frontend_type>
526
  <sort_order>60</sort_order>
527
  <show_in_default>1</show_in_default>
@@ -531,7 +529,7 @@
531
  </pixmania_method>
532
  <priceminister_method>
533
  <label>Priceminister shipping method</label>
534
- <comment>Set specific shipping method for imported order from Priceminister. Leave empty to use default.</comment>
535
  <frontend_type>select</frontend_type>
536
  <sort_order>60</sort_order>
537
  <show_in_default>1</show_in_default>
@@ -541,7 +539,7 @@
541
  </priceminister_method>
542
  <rueducommerce_method>
543
  <label>Rueducommerce shipping method</label>
544
- <comment>Set specific shipping method for imported order from Rueducommerce. Leave empty to use default.</comment>
545
  <frontend_type>select</frontend_type>
546
  <sort_order>60</sort_order>
547
  <show_in_default>1</show_in_default>
@@ -551,7 +549,7 @@
551
  </rueducommerce_method>
552
  <brandalley_method>
553
  <label>Brandalley shipping method</label>
554
- <comment>Set specific shipping method for imported order from Brandalley. Leave empty to use default.</comment>
555
  <frontend_type>select</frontend_type>
556
  <sort_order>60</sort_order>
557
  <show_in_default>1</show_in_default>
@@ -561,7 +559,7 @@
561
  </brandalley_method>
562
  <toutaporter_method>
563
  <label>ToutAPorter shipping method</label>
564
- <comment>Set specific shipping method for imported order from ToutAPorter. Leave empty to use default.</comment>
565
  <frontend_type>select</frontend_type>
566
  <sort_order>60</sort_order>
567
  <show_in_default>1</show_in_default>
@@ -571,7 +569,7 @@
571
  </toutaporter_method>
572
  <greenrepublic_method>
573
  <label>GreenRepublic shipping method</label>
574
- <comment>Set specific shipping method for imported order from GreenRepublic. Leave empty to use default.</comment>
575
  <frontend_type>select</frontend_type>
576
  <sort_order>60</sort_order>
577
  <show_in_default>1</show_in_default>
@@ -581,7 +579,7 @@
581
  </greenrepublic_method>
582
  <laredoute_method>
583
  <label>Laredoute shipping method</label>
584
- <comment>Set specific shipping method for imported order from Laredoute. Leave empty to use default.</comment>
585
  <frontend_type>select</frontend_type>
586
  <sort_order>60</sort_order>
587
  <show_in_default>1</show_in_default>
@@ -591,7 +589,7 @@
591
  </laredoute_method>
592
  <babyssima_method>
593
  <label>Babyssima shipping method</label>
594
- <comment>Set specific shipping method for imported order from Babyssima. Leave empty to use default.</comment>
595
  <frontend_type>select</frontend_type>
596
  <sort_order>60</sort_order>
597
  <show_in_default>1</show_in_default>
@@ -601,7 +599,7 @@
601
  </babyssima_method>
602
  <monechelle_method>
603
  <label>Monechelle shipping method</label>
604
- <comment>Set specific shipping method for imported order from Monechelle. Leave empty to use default.</comment>
605
  <frontend_type>select</frontend_type>
606
  <sort_order>60</sort_order>
607
  <show_in_default>1</show_in_default>
@@ -611,7 +609,7 @@
611
  </monechelle_method>
612
  <ecitizen_method>
613
  <label>Ecitizen shipping method</label>
614
- <comment>Set specific shipping method for imported order from Ecitizen. Leave empty to use default.</comment>
615
  <frontend_type>select</frontend_type>
616
  <sort_order>60</sort_order>
617
  <show_in_default>1</show_in_default>
@@ -621,7 +619,7 @@
621
  </ecitizen_method>
622
  <decofinder_method>
623
  <label>Decofinder shipping method</label>
624
- <comment>Set specific shipping method for imported order from Decofinder. Leave empty to use default.</comment>
625
  <frontend_type>select</frontend_type>
626
  <sort_order>60</sort_order>
627
  <show_in_default>1</show_in_default>
@@ -631,7 +629,7 @@
631
  </decofinder_method>
632
  <docteurdiscount_method>
633
  <label>Docteurdiscount shipping method</label>
634
- <comment>Set specific shipping method for imported order from Docteurdiscount. Leave empty to use default.</comment>
635
  <frontend_type>select</frontend_type>
636
  <sort_order>60</sort_order>
637
  <show_in_default>1</show_in_default>
@@ -641,7 +639,7 @@
641
  </docteurdiscount_method>
642
  <glamour_method>
643
  <label>Glamour shipping method</label>
644
- <comment>Set specific shipping method for imported order from Glamour. Leave empty to use default.</comment>
645
  <frontend_type>select</frontend_type>
646
  <sort_order>60</sort_order>
647
  <show_in_default>1</show_in_default>
@@ -651,7 +649,7 @@
651
  </glamour_method>
652
  <gstk_method>
653
  <label>Gstk shipping method</label>
654
- <comment>Set specific shipping method for imported order from Gstk. Leave empty to use default.</comment>
655
  <frontend_type>select</frontend_type>
656
  <sort_order>60</sort_order>
657
  <show_in_default>1</show_in_default>
@@ -661,7 +659,7 @@
661
  </gstk_method>
662
  <mistergooddeal_method>
663
  <label>Mistergooddeal shipping method</label>
664
- <comment>Set specific shipping method for imported order from Mistergooddeal Leave empty to use default.</comment>
665
  <frontend_type>select</frontend_type>
666
  <sort_order>60</sort_order>
667
  <show_in_default>1</show_in_default>
@@ -671,7 +669,7 @@
671
  </mistergooddeal_method>
672
  <placedumariage_method>
673
  <label>PlaceDuMariage shipping method</label>
674
- <comment>Set specific shipping method for imported order from PlaceDuMariage. Leave empty to use default.</comment>
675
  <frontend_type>select</frontend_type>
676
  <sort_order>60</sort_order>
677
  <show_in_default>1</show_in_default>
@@ -681,7 +679,7 @@
681
  </placedumariage_method>
682
  <tap_method>
683
  <label>Tout à porter shipping method</label>
684
- <comment>Set specific shipping method for imported order from Tout à porter. Leave empty to use default.</comment>
685
  <frontend_type>select</frontend_type>
686
  <sort_order>60</sort_order>
687
  <show_in_default>1</show_in_default>
@@ -691,7 +689,7 @@
691
  </tap_method>
692
  <spartoo_method>
693
  <label>Spartoo shipping method</label>
694
- <comment>Set specific shipping method for imported order from Spartoo. Leave empty to use default.</comment>
695
  <frontend_type>select</frontend_type>
696
  <sort_order>60</sort_order>
697
  <show_in_default>1</show_in_default>
@@ -701,7 +699,7 @@
701
  </spartoo_method>
702
  <jardinermalin_method>
703
  <label>Jardinermalin shipping method</label>
704
- <comment>Set specific shipping method for imported order from Jardinermalin. Leave empty to use default.</comment>
705
  <frontend_type>select</frontend_type>
706
  <sort_order>60</sort_order>
707
  <show_in_default>1</show_in_default>
@@ -711,7 +709,7 @@
711
  </jardinermalin_method>
712
  <localismarket_method>
713
  <label>Localismarket shipping method</label>
714
- <comment>Set specific shipping method for imported order from Localismarket. Leave empty to use default.</comment>
715
  <frontend_type>select</frontend_type>
716
  <sort_order>60</sort_order>
717
  <show_in_default>1</show_in_default>
@@ -721,7 +719,7 @@
721
  </localismarket_method>
722
  <galerieslafayette_method>
723
  <label>GaleriesLafayette shipping method</label>
724
- <comment>Set specific shipping method for imported order from GaleriesLafayette. Leave empty to use default.</comment>
725
  <frontend_type>select</frontend_type>
726
  <sort_order>60</sort_order>
727
  <show_in_default>1</show_in_default>
@@ -731,7 +729,7 @@
731
  </galerieslafayette_method>
732
  <monchouchou_method>
733
  <label>Monchouchou shipping method</label>
734
- <comment>Set specific shipping method for imported order from Monchouchou. Leave empty to use default.</comment>
735
  <frontend_type>select</frontend_type>
736
  <sort_order>60</sort_order>
737
  <show_in_default>1</show_in_default>
@@ -741,7 +739,7 @@
741
  </monchouchou_method>
742
  <elevenmain_method>
743
  <label>Elevenmain shipping method</label>
744
- <comment>Set specific shipping method for imported order from Elevenmain. Leave empty to use default.</comment>
745
  <frontend_type>select</frontend_type>
746
  <sort_order>60</sort_order>
747
  <show_in_default>1</show_in_default>
@@ -751,7 +749,7 @@
751
  </elevenmain_method>
752
  <sears_method>
753
  <label>Sears shipping method</label>
754
- <comment>Set specific shipping method for imported order from Sears. Leave empty to use default.</comment>
755
  <frontend_type>select</frontend_type>
756
  <sort_order>60</sort_order>
757
  <show_in_default>1</show_in_default>
@@ -761,7 +759,7 @@
761
  </sears_method>
762
  <wizacha_method>
763
  <label>Wizacha shipping method</label>
764
- <comment>Set specific shipping method for imported order from Wizacha. Leave empty to use default.</comment>
765
  <frontend_type>select</frontend_type>
766
  <sort_order>60</sort_order>
767
  <show_in_default>1</show_in_default>
@@ -801,7 +799,7 @@
801
  </groups>
802
  </shoppingflux_mo>
803
  <shoppingflux_export translate="label" module="profileolabs_shoppingflux">
804
- <label>Gestion des produits</label>
805
  <tab>shoppingflux</tab>
806
  <frontend_type>text</frontend_type>
807
  <sort_order>90</sort_order>
@@ -810,17 +808,15 @@
810
  <show_in_store>1</show_in_store>
811
  <groups>
812
  <general translate="label">
813
- <label>Generale</label>
814
- <comment>
815
- <![CDATA[<b style="color:red">Url de votre flux xml :</b>&nbsp;&nbsp;<span style="font-size:14px;font-style:italic;">http://{votre domaine}/shoppingflux/export_flux/</span><br /><br /><br />]]>
816
- </comment>
817
  <show_in_default>1</show_in_default>
818
  <show_in_website>1</show_in_website>
819
  <show_in_store>1</show_in_store>
820
  <sort_order>1</sort_order>
821
  <fields>
822
  <active>
823
- <label>Activer le module Shopping-flux</label>
824
  <comment></comment>
825
  <frontend_type>select</frontend_type>
826
  <sort_order>1</sort_order>
@@ -830,10 +826,8 @@
830
  <source_model>adminhtml/system_config_source_yesno</source_model>
831
  </active>
832
  <filter_by_attribute>
833
- <label>Exporter uniquement les produits sélectionnés</label>
834
- <comment>N'oubliez pas de sélectionner des produits à filtrer.
835
- <strong>Shoppingflux > Sélectionnez les produits</strong>
836
- </comment>
837
  <frontend_type>select</frontend_type>
838
  <sort_order>5</sort_order>
839
  <show_in_default>1</show_in_default>
@@ -851,9 +845,8 @@
851
  <comment>Limite le nombre de produit par lots</comment>
852
  </limit_product> -->
853
  <default_shipping_delay>
854
- <label>Délai de livraison</label>
855
- <comment><![CDATA[Délai de livraison en <strong>jours</strong> par défaut si aucun attribut n'est mappé.]]>
856
- </comment>
857
  <frontend_type>text</frontend_type>
858
  <sort_order>20</sort_order>
859
  <show_in_default>1</show_in_default>
@@ -861,8 +854,8 @@
861
  <show_in_store>1</show_in_store>
862
  </default_shipping_delay>
863
  <default_shipping_price>
864
- <label>Frais de port</label>
865
- <comment>Frais de port par défaut si aucune correpondance n'est trouvée.</comment>
866
  <frontend_type>text</frontend_type>
867
  <sort_order>40</sort_order>
868
  <show_in_default>1</show_in_default>
@@ -870,8 +863,8 @@
870
  <show_in_store>1</show_in_store>
871
  </default_shipping_price>
872
  <default_shipping_method>
873
- <label>Méthode de livraison </label>
874
- <comment>Méthode de livraison par défaut pour calculer les frais de livraison</comment>
875
  <frontend_type>select</frontend_type>
876
  <source_model>adminhtml/system_config_source_shipping_allmethods</source_model>
877
  <sort_order>30</sort_order>
@@ -880,8 +873,8 @@
880
  <show_in_store>1</show_in_store>
881
  </default_shipping_method>
882
  <try_use_real_shipping_price>
883
- <label>Essayer de récupérer les prix de livraison réels</label>
884
- <comment>Désactiver cette option en cas de problème de mémoire.</comment>
885
  <frontend_type>select</frontend_type>
886
  <sort_order>40</sort_order>
887
  <show_in_default>1</show_in_default>
@@ -890,8 +883,8 @@
890
  <source_model>adminhtml/system_config_source_yesno</source_model>
891
  </try_use_real_shipping_price>
892
  <shipping_price_based_on>
893
- <label>Pays de livraison</label>
894
- <comment>Pays par défaut pour calculer les frais de livraison</comment>
895
  <frontend_type>select</frontend_type>
896
  <source_model>adminhtml/system_config_source_country</source_model>
897
  <sort_order>50</sort_order>
@@ -900,7 +893,7 @@
900
  <show_in_store>1</show_in_store>
901
  </shipping_price_based_on>
902
  <export_soldout>
903
- <label>Exporter les produits hors stock</label>
904
  <comment></comment>
905
  <frontend_type>select</frontend_type>
906
  <sort_order>60</sort_order>
@@ -910,7 +903,7 @@
910
  <source_model>adminhtml/system_config_source_yesno</source_model>
911
  </export_soldout>
912
  <export_visibility>
913
- <label>Exporter les produits avec la visibilité</label>
914
  <comment></comment>
915
  <frontend_type>multiselect</frontend_type>
916
  <sort_order>70</sort_order>
@@ -920,8 +913,8 @@
920
  <source_model>profileolabs_shoppingflux/export_source_visibility</source_model>
921
  </export_visibility>
922
  <memory_limit>
923
- <label>Limite de mémoire</label>
924
- <comment>Exprimé en MB. A ne modifier que si vous savez ce que vous faites.</comment>
925
  <frontend_type>text</frontend_type>
926
  <sort_order>100</sort_order>
927
  <show_in_default>1</show_in_default>
@@ -929,18 +922,28 @@
929
  <show_in_store>0</show_in_store>
930
  </memory_limit>
931
  <enable_sync>
932
- <label>Activer les mises à jour automatique</label>
933
- <comment>Mise à jour des stocks et des prix en temps réel. Cela peut ralentir les modifications de stock/prix.</comment>
934
  <frontend_type>select</frontend_type>
935
  <sort_order>120</sort_order>
936
  <show_in_default>1</show_in_default>
937
  <show_in_website>0</show_in_website>
938
  <show_in_store>0</show_in_store>
939
  <source_model>adminhtml/system_config_source_yesno</source_model>
940
- </enable_sync>
 
 
 
 
 
 
 
 
 
 
941
  <use_manage_stock>
942
- <label>Prendre compte la gestion des stocks ?</label>
943
- <comment>Si oui, les produits en "Gestion des stocks" : "Non" auront un stock à 100 dans le flux.</comment>
944
  <frontend_type>select</frontend_type>
945
  <sort_order>130</sort_order>
946
  <show_in_default>1</show_in_default>
@@ -950,8 +953,8 @@
950
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
951
  </use_manage_stock>
952
  <all_store_products>
953
- <label>Prendre les produits de tous les Magasins ?</label>
954
- <comment>En cas de doute, laisser à non.</comment>
955
  <frontend_type>select</frontend_type>
956
  <sort_order>135</sort_order>
957
  <show_in_default>1</show_in_default>
@@ -960,8 +963,8 @@
960
  <source_model>adminhtml/system_config_source_yesno</source_model>
961
  </all_store_products>
962
  <all_store_categories>
963
- <label>Prendre les catégories de tous les Magasins ?</label>
964
- <comment>En cas de doute, laisser à non.</comment>
965
  <frontend_type>select</frontend_type>
966
  <sort_order>140</sort_order>
967
  <show_in_default>1</show_in_default>
@@ -971,8 +974,8 @@
971
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
972
  </all_store_categories>
973
  <use_only_shoppingflux_category>
974
- <label>N'utilisez que la catégorie ShoppingFlux</label>
975
- <comment>Gain en performance si oui.</comment>
976
  <frontend_type>select</frontend_type>
977
  <sort_order>150</sort_order>
978
  <show_in_default>1</show_in_default>
@@ -982,7 +985,7 @@
982
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
983
  </use_only_shoppingflux_category>
984
  <max_category_level>
985
- <label>N'utilisez que les X premiers niveaux de catégories</label>
986
  <frontend_type>select</frontend_type>
987
  <sort_order>150</sort_order>
988
  <show_in_default>1</show_in_default>
@@ -992,8 +995,8 @@
992
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
993
  </max_category_level>
994
  <enable_events>
995
- <label>Activer les évenements ShoppingFlux ?</label>
996
- <comment>Utile uniquement en cas de développement spécifique. Désactiver pour gagner en performances.</comment>
997
  <frontend_type>select</frontend_type>
998
  <sort_order>160</sort_order>
999
  <show_in_default>1</show_in_default>
@@ -1002,8 +1005,8 @@
1002
  <source_model>adminhtml/system_config_source_yesno</source_model>
1003
  </enable_events>
1004
  <manage_configurable>
1005
- <label>Gestion des produits configurables en mode avancé ?</label>
1006
- <comment>Si non, seuls les produits configurables seront transmis (sans leur enfants). Permet de gagner en performances si cette option n'est pas utile.</comment>
1007
  <frontend_type>select</frontend_type>
1008
  <sort_order>170</sort_order>
1009
  <show_in_default>1</show_in_default>
@@ -1013,7 +1016,7 @@
1013
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
1014
  </manage_configurable>
1015
  <manage_catalog_rules>
1016
- <label>Gestion des règles de prix catalogue ?</label>
1017
  <frontend_type>select</frontend_type>
1018
  <sort_order>180</sort_order>
1019
  <show_in_default>1</show_in_default>
@@ -1023,8 +1026,8 @@
1023
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
1024
  </manage_catalog_rules>
1025
  <manage_media_gallery>
1026
- <label>Gestion des galeries de photos produit ?</label>
1027
- <comment>Ne concerne pas l'image principale du produit. Mettre à non pour gain de performances.</comment>
1028
  <frontend_type>select</frontend_type>
1029
  <sort_order>190</sort_order>
1030
  <show_in_default>1</show_in_default>
@@ -1036,14 +1039,14 @@
1036
  </fields>
1037
  </general>
1038
  <attributes_unknow translate="label">
1039
- <label>Mapping d'attributs Inconnus</label>
1040
  <show_in_default>1</show_in_default>
1041
  <show_in_website>1</show_in_website>
1042
  <show_in_store>1</show_in_store>
1043
  <sort_order>20</sort_order>
1044
  <fields>
1045
  <ean>
1046
- <label>Ean</label>
1047
  <comment></comment>
1048
  <frontend_type>select</frontend_type>
1049
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1065,7 +1068,7 @@
1065
  <show_in_store>1</show_in_store>
1066
  </isbn>
1067
  <ref_manufacturer>
1068
- <label>Référence constructeur</label>
1069
  <comment></comment>
1070
  <frontend_type>select</frontend_type>
1071
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1076,7 +1079,7 @@
1076
  <show_in_store>1</show_in_store>
1077
  </ref_manufacturer>
1078
  <ref_wholesaler>
1079
- <label>Référence fournisseur</label>
1080
  <comment></comment>
1081
  <frontend_type>select</frontend_type>
1082
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1087,7 +1090,7 @@
1087
  <show_in_store>1</show_in_store>
1088
  </ref_wholesaler>
1089
  <shipping_delay>
1090
- <label>Délai de livraison</label>
1091
  <comment></comment>
1092
  <frontend_type>select</frontend_type>
1093
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1098,7 +1101,7 @@
1098
  <show_in_store>1</show_in_store>
1099
  </shipping_delay>
1100
  <shipping_send_delay>
1101
- <label>Délai de d'expédition</label>
1102
  <comment></comment>
1103
  <frontend_type>select</frontend_type>
1104
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1109,7 +1112,7 @@
1109
  <show_in_store>1</show_in_store>
1110
  </shipping_send_delay>
1111
  <brand>
1112
- <label>Marque</label>
1113
  <comment></comment>
1114
  <frontend_type>select</frontend_type>
1115
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1120,7 +1123,7 @@
1120
  <show_in_store>1</show_in_store>
1121
  </brand>
1122
  <brand_page_url>
1123
- <label>URL de la page Marque</label>
1124
  <comment></comment>
1125
  <frontend_type>select</frontend_type>
1126
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1131,8 +1134,7 @@
1131
  <show_in_store>1</show_in_store>
1132
  </brand_page_url>
1133
  <ecotaxe>
1134
- <label>Ecotaxe</label>
1135
- <comment>Si vos produits ont une écotaxe</comment>
1136
  <frontend_type>select</frontend_type>
1137
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1138
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
@@ -1142,7 +1144,7 @@
1142
  <show_in_store>1</show_in_store>
1143
  </ecotaxe>
1144
  <short_name>
1145
- <label>Nom court du produit</label>
1146
  <comment></comment>
1147
  <frontend_type>select</frontend_type>
1148
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1153,7 +1155,7 @@
1153
  <show_in_store>1</show_in_store>
1154
  </short_name>
1155
  <characteristics>
1156
- <label>Caractéristiques</label>
1157
  <comment></comment>
1158
  <frontend_type>select</frontend_type>
1159
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1164,7 +1166,7 @@
1164
  <show_in_store>1</show_in_store>
1165
  </characteristics>
1166
  <warranty>
1167
- <label>Garantie</label>
1168
  <comment></comment>
1169
  <frontend_type>select</frontend_type>
1170
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1175,7 +1177,7 @@
1175
  <show_in_store>1</show_in_store>
1176
  </warranty>
1177
  <kind>
1178
- <label>Genre</label>
1179
  <comment></comment>
1180
  <frontend_type>select</frontend_type>
1181
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1186,7 +1188,7 @@
1186
  <show_in_store>1</show_in_store>
1187
  </kind>
1188
  <matter>
1189
- <label>Matière</label>
1190
  <comment></comment>
1191
  <frontend_type>select</frontend_type>
1192
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1197,7 +1199,7 @@
1197
  <show_in_store>1</show_in_store>
1198
  </matter>
1199
  <size>
1200
- <label>Taille</label>
1201
  <comment></comment>
1202
  <frontend_type>select</frontend_type>
1203
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1208,7 +1210,7 @@
1208
  <show_in_store>1</show_in_store>
1209
  </size>
1210
  <shoe_size>
1211
- <label>Pointure</label>
1212
  <comment></comment>
1213
  <frontend_type>select</frontend_type>
1214
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1232,14 +1234,14 @@
1232
  </fields>
1233
  </attributes_unknow>
1234
  <attributes_know translate="label">
1235
- <label>Mapping d'attributs Connus</label>
1236
  <show_in_default>1</show_in_default>
1237
  <show_in_website>1</show_in_website>
1238
  <show_in_store>1</show_in_store>
1239
  <sort_order>30</sort_order>
1240
  <fields>
1241
  <name>
1242
- <label>Nom du produit</label>
1243
  <comment></comment>
1244
  <frontend_type>select</frontend_type>
1245
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1250,7 +1252,7 @@
1250
  <show_in_store>1</show_in_store>
1251
  </name>
1252
  <description>
1253
- <label>Description du produit</label>
1254
  <comment></comment>
1255
  <frontend_type>select</frontend_type>
1256
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1261,7 +1263,7 @@
1261
  <show_in_store>1</show_in_store>
1262
  </description>
1263
  <short_description>
1264
- <label>Description courte du produit</label>
1265
  <comment></comment>
1266
  <frontend_type>select</frontend_type>
1267
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1272,7 +1274,7 @@
1272
  <show_in_store>1</show_in_store>
1273
  </short_description>
1274
  <meta_keyword>
1275
- <label>Mot clés</label>
1276
  <comment></comment>
1277
  <frontend_type>select</frontend_type>
1278
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1283,7 +1285,7 @@
1283
  <show_in_store>1</show_in_store>
1284
  </meta_keyword>
1285
  <weight>
1286
- <label>Poids</label>
1287
  <comment></comment>
1288
  <frontend_type>select</frontend_type>
1289
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1294,7 +1296,7 @@
1294
  <show_in_store>1</show_in_store>
1295
  </weight>
1296
  <color>
1297
- <label>Couleur</label>
1298
  <comment></comment>
1299
  <frontend_type>select</frontend_type>
1300
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
@@ -1307,7 +1309,7 @@
1307
  </fields>
1308
  </attributes_know>
1309
  <specific_prices>
1310
- <label>Prix spécifiques</label>
1311
  <show_in_default>1</show_in_default>
1312
  <show_in_website>1</show_in_website>
1313
  <show_in_store>1</show_in_store>
@@ -1315,7 +1317,7 @@
1315
  <fields>
1316
 
1317
  <price>
1318
- <label>Prix TTC</label>
1319
  <comment></comment>
1320
  <frontend_type>select</frontend_type>
1321
  <source_model>profileolabs_shoppingflux/export_source_attributesprice</source_model>
@@ -1326,7 +1328,7 @@
1326
  <show_in_store>1</show_in_store>
1327
  </price>
1328
  <special_price>
1329
- <label>Prix Spécial</label>
1330
  <comment></comment>
1331
  <frontend_type>select</frontend_type>
1332
  <source_model>profileolabs_shoppingflux/export_source_attributesprice</source_model>
@@ -1339,14 +1341,14 @@
1339
  </fields>
1340
  </specific_prices>
1341
  <attributes_additionnal>
1342
- <label>Attributs supplémentaires</label>
1343
  <show_in_default>1</show_in_default>
1344
  <show_in_website>1</show_in_website>
1345
  <show_in_store>1</show_in_store>
1346
  <sort_order>40</sort_order>
1347
  <fields>
1348
  <list>
1349
- <label>Autres attributs à transmettre</label>
1350
  <frontend_type>multiselect</frontend_type>
1351
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1352
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
8
  </tabs>
9
  <sections>
10
  <shoppingflux translate="label" module="profileolabs_shoppingflux">
11
+ <label>General</label>
12
  <tab>shoppingflux</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>10</sort_order>
24
  <sort_order>1</sort_order>
25
  <fields>
26
  <login>
27
+ <label>ShoppingFlux identifier</label>
28
+ <comment>Your ShoppingFlux's interface login</comment>
29
  <frontend_type>text</frontend_type>
30
  <sort_order>10</sort_order>
31
  <show_in_default>1</show_in_default>
33
  <show_in_store>1</show_in_store>
34
  </login>
35
  <api_key>
36
+ <label>API key</label>
37
  <frontend_type>text</frontend_type>
38
  <sort_order>20</sort_order>
39
  <show_in_default>1</show_in_default>
41
  <show_in_store>1</show_in_store>
42
  </api_key>
43
  <id_tracking>
44
+ <label>Tracking ID</label>
45
+ <comment>Your ShoppingFlux Tracking ID</comment>
46
  <frontend_type>text</frontend_type>
47
  <sort_order>30</sort_order>
48
  <show_in_default>1</show_in_default>
50
  <show_in_store>1</show_in_store>
51
  </id_tracking>
52
  <enable_buyline>
53
+ <label>Enable buyline ?</label>
54
  <frontend_type>select</frontend_type>
55
  <source_model>adminhtml/system_config_source_yesno</source_model>
56
  <sort_order>30</sort_order>
59
  <show_in_store>1</show_in_store>
60
  </enable_buyline>
61
  <alert_email>
62
+ <label>Email address for alerts</label>
63
+ <comment>In case of issue while transfering data, an email will be sent to this address.</comment>
64
  <frontend_type>text</frontend_type>
65
  <sort_order>100</sort_order>
66
  <show_in_default>1</show_in_default>
88
  <sort_order>1</sort_order>
89
  <fields>
90
  <enabled>
91
+ <label>Enable order management</label>
 
92
  <frontend_type>select</frontend_type>
93
  <sort_order>10</sort_order>
94
  <show_in_default>1</show_in_default>
114
  <show_in_store>0</show_in_store>
115
  </new_order_status>
116
  <create_invoice>
117
+ <label>Create invoice ?</label>
118
+ <comment>If yes, an invoice will be created on ShoppingFlux's order creation</comment>
119
  <frontend_type>select</frontend_type>
120
  <sort_order>25</sort_order>
121
  <show_in_default>1</show_in_default>
135
  </fields>
136
  </manageorders>
137
  <import_customer translate="label" module="profileolabs_shoppingflux">
138
+ <label>Customer Import</label>
139
  <show_in_default>1</show_in_default>
140
  <show_in_website>1</show_in_website>
141
  <show_in_store>1</show_in_store>
142
  <sort_order>2</sort_order>
143
  <fields>
144
  <limit_address_length>
145
+ <label>Limit addresses length</label>
146
+ <comment>Leave empty to not limit length. Minimum value if filled : 20</comment>
147
  <frontend_type>text</frontend_type>
148
  <sort_order>5</sort_order>
149
  <show_in_default>1</show_in_default>
151
  <show_in_store>0</show_in_store>
152
  </limit_address_length>
153
  <prefer_mobile_phone>
154
+ <label>Import mobile phone instead of desk phone, if available</label>
155
  <frontend_type>select</frontend_type>
156
  <sort_order>7</sort_order>
157
  <show_in_default>1</show_in_default>
160
  <source_model>adminhtml/system_config_source_yesno</source_model>
161
  </prefer_mobile_phone>
162
  <default_group>
163
+ <label>Default customer group</label>
 
164
  <frontend_type>select</frontend_type>
165
  <sort_order>10</sort_order>
166
  <show_in_default>1</show_in_default>
170
  </default_group>
171
  <amazon_group>
172
  <label>Amazon customer group</label>
173
+ <comment>Leave empty to use default group</comment>
174
  <frontend_type>select</frontend_type>
175
  <sort_order>30</sort_order>
176
  <show_in_default>1</show_in_default>
180
  </amazon_group>
181
  <cdiscount_group>
182
  <label>Cdiscount customer group</label>
183
+ <comment>Leave empty to use default group</comment>
184
  <frontend_type>select</frontend_type>
185
  <sort_order>40</sort_order>
186
  <show_in_default>1</show_in_default>
190
  </cdiscount_group>
191
  <ebay_group>
192
  <label>Ebay customer group</label>
193
+ <comment>Leave empty to use default group</comment>
194
  <frontend_type>select</frontend_type>
195
  <sort_order>50</sort_order>
196
  <show_in_default>1</show_in_default>
200
  </ebay_group>
201
  <fnac_group>
202
  <label>Fnac customer group</label>
203
+ <comment>Leave empty to use default group</comment>
204
  <frontend_type>select</frontend_type>
205
  <sort_order>50</sort_order>
206
  <show_in_default>1</show_in_default>
210
  </fnac_group>
211
  <pixmania_group>
212
  <label>Pixmania customer group</label>
213
+ <comment>Leave empty to use default group</comment>
214
  <frontend_type>select</frontend_type>
215
  <sort_order>60</sort_order>
216
  <show_in_default>1</show_in_default>
220
  </pixmania_group>
221
  <priceminister_group>
222
  <label>Priceminister customer group</label>
223
+ <comment>Leave empty to use default group</comment>
224
  <frontend_type>select</frontend_type>
225
  <sort_order>60</sort_order>
226
  <show_in_default>1</show_in_default>
230
  </priceminister_group>
231
  <rueducommerce_group>
232
  <label>Rueducommerce customer group</label>
233
+ <comment>Leave empty to use default group</comment>
234
  <frontend_type>select</frontend_type>
235
  <sort_order>60</sort_order>
236
  <show_in_default>1</show_in_default>
240
  </rueducommerce_group>
241
  <brandalley_group>
242
  <label>Brandalley customer group</label>
243
+ <comment>Leave empty to use default group</comment>
244
  <frontend_type>select</frontend_type>
245
  <sort_order>60</sort_order>
246
  <show_in_default>1</show_in_default>
250
  </brandalley_group>
251
  <toutaporter_group>
252
  <label>ToutAPorter customer group</label>
253
+ <comment>Leave empty to use default group</comment>
254
  <frontend_type>select</frontend_type>
255
  <sort_order>60</sort_order>
256
  <show_in_default>1</show_in_default>
260
  </toutaporter_group>
261
  <greenrepublic_group>
262
  <label>GreenRepublic customer group</label>
263
+ <comment>Leave empty to use default group</comment>
264
  <frontend_type>select</frontend_type>
265
  <sort_order>60</sort_order>
266
  <show_in_default>1</show_in_default>
270
  </greenrepublic_group>
271
  <laredoute_group>
272
  <label>Laredoute customer group</label>
273
+ <comment>Leave empty to use default group</comment>
274
  <frontend_type>select</frontend_type>
275
  <sort_order>60</sort_order>
276
  <show_in_default>1</show_in_default>
280
  </laredoute_group>
281
  <babyssima_group>
282
  <label>Babyssima customer group</label>
283
+ <comment>Leave empty to use default group</comment>
284
  <frontend_type>select</frontend_type>
285
  <sort_order>60</sort_order>
286
  <show_in_default>1</show_in_default>
290
  </babyssima_group>
291
  <ecitizen_group>
292
  <label>Ecitizen customer group</label>
293
+ <comment>Leave empty to use default group</comment>
294
  <frontend_type>select</frontend_type>
295
  <sort_order>60</sort_order>
296
  <show_in_default>1</show_in_default>
300
  </ecitizen_group>
301
  <decofinder_group>
302
  <label>Decofinder customer group</label>
303
+ <comment>Leave empty to use default group</comment>
304
  <frontend_type>select</frontend_type>
305
  <sort_order>60</sort_order>
306
  <show_in_default>1</show_in_default>
310
  </decofinder_group>
311
  <docteurdiscount_group>
312
  <label>Docteurdiscount customer group</label>
313
+ <comment>Leave empty to use default group</comment>
314
  <frontend_type>select</frontend_type>
315
  <sort_order>60</sort_order>
316
  <show_in_default>1</show_in_default>
320
  </docteurdiscount_group>
321
  <glamour_group>
322
  <label>Glamour customer group</label>
323
+ <comment>Leave empty to use default group</comment>
324
  <frontend_type>select</frontend_type>
325
  <sort_order>60</sort_order>
326
  <show_in_default>1</show_in_default>
330
  </glamour_group>
331
  <gstk_group>
332
  <label>Gstk customer group</label>
333
+ <comment>Leave empty to use default group</comment>
334
  <frontend_type>select</frontend_type>
335
  <sort_order>60</sort_order>
336
  <show_in_default>1</show_in_default>
340
  </gstk_group>
341
  <mistergooddeal_group>
342
  <label>MisterGoodDeal customer group</label>
343
+ <comment>Leave empty to use default group</comment>
344
  <frontend_type>select</frontend_type>
345
  <sort_order>70</sort_order>
346
  <show_in_default>1</show_in_default>
350
  </mistergooddeal_group>
351
  <placedumariage_group>
352
  <label>PlaceDuMariage customer group</label>
353
+ <comment>Leave empty to use default group</comment>
354
  <frontend_type>select</frontend_type>
355
  <sort_order>70</sort_order>
356
  <show_in_default>1</show_in_default>
360
  </placedumariage_group>
361
  <tap_group>
362
  <label>Tap customer group</label>
363
+ <comment>Leave empty to use default group</comment>
364
  <frontend_type>select</frontend_type>
365
  <sort_order>70</sort_order>
366
  <show_in_default>1</show_in_default>
370
  </tap_group>
371
  <spartoo_group>
372
  <label>Spartoo customer group</label>
373
+ <comment>Leave empty to use default group</comment>
374
  <frontend_type>select</frontend_type>
375
  <sort_order>70</sort_order>
376
  <show_in_default>1</show_in_default>
380
  </spartoo_group>
381
  <jardinermalin_group>
382
  <label>Jardinermalin customer group</label>
383
+ <comment>Leave empty to use default group</comment>
384
  <frontend_type>select</frontend_type>
385
  <sort_order>70</sort_order>
386
  <show_in_default>1</show_in_default>
390
  </jardinermalin_group>
391
  <monechelle_group>
392
  <label>Monechelle customer group</label>
393
+ <comment>Leave empty to use default group</comment>
394
  <frontend_type>select</frontend_type>
395
  <sort_order>70</sort_order>
396
  <show_in_default>1</show_in_default>
400
  </monechelle_group>
401
  <localismarket_group>
402
  <label>Localismarket customer group</label>
403
+ <comment>Leave empty to use default group</comment>
404
  <frontend_type>select</frontend_type>
405
  <sort_order>70</sort_order>
406
  <show_in_default>1</show_in_default>
410
  </localismarket_group>
411
  <galerieslafayette_group>
412
  <label>GaleriesLafayette customer group</label>
413
+ <comment>Leave empty to use default group</comment>
414
  <frontend_type>select</frontend_type>
415
  <sort_order>70</sort_order>
416
  <show_in_default>1</show_in_default>
420
  </galerieslafayette_group>
421
  <monchouchou_group>
422
  <label>Monchouchou customer group</label>
423
+ <comment>Leave empty to use default group</comment>
424
  <frontend_type>select</frontend_type>
425
  <sort_order>70</sort_order>
426
  <show_in_default>1</show_in_default>
430
  </monchouchou_group>
431
  <elevenmain_group>
432
  <label>Elevenmain customer group</label>
433
+ <comment>Leave empty to use default group</comment>
434
  <frontend_type>select</frontend_type>
435
  <sort_order>70</sort_order>
436
  <show_in_default>1</show_in_default>
440
  </elevenmain_group>
441
  <sears_group>
442
  <label>Sears customer group</label>
443
+ <comment>Leave empty to use default group</comment>
444
  <frontend_type>select</frontend_type>
445
  <sort_order>70</sort_order>
446
  <show_in_default>1</show_in_default>
450
  </sears_group>
451
  <wizacha_group>
452
  <label>Wizacha customer group</label>
453
+ <comment>Leave empty to use default group</comment>
454
  <frontend_type>select</frontend_type>
455
  <sort_order>70</sort_order>
456
  <show_in_default>1</show_in_default>
461
  </fields>
462
  </import_customer>
463
  <shipping_method translate="label" module="profileolabs_shoppingflux">
464
+ <label>Shipping Method</label>
465
  <show_in_default>1</show_in_default>
466
  <show_in_website>1</show_in_website>
467
  <show_in_store>1</show_in_store>
469
  <fields>
470
  <default_method>
471
  <label>Default shipping method</label>
472
+ <comment>Specific shipping method to use for imported ShoppingFlux's order</comment>
473
  <frontend_type>select</frontend_type>
474
  <sort_order>10</sort_order>
475
  <show_in_default>1</show_in_default>
479
  </default_method>
480
  <amazon_method>
481
  <label>Amazon shipping method</label>
482
+ <comment>Leave empty to use default shipping method.</comment>
483
  <frontend_type>select</frontend_type>
484
  <sort_order>30</sort_order>
485
  <show_in_default>1</show_in_default>
489
  </amazon_method>
490
  <cdiscount_method>
491
  <label>Cdiscount shipping method</label>
492
+ <comment>Leave empty to use default shipping method.</comment>
493
  <frontend_type>select</frontend_type>
494
  <sort_order>40</sort_order>
495
  <show_in_default>1</show_in_default>
499
  </cdiscount_method>
500
  <ebay_method>
501
  <label>Ebay shipping method</label>
502
+ <comment>Leave empty to use default shipping method.</comment>
503
  <frontend_type>select</frontend_type>
504
  <sort_order>50</sort_order>
505
  <show_in_default>1</show_in_default>
509
  </ebay_method>
510
  <fnac_method>
511
  <label>Fnac shipping method</label>
512
+ <comment>Leave empty to use default shipping method.</comment>
513
  <frontend_type>select</frontend_type>
514
  <sort_order>50</sort_order>
515
  <show_in_default>1</show_in_default>
519
  </fnac_method>
520
  <pixmania_method>
521
  <label>Pixmania shipping method</label>
522
+ <comment>Leave empty to use default shipping method.</comment>
523
  <frontend_type>select</frontend_type>
524
  <sort_order>60</sort_order>
525
  <show_in_default>1</show_in_default>
529
  </pixmania_method>
530
  <priceminister_method>
531
  <label>Priceminister shipping method</label>
532
+ <comment>Leave empty to use default shipping method.</comment>
533
  <frontend_type>select</frontend_type>
534
  <sort_order>60</sort_order>
535
  <show_in_default>1</show_in_default>
539
  </priceminister_method>
540
  <rueducommerce_method>
541
  <label>Rueducommerce shipping method</label>
542
+ <comment>Leave empty to use default shipping method.</comment>
543
  <frontend_type>select</frontend_type>
544
  <sort_order>60</sort_order>
545
  <show_in_default>1</show_in_default>
549
  </rueducommerce_method>
550
  <brandalley_method>
551
  <label>Brandalley shipping method</label>
552
+ <comment>Leave empty to use default shipping method.</comment>
553
  <frontend_type>select</frontend_type>
554
  <sort_order>60</sort_order>
555
  <show_in_default>1</show_in_default>
559
  </brandalley_method>
560
  <toutaporter_method>
561
  <label>ToutAPorter shipping method</label>
562
+ <comment>Leave empty to use default shipping method.</comment>
563
  <frontend_type>select</frontend_type>
564
  <sort_order>60</sort_order>
565
  <show_in_default>1</show_in_default>
569
  </toutaporter_method>
570
  <greenrepublic_method>
571
  <label>GreenRepublic shipping method</label>
572
+ <comment>Leave empty to use default shipping method.</comment>
573
  <frontend_type>select</frontend_type>
574
  <sort_order>60</sort_order>
575
  <show_in_default>1</show_in_default>
579
  </greenrepublic_method>
580
  <laredoute_method>
581
  <label>Laredoute shipping method</label>
582
+ <comment>Leave empty to use default shipping method.</comment>
583
  <frontend_type>select</frontend_type>
584
  <sort_order>60</sort_order>
585
  <show_in_default>1</show_in_default>
589
  </laredoute_method>
590
  <babyssima_method>
591
  <label>Babyssima shipping method</label>
592
+ <comment>Leave empty to use default shipping method.</comment>
593
  <frontend_type>select</frontend_type>
594
  <sort_order>60</sort_order>
595
  <show_in_default>1</show_in_default>
599
  </babyssima_method>
600
  <monechelle_method>
601
  <label>Monechelle shipping method</label>
602
+ <comment>Leave empty to use default shipping method.</comment>
603
  <frontend_type>select</frontend_type>
604
  <sort_order>60</sort_order>
605
  <show_in_default>1</show_in_default>
609
  </monechelle_method>
610
  <ecitizen_method>
611
  <label>Ecitizen shipping method</label>
612
+ <comment>Leave empty to use default shipping method.</comment>
613
  <frontend_type>select</frontend_type>
614
  <sort_order>60</sort_order>
615
  <show_in_default>1</show_in_default>
619
  </ecitizen_method>
620
  <decofinder_method>
621
  <label>Decofinder shipping method</label>
622
+ <comment>Leave empty to use default shipping method.</comment>
623
  <frontend_type>select</frontend_type>
624
  <sort_order>60</sort_order>
625
  <show_in_default>1</show_in_default>
629
  </decofinder_method>
630
  <docteurdiscount_method>
631
  <label>Docteurdiscount shipping method</label>
632
+ <comment>Leave empty to use default shipping method.</comment>
633
  <frontend_type>select</frontend_type>
634
  <sort_order>60</sort_order>
635
  <show_in_default>1</show_in_default>
639
  </docteurdiscount_method>
640
  <glamour_method>
641
  <label>Glamour shipping method</label>
642
+ <comment>Leave empty to use default shipping method.</comment>
643
  <frontend_type>select</frontend_type>
644
  <sort_order>60</sort_order>
645
  <show_in_default>1</show_in_default>
649
  </glamour_method>
650
  <gstk_method>
651
  <label>Gstk shipping method</label>
652
+ <comment>Leave empty to use default shipping method.</comment>
653
  <frontend_type>select</frontend_type>
654
  <sort_order>60</sort_order>
655
  <show_in_default>1</show_in_default>
659
  </gstk_method>
660
  <mistergooddeal_method>
661
  <label>Mistergooddeal shipping method</label>
662
+ <comment>Leave empty to use default shipping method.</comment>
663
  <frontend_type>select</frontend_type>
664
  <sort_order>60</sort_order>
665
  <show_in_default>1</show_in_default>
669
  </mistergooddeal_method>
670
  <placedumariage_method>
671
  <label>PlaceDuMariage shipping method</label>
672
+ <comment>Leave empty to use default shipping method.</comment>
673
  <frontend_type>select</frontend_type>
674
  <sort_order>60</sort_order>
675
  <show_in_default>1</show_in_default>
679
  </placedumariage_method>
680
  <tap_method>
681
  <label>Tout à porter shipping method</label>
682
+ <comment>Leave empty to use default shipping method.</comment>
683
  <frontend_type>select</frontend_type>
684
  <sort_order>60</sort_order>
685
  <show_in_default>1</show_in_default>
689
  </tap_method>
690
  <spartoo_method>
691
  <label>Spartoo shipping method</label>
692
+ <comment>Leave empty to use default shipping method.</comment>
693
  <frontend_type>select</frontend_type>
694
  <sort_order>60</sort_order>
695
  <show_in_default>1</show_in_default>
699
  </spartoo_method>
700
  <jardinermalin_method>
701
  <label>Jardinermalin shipping method</label>
702
+ <comment>Leave empty to use default shipping method.</comment>
703
  <frontend_type>select</frontend_type>
704
  <sort_order>60</sort_order>
705
  <show_in_default>1</show_in_default>
709
  </jardinermalin_method>
710
  <localismarket_method>
711
  <label>Localismarket shipping method</label>
712
+ <comment>Leave empty to use default shipping method.</comment>
713
  <frontend_type>select</frontend_type>
714
  <sort_order>60</sort_order>
715
  <show_in_default>1</show_in_default>
719
  </localismarket_method>
720
  <galerieslafayette_method>
721
  <label>GaleriesLafayette shipping method</label>
722
+ <comment>Leave empty to use default shipping method.</comment>
723
  <frontend_type>select</frontend_type>
724
  <sort_order>60</sort_order>
725
  <show_in_default>1</show_in_default>
729
  </galerieslafayette_method>
730
  <monchouchou_method>
731
  <label>Monchouchou shipping method</label>
732
+ <comment>Leave empty to use default shipping method.</comment>
733
  <frontend_type>select</frontend_type>
734
  <sort_order>60</sort_order>
735
  <show_in_default>1</show_in_default>
739
  </monchouchou_method>
740
  <elevenmain_method>
741
  <label>Elevenmain shipping method</label>
742
+ <comment>Leave empty to use default shipping method.</comment>
743
  <frontend_type>select</frontend_type>
744
  <sort_order>60</sort_order>
745
  <show_in_default>1</show_in_default>
749
  </elevenmain_method>
750
  <sears_method>
751
  <label>Sears shipping method</label>
752
+ <comment>Leave empty to use default shipping method.</comment>
753
  <frontend_type>select</frontend_type>
754
  <sort_order>60</sort_order>
755
  <show_in_default>1</show_in_default>
759
  </sears_method>
760
  <wizacha_method>
761
  <label>Wizacha shipping method</label>
762
+ <comment>Leave empty to use default shipping method.</comment>
763
  <frontend_type>select</frontend_type>
764
  <sort_order>60</sort_order>
765
  <show_in_default>1</show_in_default>
799
  </groups>
800
  </shoppingflux_mo>
801
  <shoppingflux_export translate="label" module="profileolabs_shoppingflux">
802
+ <label>Manage Products</label>
803
  <tab>shoppingflux</tab>
804
  <frontend_type>text</frontend_type>
805
  <sort_order>90</sort_order>
808
  <show_in_store>1</show_in_store>
809
  <groups>
810
  <general translate="label">
811
+ <label>General</label>
812
+ <comment><![CDATA[<b style='color:red'>Feed URL :</b>&nbsp;&nbsp;<span style='font-size:14px;font-style:italic;'>http://domain.tld/shoppingflux/export_flux/</span><br /><br /><br />]]></comment>
 
 
813
  <show_in_default>1</show_in_default>
814
  <show_in_website>1</show_in_website>
815
  <show_in_store>1</show_in_store>
816
  <sort_order>1</sort_order>
817
  <fields>
818
  <active>
819
+ <label>Enable product export ?</label>
820
  <comment></comment>
821
  <frontend_type>select</frontend_type>
822
  <sort_order>1</sort_order>
826
  <source_model>adminhtml/system_config_source_yesno</source_model>
827
  </active>
828
  <filter_by_attribute>
829
+ <label>Export selected products only ?</label>
830
+ <comment><![CDATA[If yes, you'll have to select products in <strong>Shoppingflux > Product Selection</strong>]]></comment>
 
 
831
  <frontend_type>select</frontend_type>
832
  <sort_order>5</sort_order>
833
  <show_in_default>1</show_in_default>
845
  <comment>Limite le nombre de produit par lots</comment>
846
  </limit_product> -->
847
  <default_shipping_delay>
848
+ <label>Shipping delay</label>
849
+ <comment><![CDATA[Shipping delay, in <strong>days</strong>. This will be used if no shipping delay attribute is mapped.]]></comment>
 
850
  <frontend_type>text</frontend_type>
851
  <sort_order>20</sort_order>
852
  <show_in_default>1</show_in_default>
854
  <show_in_store>1</show_in_store>
855
  </default_shipping_delay>
856
  <default_shipping_price>
857
+ <label>Shipping fees</label>
858
+ <comment>Default shipping fees amount</comment>
859
  <frontend_type>text</frontend_type>
860
  <sort_order>40</sort_order>
861
  <show_in_default>1</show_in_default>
863
  <show_in_store>1</show_in_store>
864
  </default_shipping_price>
865
  <default_shipping_method>
866
+ <label>Shipping Method</label>
867
+ <comment>Default shipping method to calculate shipping fees</comment>
868
  <frontend_type>select</frontend_type>
869
  <source_model>adminhtml/system_config_source_shipping_allmethods</source_model>
870
  <sort_order>30</sort_order>
873
  <show_in_store>1</show_in_store>
874
  </default_shipping_method>
875
  <try_use_real_shipping_price>
876
+ <label>Try to get real shipping fees for each product ?</label>
877
+ <comment>Disable this option if you have memory issues.</comment>
878
  <frontend_type>select</frontend_type>
879
  <sort_order>40</sort_order>
880
  <show_in_default>1</show_in_default>
883
  <source_model>adminhtml/system_config_source_yesno</source_model>
884
  </try_use_real_shipping_price>
885
  <shipping_price_based_on>
886
+ <label>Shipping Country</label>
887
+ <comment>Default country used to calculate shipping fees</comment>
888
  <frontend_type>select</frontend_type>
889
  <source_model>adminhtml/system_config_source_country</source_model>
890
  <sort_order>50</sort_order>
893
  <show_in_store>1</show_in_store>
894
  </shipping_price_based_on>
895
  <export_soldout>
896
+ <label>Export out of stock products</label>
897
  <comment></comment>
898
  <frontend_type>select</frontend_type>
899
  <sort_order>60</sort_order>
903
  <source_model>adminhtml/system_config_source_yesno</source_model>
904
  </export_soldout>
905
  <export_visibility>
906
+ <label>Export product with visibility :</label>
907
  <comment></comment>
908
  <frontend_type>multiselect</frontend_type>
909
  <sort_order>70</sort_order>
913
  <source_model>profileolabs_shoppingflux/export_source_visibility</source_model>
914
  </export_visibility>
915
  <memory_limit>
916
+ <label>Memory limit</label>
917
+ <comment>in MB. Do not modify if you don't know what you are doing.</comment>
918
  <frontend_type>text</frontend_type>
919
  <sort_order>100</sort_order>
920
  <show_in_default>1</show_in_default>
922
  <show_in_store>0</show_in_store>
923
  </memory_limit>
924
  <enable_sync>
925
+ <label>Enable automatic updates ?</label>
926
+ <comment>Update stocks and prices in real time. This could slow down price and stock modifications.</comment>
927
  <frontend_type>select</frontend_type>
928
  <sort_order>120</sort_order>
929
  <show_in_default>1</show_in_default>
930
  <show_in_website>0</show_in_website>
931
  <show_in_store>0</show_in_store>
932
  <source_model>adminhtml/system_config_source_yesno</source_model>
933
+ </enable_sync>
934
+ <enable_cron>
935
+ <label>Enable background generation ?</label>
936
+ <comment>Update feed on background if needed.</comment>
937
+ <frontend_type>select</frontend_type>
938
+ <sort_order>125</sort_order>
939
+ <show_in_default>1</show_in_default>
940
+ <show_in_website>0</show_in_website>
941
+ <show_in_store>0</show_in_store>
942
+ <source_model>adminhtml/system_config_source_yesno</source_model>
943
+ </enable_cron>
944
  <use_manage_stock>
945
+ <label>Manage 'Manage stock' attribute ?</label>
946
+ <comment>If yes, products with 'Manage stock' = 'No' will have a stock qty to 100 in the feed.</comment>
947
  <frontend_type>select</frontend_type>
948
  <sort_order>130</sort_order>
949
  <show_in_default>1</show_in_default>
953
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
954
  </use_manage_stock>
955
  <all_store_products>
956
+ <label>Export products from all stores ?</label>
957
+ <comment>If any doubt exists, leave it to 'No'</comment>
958
  <frontend_type>select</frontend_type>
959
  <sort_order>135</sort_order>
960
  <show_in_default>1</show_in_default>
963
  <source_model>adminhtml/system_config_source_yesno</source_model>
964
  </all_store_products>
965
  <all_store_categories>
966
+ <label>Use categories from all stores ?</label>
967
+ <comment>If any doubt exists, leave it to 'No'</comment>
968
  <frontend_type>select</frontend_type>
969
  <sort_order>140</sort_order>
970
  <show_in_default>1</show_in_default>
974
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
975
  </all_store_categories>
976
  <use_only_shoppingflux_category>
977
+ <label>Use only ShoppingFlux category ?</label>
978
+ <comment>Faster if yes.</comment>
979
  <frontend_type>select</frontend_type>
980
  <sort_order>150</sort_order>
981
  <show_in_default>1</show_in_default>
985
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
986
  </use_only_shoppingflux_category>
987
  <max_category_level>
988
+ <label>Use only X first category levels</label>
989
  <frontend_type>select</frontend_type>
990
  <sort_order>150</sort_order>
991
  <show_in_default>1</show_in_default>
995
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
996
  </max_category_level>
997
  <enable_events>
998
+ <label>Enable ShoppingFlux events ?</label>
999
+ <comment>Usefull only in case of specific developments.</comment>
1000
  <frontend_type>select</frontend_type>
1001
  <sort_order>160</sort_order>
1002
  <show_in_default>1</show_in_default>
1005
  <source_model>adminhtml/system_config_source_yesno</source_model>
1006
  </enable_events>
1007
  <manage_configurable>
1008
+ <label>Advanced management of configurable products ?</label>
1009
+ <comment>If no, only configurable products will be transfered (without their children). In most cases, should be set to 'Yes'.</comment>
1010
  <frontend_type>select</frontend_type>
1011
  <sort_order>170</sort_order>
1012
  <show_in_default>1</show_in_default>
1016
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
1017
  </manage_configurable>
1018
  <manage_catalog_rules>
1019
+ <label>Manage catalog price rules ?</label>
1020
  <frontend_type>select</frontend_type>
1021
  <sort_order>180</sort_order>
1022
  <show_in_default>1</show_in_default>
1026
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
1027
  </manage_catalog_rules>
1028
  <manage_media_gallery>
1029
+ <label>Manage product galleries ?</label>
1030
+ <comment>Does not concern main image. Faster if 'No'.</comment>
1031
  <frontend_type>select</frontend_type>
1032
  <sort_order>190</sort_order>
1033
  <show_in_default>1</show_in_default>
1039
  </fields>
1040
  </general>
1041
  <attributes_unknow translate="label">
1042
+ <label>Unknown attribute mapping</label>
1043
  <show_in_default>1</show_in_default>
1044
  <show_in_website>1</show_in_website>
1045
  <show_in_store>1</show_in_store>
1046
  <sort_order>20</sort_order>
1047
  <fields>
1048
  <ean>
1049
+ <label>EAN</label>
1050
  <comment></comment>
1051
  <frontend_type>select</frontend_type>
1052
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1068
  <show_in_store>1</show_in_store>
1069
  </isbn>
1070
  <ref_manufacturer>
1071
+ <label>Manufacturer's reference</label>
1072
  <comment></comment>
1073
  <frontend_type>select</frontend_type>
1074
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1079
  <show_in_store>1</show_in_store>
1080
  </ref_manufacturer>
1081
  <ref_wholesaler>
1082
+ <label>Supplier's reference</label>
1083
  <comment></comment>
1084
  <frontend_type>select</frontend_type>
1085
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1090
  <show_in_store>1</show_in_store>
1091
  </ref_wholesaler>
1092
  <shipping_delay>
1093
+ <label>Shipping delay</label>
1094
  <comment></comment>
1095
  <frontend_type>select</frontend_type>
1096
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1101
  <show_in_store>1</show_in_store>
1102
  </shipping_delay>
1103
  <shipping_send_delay>
1104
+ <label>Expedition delay</label>
1105
  <comment></comment>
1106
  <frontend_type>select</frontend_type>
1107
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1112
  <show_in_store>1</show_in_store>
1113
  </shipping_send_delay>
1114
  <brand>
1115
+ <label>Brand</label>
1116
  <comment></comment>
1117
  <frontend_type>select</frontend_type>
1118
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1123
  <show_in_store>1</show_in_store>
1124
  </brand>
1125
  <brand_page_url>
1126
+ <label>Brand page's URL</label>
1127
  <comment></comment>
1128
  <frontend_type>select</frontend_type>
1129
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1134
  <show_in_store>1</show_in_store>
1135
  </brand_page_url>
1136
  <ecotaxe>
1137
+ <label>Ecotax</label>
 
1138
  <frontend_type>select</frontend_type>
1139
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1140
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
1144
  <show_in_store>1</show_in_store>
1145
  </ecotaxe>
1146
  <short_name>
1147
+ <label>Product short name</label>
1148
  <comment></comment>
1149
  <frontend_type>select</frontend_type>
1150
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1155
  <show_in_store>1</show_in_store>
1156
  </short_name>
1157
  <characteristics>
1158
+ <label>Characteristics</label>
1159
  <comment></comment>
1160
  <frontend_type>select</frontend_type>
1161
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1166
  <show_in_store>1</show_in_store>
1167
  </characteristics>
1168
  <warranty>
1169
+ <label>Warranty</label>
1170
  <comment></comment>
1171
  <frontend_type>select</frontend_type>
1172
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1177
  <show_in_store>1</show_in_store>
1178
  </warranty>
1179
  <kind>
1180
+ <label>Gender</label>
1181
  <comment></comment>
1182
  <frontend_type>select</frontend_type>
1183
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1188
  <show_in_store>1</show_in_store>
1189
  </kind>
1190
  <matter>
1191
+ <label>Material</label>
1192
  <comment></comment>
1193
  <frontend_type>select</frontend_type>
1194
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1199
  <show_in_store>1</show_in_store>
1200
  </matter>
1201
  <size>
1202
+ <label>Size</label>
1203
  <comment></comment>
1204
  <frontend_type>select</frontend_type>
1205
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1210
  <show_in_store>1</show_in_store>
1211
  </size>
1212
  <shoe_size>
1213
+ <label>Shoe size</label>
1214
  <comment></comment>
1215
  <frontend_type>select</frontend_type>
1216
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1234
  </fields>
1235
  </attributes_unknow>
1236
  <attributes_know translate="label">
1237
+ <label>Known Attribute Mapping</label>
1238
  <show_in_default>1</show_in_default>
1239
  <show_in_website>1</show_in_website>
1240
  <show_in_store>1</show_in_store>
1241
  <sort_order>30</sort_order>
1242
  <fields>
1243
  <name>
1244
+ <label>Product name</label>
1245
  <comment></comment>
1246
  <frontend_type>select</frontend_type>
1247
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1252
  <show_in_store>1</show_in_store>
1253
  </name>
1254
  <description>
1255
+ <label>Product description</label>
1256
  <comment></comment>
1257
  <frontend_type>select</frontend_type>
1258
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1263
  <show_in_store>1</show_in_store>
1264
  </description>
1265
  <short_description>
1266
+ <label>Product short description</label>
1267
  <comment></comment>
1268
  <frontend_type>select</frontend_type>
1269
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1274
  <show_in_store>1</show_in_store>
1275
  </short_description>
1276
  <meta_keyword>
1277
+ <label>Keywords</label>
1278
  <comment></comment>
1279
  <frontend_type>select</frontend_type>
1280
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1285
  <show_in_store>1</show_in_store>
1286
  </meta_keyword>
1287
  <weight>
1288
+ <label>Weight</label>
1289
  <comment></comment>
1290
  <frontend_type>select</frontend_type>
1291
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1296
  <show_in_store>1</show_in_store>
1297
  </weight>
1298
  <color>
1299
+ <label>Color</label>
1300
  <comment></comment>
1301
  <frontend_type>select</frontend_type>
1302
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1309
  </fields>
1310
  </attributes_know>
1311
  <specific_prices>
1312
+ <label>Specific prices</label>
1313
  <show_in_default>1</show_in_default>
1314
  <show_in_website>1</show_in_website>
1315
  <show_in_store>1</show_in_store>
1317
  <fields>
1318
 
1319
  <price>
1320
+ <label>Price</label>
1321
  <comment></comment>
1322
  <frontend_type>select</frontend_type>
1323
  <source_model>profileolabs_shoppingflux/export_source_attributesprice</source_model>
1328
  <show_in_store>1</show_in_store>
1329
  </price>
1330
  <special_price>
1331
+ <label>Special Price</label>
1332
  <comment></comment>
1333
  <frontend_type>select</frontend_type>
1334
  <source_model>profileolabs_shoppingflux/export_source_attributesprice</source_model>
1341
  </fields>
1342
  </specific_prices>
1343
  <attributes_additionnal>
1344
+ <label>Additionnal Attributes</label>
1345
  <show_in_default>1</show_in_default>
1346
  <show_in_website>1</show_in_website>
1347
  <show_in_store>1</show_in_store>
1348
  <sort_order>40</sort_order>
1349
  <fields>
1350
  <list>
1351
+ <label>Other attributes to export</label>
1352
  <frontend_type>multiselect</frontend_type>
1353
  <source_model>profileolabs_shoppingflux/export_source_attributes</source_model>
1354
  <backend_model>profileolabs_shoppingflux/system_config_backend_refresh</backend_model>
app/code/community/Profileolabs/Shoppingflux/sql/profileolabs_shoppingflux_setup/mysql4-upgrade-0.7.7-0.7.8.php ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Shoppinflux
5
+ *
6
+ * @category Profileolabs
7
+ * @package Profileolabs_Shoppingflux
8
+ * @author Vincent Enjalbert - web-cooking.net
9
+ */
10
+ /* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
11
+
12
+
13
+ //$installer = $this;
14
+
15
+ $installer = Mage::getResourceModel('catalog/setup','profileolabs_shoppingflux_setup');
16
+
17
+ $installer->startSetup();
18
+
19
+ $installer->run("
20
+ update `{$this->getTable('shoppingflux_export_flux')}` set update_needed = 1, should_export = 1
21
+ ");
22
+
23
+
24
+ $installer->endSetup();
25
+
app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/edit.phtml CHANGED
@@ -3,7 +3,7 @@
3
  <div class="content-header">
4
  <table cellspacing="0">
5
  <tr>
6
- <td><h3><?php echo Mage::helper('profileolabs_shoppingflux')->__('Génération du flux') ?></h3></td><td class="form-buttons"></td>
7
  </tr>
8
  </table>
9
  </div>
@@ -13,16 +13,16 @@
13
  <table class="form-list">
14
  <tr>
15
  <td class="scope-label">
16
- <button onclick="setLocation('<?php echo $this->getUrl('*/export_adminhtml_export/run',array('store'=>$storeId))?>')" type="button" class="scalable"><span><?php echo Mage::helper('profileolabs_shoppingflux')->__('Shopping flux Export') ?></span></button>
17
  </td>
18
  <td class="scope-label">
19
- <?php echo Mage::helper('profileolabs_shoppingflux')->__('Shopping flux export')?>
20
  </td>
21
  </tr>
22
  <?php $links = $_helper->getFilesGenerated() ?>
23
  <?php if(count($links)) :?>
24
  <tr class="scope-label">
25
- <td class="scope-label"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Vos flux')?></td>
26
  <td>
27
  <?php foreach($_helper->getFilesGenerated() as $link) : ?>
28
  <a href="<?php echo $link ?>" target="_blank"><?php echo $link ?></a><br />
3
  <div class="content-header">
4
  <table cellspacing="0">
5
  <tr>
6
+ <td><h3><?php echo Mage::helper('profileolabs_shoppingflux')->__('Feed generation') ?></h3></td><td class="form-buttons"></td>
7
  </tr>
8
  </table>
9
  </div>
13
  <table class="form-list">
14
  <tr>
15
  <td class="scope-label">
16
+ <button onclick="setLocation('<?php echo $this->getUrl('*/export_adminhtml_export/run',array('store'=>$storeId))?>')" type="button" class="scalable"><span><?php echo Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux Export') ?></span></button>
17
  </td>
18
  <td class="scope-label">
19
+ <?php echo Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux Export')?>
20
  </td>
21
  </tr>
22
  <?php $links = $_helper->getFilesGenerated() ?>
23
  <?php if(count($links)) :?>
24
  <tr class="scope-label">
25
+ <td class="scope-label"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Your feeds')?></td>
26
  <td>
27
  <?php foreach($_helper->getFilesGenerated() as $link) : ?>
28
  <a href="<?php echo $link ?>" target="_blank"><?php echo $link ?></a><br />
app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/feed.phtml CHANGED
@@ -1,7 +1,7 @@
1
  <div class="content-header">
2
  <table cellspacing="0">
3
  <tr>
4
- <td style="width:50%;"><h3 class="icon-head head-products"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Liste des flux disponibles') ?></h3></td>
5
  <td class="a-right">
6
  <?php echo $this->getButtonsHtml() ?>
7
  </td>
1
  <div class="content-header">
2
  <table cellspacing="0">
3
  <tr>
4
+ <td style="width:50%;"><h3 class="icon-head head-products"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Feed list') ?></h3></td>
5
  <td class="a-right">
6
  <?php echo $this->getButtonsHtml() ?>
7
  </td>
app/design/adminhtml/default/default/template/profileolabs/shoppingflux/export/product.phtml CHANGED
@@ -7,7 +7,7 @@
7
  <div class="content-header">
8
  <table cellspacing="0">
9
  <tr>
10
- <td style="width:50%;"><h3 class="icon-head head-products"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Sélectionnez les produits à importer') ?></h3></td>
11
  <td class="a-right">
12
  <?php echo $this->getButtonsHtml() ?>
13
  </td>
7
  <div class="content-header">
8
  <table cellspacing="0">
9
  <tr>
10
+ <td style="width:50%;"><h3 class="icon-head head-products"><?php echo Mage::helper('profileolabs_shoppingflux')->__('Select product to export to ShoppingFlux') ?></h3></td>
11
  <td class="a-right">
12
  <?php echo $this->getButtonsHtml() ?>
13
  </td>
app/design/adminhtml/default/default/template/profileolabs/shoppingflux/manageorders/import.phtml CHANGED
@@ -2,16 +2,16 @@
2
  <div class="content-header">
3
  <table cellspacing="0">
4
  <tr>
5
- <td><h3><?php echo Mage::helper('profileolabs_shoppingflux')->__('Shopping flux import orders') ?></h3></td><td class="form-buttons"></td>
6
  </tr>
7
  </table>
8
  </div>
9
  <table class="form-list">
10
  <tr>
11
  <td class="scope-label">
12
- <button onclick="setLocation('<?php echo $this->getImportOrdersUrl()?>')" type="button" class="scalable"><span><?php echo Mage::helper('profileolabs_shoppingflux')->__('Shopping flux import new orders') ?></span></button>
13
  </td>
14
  <td class="scope-label">
15
- <?php echo Mage::helper('profileolabs_shoppingflux')->__('Shopping flux import new orders')?>
16
  </td>
17
  </table>
2
  <div class="content-header">
3
  <table cellspacing="0">
4
  <tr>
5
+ <td><h3><?php echo Mage::helper('profileolabs_shoppingflux')->__('ShoppingFlux order import') ?></h3></td><td class="form-buttons"></td>
6
  </tr>
7
  </table>
8
  </div>
9
  <table class="form-list">
10
  <tr>
11
  <td class="scope-label">
12
+ <button onclick="setLocation('<?php echo $this->getImportOrdersUrl()?>')" type="button" class="scalable"><span><?php echo Mage::helper('profileolabs_shoppingflux')->__('Import new ShoppingFlux orders') ?></span></button>
13
  </td>
14
  <td class="scope-label">
15
+ <?php echo Mage::helper('profileolabs_shoppingflux')->__('Will import pending ShoppingFlux orders')?>
16
  </td>
17
  </table>
app/locale/en_US/Profileolabs_Shoppingflux.csv ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "In category ?","In category ?"
2
+ "Current default category","Current default category"
3
+ "No","No"
4
+ "Yes","Yes"
5
+ "Send to Shoppingflux ?","Send to Shoppingflux ?"
6
+ "%d products found.(in stock + out of stock)","%d products found.(in stock + out of stock)"
7
+ "Only instock products will be exported","Only instock products will be exported"
8
+ "Generation will be done in %d part(s) of %d product(s)","Generation will be done in %d part(s) of %d product(s)"
9
+ "Step <strong>%s/%s. %s/%s</strong> product(s)","Step <strong>%s/%s. %s/%s</strong> product(s)"
10
+ "<strong>%s</strong> exported products.","<strong>%s</strong> exported products."
11
+ "Name In %s","Name In %s"
12
+ "Change publication","Change publication"
13
+ "Publication","Publication"
14
+ "Shopping flux log","Shopping flux log"
15
+ "Delete","Delete"
16
+ "ShoppingFlux ID","ShoppingFlux ID"
17
+ "Marketplace","Marketplace"
18
+ "Fees","Fees"
19
+ "Shopping flux orders","Shopping flux orders"
20
+ "Shipping Method for %s","Shipping Method for %s"
21
+ "There is no marketplace shipping method registered yet.","There is no marketplace shipping method registered yet."
22
+ "%s fees","%s fees"
23
+ "Shoppingflux alert","Shoppingflux alert"
24
+ "Shoppingflux alert : <br/> %s","Shoppingflux alert : <br/> %s"
25
+ "Product %s is out of stock. Product has not been imported.","Product %s is out of stock. Product has not been imported."
26
+ "Shoppingflux Category Products","Shoppingflux Category Products"
27
+ "ShoppingFlux Order ID : #%s","ShoppingFlux Order ID : #%s"
28
+ "Order %s has been updated in ShoppingFlux. Status returned : %s","Order %s has been updated in ShoppingFlux. Status returned : %s"
29
+ "Error in update status shipped to ShoppingFlux","Error in update status shipped to ShoppingFlux"
30
+ "Order import error : %s","Order import error : %s"
31
+ "Invoice could not be created (no items).","Invoice could not be created (no items)."
32
+ "Result is not Varien_Simplexml_Element","Result is not Varien_Simplexml_Element"
33
+ "ShoppingFlux API key (Token) is not valid","ShoppingFlux API key (Token) is not valid"
34
+ "Total of %d record(s) were successfully updated","Total of %d record(s) were successfully updated"
35
+ "There was an error while updating product(s) publication","There was an error while updating product(s) publication"
36
+ "Crons","Crons"
37
+ "ShoppingFlux order import","ShoppingFlux order import"
38
+ "Order import is disabled in ShoppingFlux configuration. You must enable it to use this functionnality.","Order import is disabled in ShoppingFlux configuration. You must enable it to use this functionnality."
39
+ "%d orders have been imported","%d orders have been imported"
40
+ "Orders sent result : %s","Orders sent result : %s"
41
+ "ShoppingFlux orders log","ShoppingFlux orders log"
42
+ "Log is empty.","Log is empty."
43
+ "ShoppingFlux orders","ShoppingFlux orders"
44
+ "Feed generation","Feed generation"
45
+ "ShoppingFlux Export","ShoppingFlux Export"
46
+ "Your feeds","Your feeds"
47
+ "Feed list","Feed list"
48
+ "Select product to export to ShoppingFlux","Select product to export to ShoppingFlux"
49
+ "Import new ShoppingFlux orders","Import new ShoppingFlux orders"
50
+ "Will import pending ShoppingFlux orders","Will import pending ShoppingFlux orders"
51
+ "Marketplace: %s","Marketplace: %s"
52
+ "General","General"
53
+ "ShoppingFlux identifier","ShoppingFlux identifier"
54
+ "Your ShoppingFlux's interface login","Your ShoppingFlux's interface login"
55
+ "API key","API key"
56
+ "Tracking ID","Tracking ID"
57
+ "Your ShoppingFlux Tracking ID","Your ShoppingFlux Tracking ID"
58
+ "Enable buyline ?","Enable buyline ?"
59
+ "Email address for alerts","Email address for alerts"
60
+ "In case of issue while transfering data, an email will be sent to this address.","In case of issue while transfering data, an email will be sent to this address."
61
+ "Manage Orders","Manage Orders"
62
+ "Enable order management","Enable order management"
63
+ "Import by n orders","Import by n orders"
64
+ "New order status","New order status"
65
+ "Create invoice ?","Create invoice ?"
66
+ "If yes, an invoice will be created on ShoppingFlux's order creation","If yes, an invoice will be created on ShoppingFlux's order creation"
67
+ "Invoiced order status","Invoiced order status"
68
+ "Customer Import","Customer Import"
69
+ "Limit addresses length","Limit addresses length"
70
+ "Leave empty to not limit length. Minimum value if filled : 20","Leave empty to not limit length. Minimum value if filled : 20"
71
+ "Import mobile phone instead of desk phone, if available","Import mobile phone instead of desk phone, if available"
72
+ "Default customer group","Default customer group"
73
+ "Leave empty to use default group","Leave empty to use default group"
74
+ "Amazon customer group","Amazon customer group"
75
+ "Cdiscount customer group","Cdiscount customer group"
76
+ "Ebay customer group","Ebay customer group"
77
+ "Fnac customer group","Fnac customer group"
78
+ "Pixmania customer group","Pixmania customer group"
79
+ "Priceminister customer group","Priceminister customer group"
80
+ "Rueducommerce customer group","Rueducommerce customer group"
81
+ "Brandalley customer group","Brandalley customer group"
82
+ "ToutAPorter customer group","ToutAPorter customer group"
83
+ "GreenRepublic customer group","GreenRepublic customer group"
84
+ "Laredoute customer group","Laredoute customer group"
85
+ "Babyssima customer group","Babyssima customer group"
86
+ "Ecitizen customer group","Ecitizen customer group"
87
+ "Decofinder customer group","Decofinder customer group"
88
+ "Docteurdiscount customer group","Docteurdiscount customer group"
89
+ "Glamour customer group","Glamour customer group"
90
+ "Gstk customer group","Gstk customer group"
91
+ "MisterGoodDeal customer group","MisterGoodDeal customer group"
92
+ "PlaceDuMariage customer group","PlaceDuMariage customer group"
93
+ "Tap customer group","Tap customer group"
94
+ "Spartoo customer group","Spartoo customer group"
95
+ "Jardinermalin customer group","Jardinermalin customer group"
96
+ "Monechelle customer group","Monechelle customer group"
97
+ "Localismarket customer group","Localismarket customer group"
98
+ "GaleriesLafayette customer group","GaleriesLafayette customer group"
99
+ "Monchouchou customer group","Monchouchou customer group"
100
+ "Elevenmain customer group","Elevenmain customer group"
101
+ "Sears customer group","Sears customer group"
102
+ "Wizacha customer group","Wizacha customer group"
103
+ "Shipping Method","Shipping Method"
104
+ "Default shipping method","Default shipping method"
105
+ "Specific shipping method to use for imported ShoppingFlux's order","Specific shipping method to use for imported ShoppingFlux's order"
106
+ "Leave empty to use default shipping method.","Leave empty to use default shipping method."
107
+ "Amazon shipping method","Amazon shipping method"
108
+ "Cdiscount shipping method","Cdiscount shipping method"
109
+ "Ebay shipping method","Ebay shipping method"
110
+ "Fnac shipping method","Fnac shipping method"
111
+ "Pixmania shipping method","Pixmania shipping method"
112
+ "Priceminister shipping method","Priceminister shipping method"
113
+ "Rueducommerce shipping method","Rueducommerce shipping method"
114
+ "Brandalley shipping method","Brandalley shipping method"
115
+ "ToutAPorter shipping method","ToutAPorter shipping method"
116
+ "GreenRepublic shipping method","GreenRepublic shipping method"
117
+ "Laredoute shipping method","Laredoute shipping method"
118
+ "Babyssima shipping method","Babyssima shipping method"
119
+ "Monechelle shipping method","Monechelle shipping method"
120
+ "Ecitizen shipping method","Ecitizen shipping method"
121
+ "Decofinder shipping method","Decofinder shipping method"
122
+ "Docteurdiscount shipping method","Docteurdiscount shipping method"
123
+ "Glamour shipping method","Glamour shipping method"
124
+ "Gstk shipping method","Gstk shipping method"
125
+ "Mistergooddeal shipping method","Mistergooddeal shipping method"
126
+ "PlaceDuMariage shipping method","PlaceDuMariage shipping method"
127
+ "Tout à porter shipping method","Tout à porter shipping method"
128
+ "Spartoo shipping method","Spartoo shipping method"
129
+ "Jardinermalin shipping method","Jardinermalin shipping method"
130
+ "Localismarket shipping method","Localismarket shipping method"
131
+ "GaleriesLafayette shipping method","GaleriesLafayette shipping method"
132
+ "Monchouchou shipping method","Monchouchou shipping method"
133
+ "Elevenmain shipping method","Elevenmain shipping method"
134
+ "Sears shipping method","Sears shipping method"
135
+ "Wizacha shipping method","Wizacha shipping method"
136
+ "Advanced Shipping Methods Mapping","Advanced Shipping Methods Mapping"
137
+ "Shipment Update","Shipment Update"
138
+ "Max time before sending shipment update to marketplace","Max time before sending shipment update to marketplace"
139
+ "In hours. If the shipment has still not any tracking number filled after X hours, the shipment is sent to the marketplace without tracking number.","In hours. If the shipment has still not any tracking number filled after X hours, the shipment is sent to the marketplace without tracking number."
140
+ "Manage Products","Manage Products"
141
+ "<b style='color:red'>Feed URL :</b>&nbsp;&nbsp;<span style='font-size:14px;font-style:italic;'>http://domain.tld/shoppingflux/export_flux/</span><br /><br /><br />","<b style='color:red'>Feed URL :</b>&nbsp;&nbsp;<span style='font-size:14px;font-style:italic;'>http://domain.tld/shoppingflux/export_flux/</span><br /><br /><br />"
142
+ "Enable product export ?","Enable product export ?"
143
+ "Export selected products only ?","Export selected products only ?"
144
+ "If yes, you'll have to select products in <strong>Shoppingflux > Product Selection</strong>","If yes, you'll have to select products in <strong>Shoppingflux > Product Selection</strong>"
145
+ "Product Selection","Product Selection"
146
+ "Shipping delay","Shipping delay"
147
+ "Shipping delay, in <strong>days</strong>. This will be used if no shipping delay attribute is mapped.","Shipping delay, in <strong>days</strong>. This will be used if no shipping delay attribute is mapped."
148
+ "Shipping fees","Shipping fees"
149
+ "Default shipping fees amount","Default shipping fees amount"
150
+ "Default shipping method to calculate shipping fees","Default shipping method to calculate shipping fees"
151
+ "Try to get real shipping fees for each product ?","Try to get real shipping fees for each product ?"
152
+ "Disable this option if you have memory issues.","Disable this option if you have memory issues."
153
+ "Shipping Country","Shipping Country"
154
+ "Default country used to calculate shipping fees","Default country used to calculate shipping fees"
155
+ "Export out of stock products","Export out of stock products"
156
+ "Export product with visibility :","Export product with visibility :"
157
+ "Memory limit","Memory limit"
158
+ "in MB. Do not modify if you don't know what you are doing.","in MB. Do not modify if you don't know what you are doing."
159
+ "Enable automatic updates ?","Enable automatic updates ?"
160
+ "Update stocks and prices in real time. This could slow down price and stock modifications.","Update stocks and prices in real time. This could slow down price and stock modifications."
161
+ "Manage 'Manage stock' attribute ?","Manage 'Manage stock' attribute ?"
162
+ "If yes, products with 'Manage stock' = 'No' will have a stock qty to 100 in the feed.","If yes, products with 'Manage stock' = 'No' will have a stock qty to 100 in the feed."
163
+ "Export products from all stores ?","Export products from all stores ?"
164
+ "If any doubt exists, leave it to 'No'","If any doubt exists, leave it to 'No'"
165
+ "Use categories from all stores ?","Use categories from all stores ?"
166
+ "Use only ShoppingFlux category ?","Use only ShoppingFlux category ?"
167
+ "Faster if yes.","Faster if yes."
168
+ "Use only X first category levels","Use only X first category levels"
169
+ "Usefull only in case of specific developments.","Usefull only in case of specific developments."
170
+ "Advanced management of configurable products ?","Advanced management of configurable products ?"
171
+ "If no, only configurable products will be transfered (without their children). In most cases, should be set to 'Yes'.","If no, only configurable products will be transfered (without their children). In most cases, should be set to 'Yes'."
172
+ "Manage catalog price rules ?","Manage catalog price rules ?"
173
+ "Manage product galleries ?","Manage product galleries ?"
174
+ "Does not concern main image. Faster if 'No'.","Does not concern main image. Faster if 'No'."
175
+ "Unknown attribute mapping","Unknown attribute mapping"
176
+ "Manufacturer's reference","Manufacturer's reference"
177
+ "Supplier's reference","Supplier's reference"
178
+ "Brand","Brand"
179
+ "Expedition delay","Expedition delay"
180
+ "Brand page's URL","Brand page's URL"
181
+ "Ecotax","Ecotax"
182
+ "Product short name","Product short name"
183
+ "Characteristics","Characteristics"
184
+ "Warranty","Warranty"
185
+ "Gender","Gender"
186
+ "Material","Material"
187
+ "Size","Size"
188
+ "Shoe size","Shoe size"
189
+ "Dimension","Dimension"
190
+ "Known Attribute Mapping","Known Attribute Mapping"
191
+ "Product name","Product name"
192
+ "Product description","Product description"
193
+ "Product short description","Product short description"
194
+ "Keywords","Keywords"
195
+ "Weight","Weight"
196
+ "Color","Color"
197
+ "Specific prices","Specific prices"
198
+ "Price","Price"
199
+ "Special Price","Special Price"
200
+ "Additionnal Attributes","Additionnal Attributes"
201
+ "Other attributes to export","Other attributes to export"
202
+ "Orders","Orders"
203
+ "Enable background generation ?","Enable background generation ?"
204
+ "Update feed on background if needed.","Update feed on background if needed."
app/locale/fr_FR/Profileolabs_Shoppingflux.csv CHANGED
@@ -1,40 +1,76 @@
1
- "Shopping Flux","Shopping Flux"
2
- "Shoppingflux Configuration","Configuration de Shoppingflux"
3
- "Parameters","Paramètres"
4
- "Manage Orders","Gestion des Commandes"
5
- "Shoppingflux manage orders","Shoppingflux gestion des commandes"
6
- "Enable manage orders","Activer la gestion des commandes"
7
- "Enable get orders from Shopping Flux","Acitve la récupération des commandes depuis Shopping Flux"
8
- "Api key","Clé de l'API"
9
- "API key (Token) not valid","La clé d'API (Jeton) n'est pas valide"
10
- "API Key (Token) is empty","La clé d'API (Jeton) est vide"
11
- "Shopping Flux Purchase Order","Bon de commande Shopping Flux"
12
- "Marketplace","Place de marché"
13
- "Marketplace: %s","Place de marché: %s"
14
- "Shopping Flux Purchase Order","Bon de commande Shopping FLux"
15
- "Shopping Flux shipping","Frais de port Shopping Flux"
16
- "Marketplace shipping","Frais de port de place de marché"
17
- "Shopping flux orders","Commandes Shopping flux"
18
- "Shopping flux import orders","Shopping flux import des commandes"
19
- "Shopping flux import new orders","Shopping flux import des nouvelles commandes"
20
- "Fees","Comission"
21
- "%d orders are imported","%d commandes importées"
22
- "Status of order ids sended: %s","Status des commandes remontées à Shopping Flux: %s"
23
- "Orders can not getted.","Les commandes n'ont pu être récupérées"
24
- "Error","Erreur"
25
- "Shopping flux log","Journal Shopping flux"
26
- "Created at","Créé le"
27
- "OrderID","Id Commande"
28
- "Log is empty.","Le journal d'évènements est vide."
29
  "Delete","Effacer"
30
- "Create invoice","Facturation automatique"
31
- "Invoice is created when order getted from Shopping Flux","La facture est créée quand la commande est enregistrée."
32
- "Apply tax","Appliquer la TVA"
33
- "Calculation of tax when order is created.<b style='color:red'>Do not active if you sell your products Excl. Tax</b>","Application de la TVA lors de la création de la commande. <b style='color:red'>Ne pas activer si vous vendez vos produit Hors Taxe.</b>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  "Import by n orders","Importer par n commandes"
35
- "Limit number of orders imported. 10 by default","Limit le nombre de commandes importées à chaque appel. 10 par défaut."
36
- "Import Customers","Import Clients"
 
 
 
 
 
 
37
  "Default customer group","Groupe client par défaut"
 
38
  "Amazon customer group","Groupe client Amazon"
39
  "Cdiscount customer group","Groupe client Cdiscount"
40
  "Ebay customer group","Groupe client Ebay"
@@ -42,19 +78,127 @@
42
  "Pixmania customer group","Groupe client Pixmania"
43
  "Priceminister customer group","Groupe client Priceminister"
44
  "Rueducommerce customer group","Groupe client Rueducommerce"
45
- "Set specific customer group for imported customer from Shopping Flux","Attribuer un groupe client spécifique pour les clients importés depuis shopping flux"
46
- "Set specific customer group for imported customer from Amazon. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Amazon. Laisser vide pour utiliser le groupe par défaut."
47
- "Set specific customer group for imported customer from Cdiscount. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Cdiscount. Laisser vide pour utiliser le groupe par défaut."
48
- "Set specific customer group for imported customer from Ebay. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Ebay. Laisser vide pour utiliser le groupe par défaut."
49
- "Set specific customer group for imported customer from Fnac. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Fnac. Laisser vide pour utiliser le groupe par défaut."
50
- "Set specific customer group for imported customer from Pixmania. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Pixmania. Laisser vide pour utiliser le groupe par défaut."
51
- "Set specific customer group for imported customer from Priceminister. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Priceminister. Laisser vide pour utiliser le groupe par défaut."
52
- "Set specific customer group for imported customer from Rueducommerce. Leave empty to use default.","Attribuer un groupe client spécifique pour les clients importés depuis Rueducommerce. Laisser vide pour utiliser le groupe par défaut."
53
- "Default Shoppingflux Category","Catégorie Shoppingflux"
54
- "Shoppingflux Category Products","Produits de la catégorie (Shoppingflux)"
55
- "Current default category","Catégorie actuelle"
56
- "Import Store","Vue magasin où importer les commandes"
57
- "Orders will be imported in selected store","Les commandes shoppingflux seront importés dans la vue séléctionnée"
58
- "Yes","Oui"
59
- "No","Non"
60
- "In category ?","Présent ?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "In category ?","Présent ?"
2
+ "Current default category","Catégorie SF actuelle"
3
+ "No","Non"
4
+ "Yes","Oui"
5
+ "Send to Shoppingflux ?","Exporter sur Shoppingflux ?"
6
+ "%d products found.(in stock + out of stock)","%d produits trouvés.(en stock + hors stock)"
7
+ "Only instock products will be exported","Seuls les produits en stock seront exportés"
8
+ "Generation will be done in %d part(s) of %d product(s)","La génération sera executée en %d partie(s) de %d produit(s)"
9
+ "Step <strong>%s/%s. %s/%s</strong> product(s)","Etape <strong>%s/%s. %s/%s</strong> produit(s)"
10
+ "<strong>%s</strong> exported products.","<strong>%s</strong> produits exportés."
11
+ "Name In %s","Nom dans %s"
12
+ "Change publication","Changer la publication"
13
+ "Publication","Publication"
14
+ "Shopping flux log","Journal ShoppingFlux"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "Delete","Effacer"
16
+ "ShoppingFlux ID","ID ShoppingFlux"
17
+ "Marketplace","Marketplace"
18
+ "Fees","Commission"
19
+ "Shopping flux orders","Commandes ShoppingFlux"
20
+ "Shipping Method for %s","Méthode de livraison pour %s"
21
+ "There is no marketplace shipping method registered yet.","Il n'y a pas de méthode de livraison spécifique pour l'instant."
22
+ "%s fees","%s commission"
23
+ "Shoppingflux alert","Alerte Shoppingflux"
24
+ "Shoppingflux alert : <br/> %s","Alerte Shoppingflux : <br/> %s"
25
+ "Product %s is out of stock. Product has not been imported.","Le produit %s est hors stock. Il n'a pas été importé."
26
+ "Shoppingflux Category Products","Produits de la catégorie (Shoppingflux)"
27
+ "ShoppingFlux Order ID : #%s","ID commande ShoppingFlux : #%s"
28
+ "Order %s has been updated in ShoppingFlux. Status returned : %s","La commande %s a été mis à jour sur ShoppingFlux. Status retourné : %s"
29
+ "Error in update status shipped to ShoppingFlux","Erreur lors de la mise à jour de l'expédition sur ShoppingFlux"
30
+ "Order import error : %s","Erreur d'import commande : %s"
31
+ "Invoice could not be created (no items).","La facture n'a pu être créée (aucun articles)."
32
+ "Result is not Varien_Simplexml_Element","Result is not Varien_Simplexml_Element"
33
+ "ShoppingFlux API key (Token) is not valid","La clé d'API (Token) ShoppingFlux n'est pas valide"
34
+ "Total of %d record(s) were successfully updated","%d enregistrement(s) ont été mis à jour"
35
+ "There was an error while updating product(s) publication","Une erreur est survenue lors du changement de publication"
36
+ "Crons","Crons"
37
+ "ShoppingFlux order import","Import de commande ShoppingFlux"
38
+ "Order import is disabled in ShoppingFlux configuration. You must enable it to use this functionnality.","L'import de commande est désactivé dans la configuration ShoppingFlux. Vous devez l'activer pour pouvoir utiliser cette fonctionnalité."
39
+ "%d orders have been imported","%d commandes ont été importées"
40
+ "Orders sent result : %s","Résultat d'envoi de commande : %s"
41
+ "ShoppingFlux orders log","Journal de commandes ShoppingFlux"
42
+ "Log is empty.","Le journal est vide."
43
+ "ShoppingFlux orders","Commandes ShoppingFlux"
44
+ "Feed generation","Génération du flux"
45
+ "ShoppingFlux Export","Export ShoppingFlux"
46
+ "Your feeds","Vos flux"
47
+ "Feed list","Liste des flux"
48
+ "Select product to export to ShoppingFlux","Selectionnez les produits à exporter sur ShoppingFlux"
49
+ "Import new ShoppingFlux orders","Importer les nouvelles commandes ShoppingFlux"
50
+ "Will import pending ShoppingFlux orders","Importera les commandes ShoppingFlux en attente"
51
+ "Marketplace: %s","Marketplace: %s"
52
+ "General","Général"
53
+ "ShoppingFlux identifier","identifiant ShoppingFlux"
54
+ "Your ShoppingFlux's interface login","Votre login sur l'interface ShoppingFlux"
55
+ "API key","Clé API"
56
+ "Tracking ID","ID de tracking"
57
+ "Your ShoppingFlux Tracking ID","Votre id de tracking ShoppingFlux"
58
+ "Enable buyline ?","Activer le buyline ?"
59
+ "Email address for alerts","Adresse email pour les alertes"
60
+ "In case of issue while transfering data, an email will be sent to this address.","En cas de problème lors du transfert de données, un email sera envoyé à cette adresse."
61
+ "Manage Orders","Gestion des commandes"
62
+ "Enable order management","Activer la gestion des commandes"
63
  "Import by n orders","Importer par n commandes"
64
+ "New order status","Status des nouvelles commandes"
65
+ "Create invoice ?","Créer une facture ?"
66
+ "If yes, an invoice will be created on ShoppingFlux's order creation","Si oui, une facture sera créée lors de l'import des commandes ShoppingFlux"
67
+ "Invoiced order status","Status des commandes facturées"
68
+ "Customer Import","Import client"
69
+ "Limit addresses length","Limiter la longueur des adresses"
70
+ "Leave empty to not limit length. Minimum value if filled : 20","Laisser vide pour ne pas limiter. Valeur minimum : 20"
71
+ "Import mobile phone instead of desk phone, if available","Importer le mobile plutot que le fixe, si disponible"
72
  "Default customer group","Groupe client par défaut"
73
+ "Leave empty to use default group","Laisser vide pour utilisé le groupe client par défaut"
74
  "Amazon customer group","Groupe client Amazon"
75
  "Cdiscount customer group","Groupe client Cdiscount"
76
  "Ebay customer group","Groupe client Ebay"
78
  "Pixmania customer group","Groupe client Pixmania"
79
  "Priceminister customer group","Groupe client Priceminister"
80
  "Rueducommerce customer group","Groupe client Rueducommerce"
81
+ "Brandalley customer group","Groupe client Brandalley"
82
+ "ToutAPorter customer group","Groupe client ToutAPorter"
83
+ "GreenRepublic customer group","Groupe client GreenRepublic"
84
+ "Laredoute customer group","Groupe client Laredoute"
85
+ "Babyssima customer group","Groupe client Babyssima"
86
+ "Ecitizen customer group","Groupe client Ecitizen"
87
+ "Decofinder customer group","Groupe client Decofinder"
88
+ "Docteurdiscount customer group","Groupe client Docteurdiscount"
89
+ "Glamour customer group","Groupe client Glamour"
90
+ "Gstk customer group","Groupe client Gstk"
91
+ "MisterGoodDeal customer group","Groupe client MisterGoodDeal"
92
+ "PlaceDuMariage customer group","Groupe client PlaceDuMariage"
93
+ "Tap customer group","Groupe client Tap"
94
+ "Spartoo customer group","Groupe client Spartoo"
95
+ "Jardinermalin customer group","Groupe client Jardinermalin"
96
+ "Monechelle customer group","Groupe client Monechelle"
97
+ "Localismarket customer group","Groupe client Localismarket"
98
+ "GaleriesLafayette customer group","Groupe client GaleriesLafayette"
99
+ "Monchouchou customer group","Groupe client Monchouchou"
100
+ "Elevenmain customer group","Groupe client Elevenmain"
101
+ "Sears customer group","Groupe client Sears"
102
+ "Wizacha customer group","Groupe client Wizacha"
103
+ "Shipping Method","Méthode de livraison"
104
+ "Default shipping method","Méthode de livraison par défaut"
105
+ "Specific shipping method to use for imported ShoppingFlux's order","Méthode de livraison à utiliser lors de l'import de commande"
106
+ "Leave empty to use default shipping method.","Laisser vide pour utiliser la méthode de livraison par défaut"
107
+ "Amazon shipping method","Méthode de livraison Amazon"
108
+ "Cdiscount shipping method","Méthode de livraison Cdiscount"
109
+ "Ebay shipping method","Méthode de livraison Ebay"
110
+ "Fnac shipping method","Méthode de livraison Fnac"
111
+ "Pixmania shipping method","Méthode de livraison Pixmania"
112
+ "Priceminister shipping method","Méthode de livraison Priceminister"
113
+ "Rueducommerce shipping method","Méthode de livraison Rueducommerce"
114
+ "Brandalley shipping method","Méthode de livraison Brandalley"
115
+ "ToutAPorter shipping method","Méthode de livraison ToutAPorter"
116
+ "GreenRepublic shipping method","Méthode de livraison GreenRepublic"
117
+ "Laredoute shipping method","Méthode de livraison Laredoute"
118
+ "Babyssima shipping method","Méthode de livraison Babyssima"
119
+ "Monechelle shipping method","Méthode de livraison Monechelle"
120
+ "Ecitizen shipping method","Méthode de livraison Ecitizen"
121
+ "Decofinder shipping method","Méthode de livraison Decofinder"
122
+ "Docteurdiscount shipping method","Méthode de livraison Docteurdiscount"
123
+ "Glamour shipping method","Méthode de livraison Glamour"
124
+ "Gstk shipping method","Méthode de livraison Gstk"
125
+ "Mistergooddeal shipping method","Méthode de livraison Mistergooddeal"
126
+ "PlaceDuMariage shipping method","Méthode de livraison PlaceDuMariage"
127
+ "Tout à porter shipping method","Méthode de livraison Tout à porter"
128
+ "Spartoo shipping method","Méthode de livraison Spartoo"
129
+ "Jardinermalin shipping method","Méthode de livraison Jardinermalin"
130
+ "Localismarket shipping method","Méthode de livraison Localismarket"
131
+ "GaleriesLafayette shipping method","Méthode de livraison GaleriesLafayette"
132
+ "Monchouchou shipping method","Méthode de livraison Monchouchou"
133
+ "Elevenmain shipping method","Méthode de livraison Elevenmain"
134
+ "Sears shipping method","Méthode de livraison Sears"
135
+ "Wizacha shipping method","Méthode de livraison Wizacha"
136
+ "Advanced Shipping Methods Mapping","Méthode de livraison - Mapping avancé"
137
+ "Shipment Update","Mise à jour d'expédition"
138
+ "Max time before sending shipment update to marketplace","Durée maximum avant l'envoi de l'expédition vers la marketplace"
139
+ "In hours. If the shipment has still not any tracking number filled after X hours, the shipment is sent to the marketplace without tracking number.","En heures. Si l'expédition n'a toujours pas de numéro de suivi enregistré au bout de X heures, l'expédition sera transmise à la marketplace sans numéro de suivi."
140
+ "Manage Products","Gestion des produits"
141
+ "<b style='color:red'>Feed URL :</b>&nbsp;&nbsp;<span style='font-size:14px;font-style:italic;'>http://domain.tld/shoppingflux/export_flux/</span><br /><br /><br />","<b style='color:red'>URL du flux :</b>&nbsp;&nbsp;<span style='font-size:14px;font-style:italic;'>http://domain.tld/shoppingflux/export_flux/</span><br /><br /><br />"
142
+ "Enable product export ?","Activer l'export produit ?"
143
+ "Export selected products only ?","Exporter seulement les produits séléctionnés ?"
144
+ "If yes, you'll have to select products in <strong>Shoppingflux > Product Selection</strong>","Si oui, vous devrez séléctionner vos produits dans <strong>Shoppingflux > Séléction de produits</strong>"
145
+ "Product Selection","Séléction de produits"
146
+ "Shipping delay","Délai de livraison"
147
+ "Shipping delay, in <strong>days</strong>. This will be used if no shipping delay attribute is mapped.","Délai de livraison, en <strong>jours</strong>. Sera utilisé si aucun attribut de délai de livraison n'est selectionné"
148
+ "Shipping fees","Frais de livraison"
149
+ "Default shipping fees amount","Frais de livraison par défaut"
150
+ "Default shipping method to calculate shipping fees","Méthode de livraison par défaut utilisé pour le calcul des frais de port"
151
+ "Try to get real shipping fees for each product ?","Essayer de calculer les frais de port rééls pour chaque produit ?"
152
+ "Disable this option if you have memory issues.","A désactiver en cas de problème de ressources/performances."
153
+ "Shipping Country","Pays de livraison"
154
+ "Default country used to calculate shipping fees","Pays de livraison par défaut, utilisé pour le calcul des frais de port"
155
+ "Export out of stock products","Exporter les produits épuisés"
156
+ "Export product with visibility :","Exporter les produits avec la visibilité :"
157
+ "Memory limit","Limite mémoire"
158
+ "in MB. Do not modify if you don't know what you are doing.","en MB. Ne modifier que si vous savez ce que vous faites."
159
+ "Enable automatic updates ?","Activer les mises à jour automatiques ?"
160
+ "Update stocks and prices in real time. This could slow down price and stock modifications.","Mets à jour les stocks et les prix en temps réel. Cette option peut ralentir les modifications de prix/stock."
161
+ "Manage 'Manage stock' attribute ?","Gérer l'attribut 'Gestion des stock' ?"
162
+ "If yes, products with 'Manage stock' = 'No' will have a stock qty to 100 in the feed.","Si oui, les produits avec 'Gestion des stock' à 'Non' auront un stock de 100 dans le flux."
163
+ "Export products from all stores ?","Exporter les produits de tous les magasins ?"
164
+ "If any doubt exists, leave it to 'No'","En cas de doute, laisser à non."
165
+ "Use categories from all stores ?","Utiliser les catégories de tous les magasins ?"
166
+ "Use only ShoppingFlux category ?","Utiliser uniquement la catégorie ShoppingFlux ?"
167
+ "Faster if yes.","Plus rapide si 'Oui'."
168
+ "Use only X first category levels","Utiliser uniquement les X premiers niveaux de catégorie"
169
+ "Usefull only in case of specific developments.","Utile uniquement dans le cas de développements spécifiques."
170
+ "Advanced management of configurable products ?","Gestion avancée des produits configurables ?"
171
+ "If no, only configurable products will be transfered (without their children). In most cases, should be set to 'Yes'.","Si non, seuls les produits configurable seront ajoutés au flux (sans leur enfants). Dans la plupart des cas, laisser 'Oui'."
172
+ "Manage catalog price rules ?","Gérer les règles de prix catalogue ?"
173
+ "Manage product galleries ?","Gérer les galleries produit ?"
174
+ "Does not concern main image. Faster if 'No'.","Ne concerne pas l'image principale du produit. Gain en performance si 'Non'"
175
+ "Unknown attribute mapping","Mapping des attributs inconnus"
176
+ "Manufacturer's reference","Référence constructeur"
177
+ "Supplier's reference","Référence fournisseur"
178
+ "Brand","Marque"
179
+ "Expedition delay","Délai d'expédition"
180
+ "Brand page's URL","URL de la page marque"
181
+ "Ecotax","Ecotaxe"
182
+ "Product short name","Nom court"
183
+ "Characteristics","Caractéristiques"
184
+ "Warranty","Garantie"
185
+ "Gender","Genre"
186
+ "Material","Matière"
187
+ "Size","Taille"
188
+ "Shoe size","Pointure"
189
+ "Dimension","Dimension"
190
+ "Known Attribute Mapping","Mapping des attributs connus"
191
+ "Product name","Nom"
192
+ "Product description","Description"
193
+ "Product short description","Description courte"
194
+ "Keywords","Mots clés"
195
+ "Weight","Poids"
196
+ "Color","Couleur"
197
+ "Specific prices","Prix spécifiques"
198
+ "Price","Prix"
199
+ "Special Price","Prix spécial"
200
+ "Additionnal Attributes","Attributs supplémentaires"
201
+ "Other attributes to export","Autres attributs à exporter"
202
+ "Orders","Commandes"
203
+ "Enable background generation ?","Activer la génération en tache de fond ?"
204
+ "Update feed on background if needed.","Mets à jour le flux en tache de fond."
package.xml CHANGED
@@ -1,19 +1,21 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Profileolabs_Shoppingflux</name>
4
- <version>0.7.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Export your products on price comparison sites and marketplaces, with lift controls.</summary>
10
  <description>This module will allow you to connect your Magento Shopping-Flux (monthly subscription from 79 &#x20AC; / month) to export your products on price comparison sites and marketplaces, with managing your commands directly into your Magento. You'll increase your sales by making available on: . Google Shopping . LeGuide.com . Shopping . Shopzilla . Twenga (and over a hundred other price comparison sites and buying guides) . eBay . Rue Du Commerce . C Market (CDsicount) . PixPlace (Pixmania) . Amazon . PriceMinister (and all, more than a dozen marketplaces) With rise in orders directly into your Magento for a quick and easy management of your orders for your products and the most profitable. with Shopping Flux, you can also create Adwords campaigns for each of your product descriptions, create a shop on FaceBook, etc. ... Shopping Flux Technology is the most innovative of the French market and has many Ecommer&#xE7;ants Magento. Ask a free trial for 1 month on our website : www.shopping-flux.com</description>
11
- <notes>- Minor bugfixes &amp; improvements&#xD;
 
 
12
  </notes>
13
  <authors><author><name>ShoppingFlux</name><user>ShoppingFlux</user><email>olivier.levy@gmail.com</email></author></authors>
14
- <date>2014-07-01</date>
15
- <time>14:15:56</time>
16
- <contents><target name="magecommunity"><dir name="Profileolabs"><dir name="Shoppingflux"><dir name="Block"><dir name="Export"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="da466a657f2b80567ef576711a190805"/></dir><dir name="Tab"><file name="Default.php" hash="7b1c1f77624493bd1017cd3cd71e4bba"/></dir></dir></dir><file name="Feed.php" hash="02274fcb2c95199c826d8e22be5bb16a"/><file name="Process.php" hash="2e5099bf9054280f351ea170ffeb419f"/><dir name="Product"><file name="Grid.php" hash="3e81bd09615ef766df233fd803afa3e1"/></dir><file name="Product.php" hash="f71a0d0f25e2484f74f1ceaeee514d3f"/><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Bool.php" hash="2717fd3964299bb372c355427c8136d7"/></dir></dir></dir></dir></dir><file name="Flow.php" hash="aed0df354559ecb9d36d3ddf854c301a"/><file name="Flux.php" hash="c592023b56306258439287d28edf6c85"/><file name="Tracking.php" hash="a01f384121dda81f8ee3faa80ee3a32a"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Manageorders"><dir name="Adminhtml"><dir name="Cron"><file name="Grid.php" hash="ddfd5d9374446afafef1f545839e869e"/></dir><file name="Cron.php" hash="1a6a4042d3270b56e2dadc80f5c12cfa"/><file name="Import.php" hash="0d675a1731ca646ba57989b8545f4682"/><dir name="Log"><file name="Grid.php" hash="9170b01b3a6d3d558801faeba745390f"/></dir><file name="Log.php" hash="3336bc53002b82b4ab16d18a4e68e0cb"/><dir name="Order"><file name="Grid.php" hash="cdfc7764892dfb6df90f2d56337b448a"/></dir><file name="Order.php" hash="a6d45eb0146fb448f72348724c3151df"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><dir name="Shipping"><file name="Method.php" hash="e4cca2caf90ef55f13c3d55aff5c72bb"/></dir></dir></dir></dir></dir></dir><dir name="Payment"><dir name="Info"><file name="Purchaseorder.php" hash="df942f5c9a19506ef2bf70ca1d4da809"/></dir></dir></dir><dir name="Tracking"><file name="Buyline.php" hash="a60b19ed533b265a7a2aafe75c03c0fa"/><file name="Roi.php" hash="e34e26dffead694a35798d0397782d55"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e24753fee3f9da7913a72b7bd0d5be9b"/></dir><dir name="Model"><dir name="Attribute"><dir name="Source"><file name="Category.php" hash="49f1f7959c4741c22bbf79b7e0bd24e7"/></dir></dir><dir name="Catalog"><dir name="Product"><file name="Collection.php" hash="8c3a5fe7c329059b6b85a1e0e5ee48fd"/></dir></dir><file name="Config.php" hash="13ccabd19d75028862d951a73dc405d0"/><dir name="Export"><dir name="Convert"><dir name="Parser"><file name="Product.php" hash="4e50613b82ba84c35eb87f991645c118"/></dir></dir><file name="Flow.php" hash="46659d199b712b0cd837bc10a05d53f0"/><file name="Flux.php" hash="a777b0936b3651dae40a2444ddd9f074"/><file name="Observer.php" hash="f2a957fd78ae41825fafae4cb1264f35"/><dir name="Rewrite"><dir name="Catalog"><file name="Config.php" hash="c87b13b0141123b80cb1ac33eaf75715"/></dir><dir name="CatalogInventory"><dir name="Stock"><file name="Item.php" hash="5249964f31fda6d5b7ff9587e713ca81"/></dir></dir></dir><dir name="Source"><file name="Attributes.php" hash="bf113c8f1c7abc94cdabe467a7a1bdd7"/><file name="Attributesprice.php" hash="6cddf3b9562c8dbc56e670b377e341c1"/><dir name="Category"><file name="Level.php" hash="477d3dccefe5720eedc6b5d7a7110c9a"/></dir><file name="Visibility.php" hash="c2a1494bc2e554074d19c58523c450b2"/></dir><file name="Updates.php" hash="6a12528f1ba69f0e0240ba471b471578"/><file name="Xml.php" hash="d6574955d2a108a91c1ebf84feb1b02b"/><file name="Xmlflow.deprecated.php" hash="960d81e05b332cdb16449029b07f0eca"/><file name="Xmlflow.php" hash="82815362cf6b2127ef961be79e48c127"/></dir><dir name="Manageorders"><dir name="Convert"><file name="Customer.php" hash="8da7acf7a455e27e4bb94396f4c85e1b"/></dir><dir name="Export"><file name="Shipments.php" hash="20e617e183366ef5447ea653aa989065"/></dir><file name="Log.php" hash="3ce67bed38c452615ba8cfd51f48cbf3"/><file name="Observer.php" hash="e96d2700c6fd186171b5ba2c854c69be"/><file name="Order.php" hash="2fad4679b73f6228aef411e051dd0ba6"/><file name="OrderOLD.php" hash="f25b3ce2d3610eecf201e2d2421aa460"/><dir name="Payment"><dir name="Method"><file name="Purchaseorder.php" hash="4ed46b995590d286b3154e0bbf7ebc63"/></dir></dir><file name="Product.php" hash="0041c5ebcd0aa8ca17f5c1a4f07ec03d"/><dir name="Shipping"><dir name="Carrier"><file name="Shoppingflux.php" hash="1d56b8eac4d74d6f9cce1e8c5a6613bb"/></dir><file name="Method.php" hash="a71d621b210ecdb1e69290f3e0c6f6d2"/></dir></dir><dir name="Mysql4"><dir name="Export"><dir name="Flux"><file name="Collection.php" hash="25a6420bb66aeefb6a8ac0a9e6fc538f"/></dir><file name="Flux.php" hash="6140eeee9d40615eaaba736377aba17e"/><dir name="Updates"><file name="Collection.php" hash="21b355b1db82e4b8a5d1950ac2ffbd18"/></dir><file name="Updates.php" hash="02ef11d051020470231e470f3232f862"/></dir><dir name="Manageorders"><dir name="Export"><dir name="Shipments"><file name="Collection.php" hash="fcdf3c607a8d479beb10a53a618aa225"/></dir><file name="Shipments.php" hash="e06dfaf254a5fd3d8649685b56874258"/></dir><dir name="Log"><file name="Collection.php" hash="0efd8c68937edf98cc9f9bb35bd76f79"/></dir><file name="Log.php" hash="b30bbf3ead209d69993546b29f72ecd7"/><dir name="Shipping"><dir name="Method"><file name="Collection.php" hash="7b2c8fb56625953ea8cd79cc7ddcc9df"/></dir><file name="Method.php" hash="a919a6c61ad6ddefd19ffc287eaa7325"/></dir></dir></dir><dir name="Service"><dir name="Http"><dir name="Client"><dir name="Adapter"><file name="Curl.php" hash="659ab165cdd8492fdc7ee08b515732ac"/><file name="Stream.php" hash="c3a61972f5ffb625dba59ba53365965d"/></dir></dir></dir></dir><file name="Service.php" hash="3bbadfa583da0cb1ad46b4d0bebcdcc1"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Apikey.php" hash="90036cf58c627fcc68920af912171a0c"/><file name="Refresh.php" hash="d53cbdc6ae73c146af67ef5f20d9e4e8"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="GeneralController.php" hash="554d7ddd341b073dd566b3ba21f0bd19"/></dir><dir name="Export"><dir name="Adminhtml"><file name="CategoryController.php" hash="d882797e1e0fbff25b312768c6569f04"/><file name="ExportController.php" hash="b496415fe06e284c62692813d8000250"/></dir><file name="FluxController.php" hash="dd529a8f698136fe1612dd53becdf016"/></dir><dir name="Manageorders"><dir name="Adminhtml"><file name="CronController.php" hash="9c43b1b18fb883b4140aaa1d3f82cb1c"/><file name="ImportController.php" hash="22d7190ab3d8374498d922616ba5795a"/><file name="LogController.php" hash="f941a1d2512c2461d614a94682afc8c3"/><file name="OrderController.php" hash="7e64c4b34250a1f949be5414bda7ae86"/></dir></dir></dir><dir name="doc"><file name="doc_module_1.4.pdf" hash="5590a49838bd67f70f0cacf9605cea2b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c7488b04c573bd896c74198b52211d1f"/><file name="config.xml" hash="976275eb510eddae946c56b1fd11b528"/><file name="system.xml" hash="832c40fa6e73254f910be020b0e26f18"/></dir><dir name="sql"><dir name="profileolabs_shoppingflux_setup"><file name="mysql4-install-0.1.0.php" hash="87c47ba97a55bd71dada152b52736be2"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="0f95646d855413c52928ed4c258aacb1"/><file name="mysql4-upgrade-0.3.13-0.3.14.php" hash="4f6a5399ad06457f0ebf57b33353ebe2"/><file name="mysql4-upgrade-0.3.14-0.3.15.php" hash="6215917eef61544fc6f4193d31956df4"/><file name="mysql4-upgrade-0.3.17-0.3.18.php" hash="112b34baecd80300682bda9ba69c8970"/><file name="mysql4-upgrade-0.4.2-0.4.3.php" hash="2322a9d2b5130bc78699c1953df87a04"/><file name="mysql4-upgrade-0.4.6-0.5.0.php" hash="02be6c02a8c77e642ef3e40ded1ba8be"/><file name="mysql4-upgrade-0.5.1-0.5.2.php" hash="0e5414628efee519deff6aff301651c7"/><file name="mysql4-upgrade-0.5.3-0.5.4.php" hash="9dfb5e5895a9a2973dba57a049d9d379"/><file name="mysql4-upgrade-0.5.5-0.5.6.php" hash="e0ebe03688b7eac8252efa0d5b9b4258"/><file name="mysql4-upgrade-0.6.5-0.6.6.php" hash="c58a1219b2858d50a3d72e77ac6ee43c"/></dir></dir></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></target><target name="mageetc"><dir name="modules"><file name="Profileolabs_Shoppingflux.xml" hash="73ec83cf32c72884815a3cac9f754a54"/></dir></target><target name="magelocale"><dir><dir name="fr_FR"><file name="Profileolabs_Shoppingflux.csv" hash="976e5917ba859e727c4468e2a06478ab"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="7787fbcc03edc0b4b68d51e211e82049"/></dir><dir name="template"><dir name="profileolabs"><dir name="shoppingflux"><dir name="export"><dir name="category"><file name="edit.phtml" hash="8af812638245a0aa59a1c90aa6c20a4f"/></dir><file name="edit.phtml" hash="729868cce29296bbbc86207830e4061d"/><file name="feed.phtml" hash="e17cd27faf955480224f4b32bc75a6f5"/><file name="process.phtml" hash="1dee42b2f14c0862446e5b475aaccad3"/><file name="product.phtml" hash="cca57adec209091d1d80cebbbe0c1172"/></dir><dir name="manageorders"><file name="import.phtml" hash="397a0f85d61db23006e6cff181ddac5b"/><dir name="payment"><dir name="info"><file name="purchaseorder.phtml" hash="782768b0e4836b25f46443dda098db29"/></dir></dir><dir name="sales"><dir name="order"><file name="total.phtml" hash="ded51585527ad918412dd5f0d0a9b2a7"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="672feff0a0895f920d4037ff131bf5ac"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="672feff0a0895f920d4037ff131bf5ac"/></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Profileolabs_Shoppingflux</name>
4
+ <version>0.7.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Export your products on price comparison sites and marketplaces, with lift controls.</summary>
10
  <description>This module will allow you to connect your Magento Shopping-Flux (monthly subscription from 79 &#x20AC; / month) to export your products on price comparison sites and marketplaces, with managing your commands directly into your Magento. You'll increase your sales by making available on: . Google Shopping . LeGuide.com . Shopping . Shopzilla . Twenga (and over a hundred other price comparison sites and buying guides) . eBay . Rue Du Commerce . C Market (CDsicount) . PixPlace (Pixmania) . Amazon . PriceMinister (and all, more than a dozen marketplaces) With rise in orders directly into your Magento for a quick and easy management of your orders for your products and the most profitable. with Shopping Flux, you can also create Adwords campaigns for each of your product descriptions, create a shop on FaceBook, etc. ... Shopping Flux Technology is the most innovative of the French market and has many Ecommer&#xE7;ants Magento. Ask a free trial for 1 month on our website : www.shopping-flux.com</description>
11
+ <notes>- Background generation is now optional&#xD;
12
+ - Update translations&#xD;
13
+ - Minor bugfixes &amp; improvements&#xD;
14
  </notes>
15
  <authors><author><name>ShoppingFlux</name><user>ShoppingFlux</user><email>olivier.levy@gmail.com</email></author></authors>
16
+ <date>2014-07-21</date>
17
+ <time>17:51:19</time>
18
+ <contents><target name="magecommunity"><dir name="Profileolabs"><dir name="Shoppingflux"><dir name="Block"><dir name="Export"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="da466a657f2b80567ef576711a190805"/></dir><dir name="Tab"><file name="Default.php" hash="b66202a43cdb1e3b178287aa1d7c1d2a"/></dir></dir></dir><file name="Feed.php" hash="02274fcb2c95199c826d8e22be5bb16a"/><file name="Process.php" hash="d5cd1471abfc8ea7f364dfb4610e4fd4"/><dir name="Product"><file name="Grid.php" hash="70febb2c9ecef5a9ec41a12e06df02b5"/></dir><file name="Product.php" hash="f71a0d0f25e2484f74f1ceaeee514d3f"/><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Bool.php" hash="2717fd3964299bb372c355427c8136d7"/></dir></dir></dir></dir></dir><file name="Flow.php" hash="aed0df354559ecb9d36d3ddf854c301a"/><file name="Flux.php" hash="c592023b56306258439287d28edf6c85"/><file name="Tracking.php" hash="a01f384121dda81f8ee3faa80ee3a32a"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Manageorders"><dir name="Adminhtml"><dir name="Cron"><file name="Grid.php" hash="ddfd5d9374446afafef1f545839e869e"/></dir><file name="Cron.php" hash="1a6a4042d3270b56e2dadc80f5c12cfa"/><file name="Import.php" hash="0d675a1731ca646ba57989b8545f4682"/><dir name="Log"><file name="Grid.php" hash="9170b01b3a6d3d558801faeba745390f"/></dir><file name="Log.php" hash="3336bc53002b82b4ab16d18a4e68e0cb"/><dir name="Order"><file name="Grid.php" hash="00cc7d1bb20437d8f7a547e0acfd7f9c"/></dir><file name="Order.php" hash="a6d45eb0146fb448f72348724c3151df"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><dir name="Shipping"><file name="Method.php" hash="e4cca2caf90ef55f13c3d55aff5c72bb"/></dir></dir></dir></dir></dir></dir><dir name="Payment"><dir name="Info"><file name="Purchaseorder.php" hash="df942f5c9a19506ef2bf70ca1d4da809"/></dir></dir></dir><dir name="Tracking"><file name="Buyline.php" hash="a60b19ed533b265a7a2aafe75c03c0fa"/><file name="Roi.php" hash="e34e26dffead694a35798d0397782d55"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e24753fee3f9da7913a72b7bd0d5be9b"/></dir><dir name="Model"><dir name="Attribute"><dir name="Source"><file name="Category.php" hash="49f1f7959c4741c22bbf79b7e0bd24e7"/></dir></dir><dir name="Catalog"><dir name="Product"><file name="Collection.php" hash="8c3a5fe7c329059b6b85a1e0e5ee48fd"/></dir></dir><file name="Config.php" hash="13ccabd19d75028862d951a73dc405d0"/><dir name="Export"><dir name="Convert"><dir name="Parser"><file name="Product.php" hash="4e50613b82ba84c35eb87f991645c118"/></dir></dir><file name="Flow.php" hash="842fa4b4a49ea86bdeb1cb0441433ccd"/><file name="Flux.php" hash="d5b40c0802590151690e69419e587c9d"/><file name="Observer.php" hash="81bccc00143e4e188cc0c3477a026886"/><dir name="Rewrite"><dir name="Catalog"><file name="Config.php" hash="c87b13b0141123b80cb1ac33eaf75715"/></dir><dir name="CatalogInventory"><dir name="Stock"><file name="Item.php" hash="5249964f31fda6d5b7ff9587e713ca81"/></dir></dir></dir><dir name="Source"><file name="Attributes.php" hash="bf113c8f1c7abc94cdabe467a7a1bdd7"/><file name="Attributesprice.php" hash="6cddf3b9562c8dbc56e670b377e341c1"/><dir name="Category"><file name="Level.php" hash="477d3dccefe5720eedc6b5d7a7110c9a"/></dir><file name="Visibility.php" hash="c2a1494bc2e554074d19c58523c450b2"/></dir><file name="Updates.php" hash="6a12528f1ba69f0e0240ba471b471578"/><file name="Xml.php" hash="d6574955d2a108a91c1ebf84feb1b02b"/><file name="Xmlflow.deprecated.php" hash="960d81e05b332cdb16449029b07f0eca"/><file name="Xmlflow.php" hash="82815362cf6b2127ef961be79e48c127"/></dir><dir name="Manageorders"><dir name="Convert"><file name="Customer.php" hash="8da7acf7a455e27e4bb94396f4c85e1b"/></dir><dir name="Export"><file name="Shipments.php" hash="20e617e183366ef5447ea653aa989065"/></dir><file name="Log.php" hash="392d1811b56df12bccb2e7986e588f3d"/><file name="Observer.php" hash="2d34910c331e4bc911a59e5470ad851b"/><file name="Order.php" hash="1dc6b36b8b68a36ca40d67beb2ff4629"/><file name="OrderOLD.php" hash="f25b3ce2d3610eecf201e2d2421aa460"/><dir name="Payment"><dir name="Method"><file name="Purchaseorder.php" hash="4ed46b995590d286b3154e0bbf7ebc63"/></dir></dir><file name="Product.php" hash="0041c5ebcd0aa8ca17f5c1a4f07ec03d"/><dir name="Shipping"><dir name="Carrier"><file name="Shoppingflux.php" hash="1d56b8eac4d74d6f9cce1e8c5a6613bb"/></dir><file name="Method.php" hash="a71d621b210ecdb1e69290f3e0c6f6d2"/></dir></dir><dir name="Mysql4"><dir name="Export"><dir name="Flux"><file name="Collection.php" hash="25a6420bb66aeefb6a8ac0a9e6fc538f"/></dir><file name="Flux.php" hash="6140eeee9d40615eaaba736377aba17e"/><dir name="Updates"><file name="Collection.php" hash="21b355b1db82e4b8a5d1950ac2ffbd18"/></dir><file name="Updates.php" hash="02ef11d051020470231e470f3232f862"/></dir><dir name="Manageorders"><dir name="Export"><dir name="Shipments"><file name="Collection.php" hash="fcdf3c607a8d479beb10a53a618aa225"/></dir><file name="Shipments.php" hash="e06dfaf254a5fd3d8649685b56874258"/></dir><dir name="Log"><file name="Collection.php" hash="0efd8c68937edf98cc9f9bb35bd76f79"/></dir><file name="Log.php" hash="b30bbf3ead209d69993546b29f72ecd7"/><dir name="Shipping"><dir name="Method"><file name="Collection.php" hash="7b2c8fb56625953ea8cd79cc7ddcc9df"/></dir><file name="Method.php" hash="a919a6c61ad6ddefd19ffc287eaa7325"/></dir></dir></dir><dir name="Service"><dir name="Http"><dir name="Client"><dir name="Adapter"><file name="Curl.php" hash="659ab165cdd8492fdc7ee08b515732ac"/><file name="Stream.php" hash="c3a61972f5ffb625dba59ba53365965d"/></dir></dir></dir></dir><file name="Service.php" hash="7eb049ce0997fba04dbf44be95be7997"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Apikey.php" hash="90036cf58c627fcc68920af912171a0c"/><file name="Refresh.php" hash="d53cbdc6ae73c146af67ef5f20d9e4e8"/></dir></dir></dir><file name=".DS_Store" hash="e7218be203fbe7f5c2243a9dea3bf55e"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="GeneralController.php" hash="8086191aa502cb3996f7a154c7926718"/></dir><dir name="Export"><dir name="Adminhtml"><file name="CategoryController.php" hash="d882797e1e0fbff25b312768c6569f04"/><file name="ExportController.php" hash="b496415fe06e284c62692813d8000250"/></dir><file name="FluxController.php" hash="dd529a8f698136fe1612dd53becdf016"/></dir><dir name="Manageorders"><dir name="Adminhtml"><file name="CronController.php" hash="9c43b1b18fb883b4140aaa1d3f82cb1c"/><file name="ImportController.php" hash="e79d3545f9413dde430d703bb13f6a3e"/><file name="LogController.php" hash="f744619a2283468d03e8a3f7f8f0c080"/><file name="OrderController.php" hash="acec967d5c7fa44fd3f716fc48f500a6"/></dir></dir></dir><dir name="doc"><file name="doc_module_1.4.pdf" hash="5590a49838bd67f70f0cacf9605cea2b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fa2e007d1511d96ca9b37fe92eab2604"/><file name="config.xml" hash="50143bcce32798eae017e29953557b09"/><file name="system.xml" hash="0c7b8f848538b51fd820a95315542a20"/></dir><dir name="sql"><dir name="profileolabs_shoppingflux_setup"><file name="mysql4-install-0.1.0.php" hash="87c47ba97a55bd71dada152b52736be2"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="0f95646d855413c52928ed4c258aacb1"/><file name="mysql4-upgrade-0.3.13-0.3.14.php" hash="4f6a5399ad06457f0ebf57b33353ebe2"/><file name="mysql4-upgrade-0.3.14-0.3.15.php" hash="6215917eef61544fc6f4193d31956df4"/><file name="mysql4-upgrade-0.3.17-0.3.18.php" hash="112b34baecd80300682bda9ba69c8970"/><file name="mysql4-upgrade-0.4.2-0.4.3.php" hash="2322a9d2b5130bc78699c1953df87a04"/><file name="mysql4-upgrade-0.4.6-0.5.0.php" hash="02be6c02a8c77e642ef3e40ded1ba8be"/><file name="mysql4-upgrade-0.5.1-0.5.2.php" hash="0e5414628efee519deff6aff301651c7"/><file name="mysql4-upgrade-0.5.3-0.5.4.php" hash="9dfb5e5895a9a2973dba57a049d9d379"/><file name="mysql4-upgrade-0.5.5-0.5.6.php" hash="e0ebe03688b7eac8252efa0d5b9b4258"/><file name="mysql4-upgrade-0.6.5-0.6.6.php" hash="c58a1219b2858d50a3d72e77ac6ee43c"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="0804f52786bdd97024dee79eb4b68695"/></dir></dir><file name=".DS_Store" hash="a4ce32669416edb46ed2eff780ea35e8"/></dir><file name=".DS_Store" hash="07ed8102ec80073338a7364c2ac2c414"/></dir></target><target name="mageetc"><dir name="modules"><file name="Profileolabs_Shoppingflux.xml" hash="73ec83cf32c72884815a3cac9f754a54"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Profileolabs_Shoppingflux.csv" hash="df14cd3eca562f5c75e685e15470a653"/></dir><dir name="fr_FR"><file name="Profileolabs_Shoppingflux.csv" hash="84b10feb5c62fbb94e77125427c8a7f2"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="7787fbcc03edc0b4b68d51e211e82049"/></dir><dir name="template"><dir name="profileolabs"><dir name="shoppingflux"><dir name="export"><dir name="category"><file name="edit.phtml" hash="8af812638245a0aa59a1c90aa6c20a4f"/></dir><file name="edit.phtml" hash="af3d64c7cb4b179cbf75b2def62d31f1"/><file name="feed.phtml" hash="1cb4146ef5910af093fe928f48332652"/><file name="process.phtml" hash="1dee42b2f14c0862446e5b475aaccad3"/><file name="product.phtml" hash="3d93144b8eb1e16672d610d9c0c35092"/></dir><dir name="manageorders"><file name="import.phtml" hash="6fd3bca397be66fc17d340cfae558fe9"/><dir name="payment"><dir name="info"><file name="purchaseorder.phtml" hash="782768b0e4836b25f46443dda098db29"/></dir></dir><dir name="sales"><dir name="order"><file name="total.phtml" hash="ded51585527ad918412dd5f0d0a9b2a7"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="672feff0a0895f920d4037ff131bf5ac"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="profileolabs_shoppingflux.xml" hash="672feff0a0895f920d4037ff131bf5ac"/></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
21
  </package>