Contributions
export for kelkoo in french
Instructions and comments in french only sorry for non french-speaking people.
If needed I will translate it, or maybe some french-speaker out there will.
This module creates an export file in text format for kelkoo.
There is also an admin part to choose products that will appear on this export, and define with a few caracters a shipping price.
This contrib needs just a few modification to be able to export in xml format.
Vinioute
Expand All / Collapse All
If you want your products to be integrated into ZOOMICI.COM who will translated them and sell them and ship them in all Europe just look at this file joined.
If someone can make some modifications on the kelkoo export version in this contribution to match the informations explain into the page joined, it will help oscommerce users to sell their products into ZOOMICI.COM. If someone try to do it and need help in PHP or to understand what it's needed don't hesitate to ask me.
Sincerly, the ZOOMICI team.
If you have a problem with the price 4.95 gets 5.00
then you need to change this in the kelkoo file.
The credit goos to xaglo he gave me this solution.
If you need more info send me an email info@dvd-online.be
Hans
// Prix du produit (price)
if ($new_price =
tep_get_products_special_price($products['products_id'])) {
$kelkoo_list .= number_format($new_price * (1 +
(tep_get_tax_rate($products['products_tax_class_id']))/100)
, 2, ',', '') . "t";
} else {
$kelkoo_list .=
number_format($products['products_price'] *(1 +(
tep_get_tax_rate($products['products_tax_class_id']))/100),
2, ',', '') . "t";
}
Petite modification pour que le fichier Kelkoo.txt soi multi langue.
-----
Small modification so that the file Kelkoo.txt one multi language.
http://ieuflr2000.dyndns.org
Add the German language and German Install instruction.
Make some changes in ins
All files uploaded
----------------------------------------------
Deutsche Sprachdateien hinzugefügt.
Installationsanweisung auf deutsch aus dem englischen übersetzt.
Alle Dateien enthalten!
Corrected a few English translation spelling mistakes, and altered kelkoo.php generator file to produce file with UK as the country and GBP as the currency.
All files uploaded
correct the default for displaying products present in a "mother" categorie and not in a sub-categorie and cleanning code.
---
Corrige le défaut de prise en compte des produits présents seulement dans une catégorie mère et non dans une sous-catégorie et nettoyage de code
Total update of the file:
• Compatibility with the basic MS2 assured
• kelkoo file is now on in the admin
• Large cleaning of price_comparison to remove the superfluous codes and the bugs
• Cleaning the text for kelkoo listing optimized
And some ergonomics improvements
• Added English installation (sorry foor my bad english)
• Delivrary costs are personnalisable for each product
• Added a field of fast search
• Modification of the categories for the listing products:
- the products are displayed by mother category
- the products duplicated in several subcategories appear only once
- the products duplicated in several mothers categories appear for each one of them
And perhaps other things, I don't remember well any more :D
----------------------
Mise à jour globale du fichier:
• Compatibilité avec la MS2 assurée
• Le fichier kelkoo est désormais dans l'admin
• Gros nettoyage de price_comparison pour enlever les codes superflus et les bugs
• Nettoyage du texte pour kelkoo optimisé
Et quelques améliorations d'ergonomie:
• Le tarif d'envoi est personnalisable pour chaque produit
• Ajout d'un champ de recherche produit rapide
• Modification des catégories des produits:
- Les produits sont rangés par catégorie mère
- Les produits dupliqués dans plusieurs sous-catégories n'apparaissent qu'une seule fois
- Les produits dupliqués dans plusieurs catégories mères apparaissent pour chacune d'elles
Et peut-être d'autres choses, je ne sais plus bien :D
Spanish translation of the price_comparison_guide.php file.
Juste une adaptation de Kelkoo export, pour le comparateur de prix francais icomparateur.
http://icomparateur.com
Génére un fichier en .txt via l'admin
Added english support (not totally complete).
And correction of an other bug.
Vinioute
Modified bugs on install and install instructions.
Support in french available here :
http://www.oscommerce-fr.info/forum/index.php?showtopic=5217
Instructions and comments in french only sorry for non french-speaking people.
If needed I will translate it, or maybe some french-speaker out there will.
This module creates an export file in text format for kelkoo.
There is also an admin part to choose products that will appear on this export, and define with a few caracters a shipping price.
This contrib needs just a few modification to be able to export in xml format.
Vinioute
Note: Contributions are used at own risk.