Dobi78 Posted July 27, 2012 Share Posted July 27, 2012 Hallo Zusammen, Ich bin auf der Suche nach einer Möglichkeit, den gesamten Katalog in (beispielsweise) CSV zu exportieren! Es sollte alles exportiert werden: Bilder Beschreibungen etc. etc. Den Store Manager kenne ich schon, der ist mir zu teuer für eine einmalige Nutzung. Bei den vielen Modulen, die angeboten werden, hab ich die Übersicht verloren, und möchte auch nicht das falsche erwerben....vielleicht hat ja Jemand eine Idee Danke Link to comment Share on other sites More sharing options...
BluTiGeS Posted July 27, 2012 Share Posted July 27, 2012 (edited) SQL Abfrage SELECT DISTINCT p.id_product AS 'ID', p.active AS 'Active (0/1)', pl.name AS 'Name', p.id_category_default AS 'Default Category', p.price AS 'Price tax excl.', p.id_tax_rules_group AS 'Tax rules ID', p.wholesale_price AS 'Wholesale price', p.on_sale AS 'On sale (0/1)', p.reference AS 'Reference #', psa.reference AS 'Reference Variant #', p.supplier_reference AS 'Supplier reference #', sl.description AS 'Supplier', ml.description AS 'Manufacturer', p.ean13 AS 'EAN13', p.upc AS 'UPC', p.ecotax AS 'Ecotax', p.weight AS 'Weight', p.quantity AS 'Quantity', pl.description_short AS 'Short description', pl.description AS 'Description', pl.meta_title AS 'Meta-title', pl.meta_keywords AS 'Meta-keywords', pl.meta_description AS 'Meta-description', pl.link_rewrite AS 'URL rewritten', pl.available_now AS 'Text when in stock', pl.available_later AS 'Text when backorder allowed', p.available_for_order AS 'Available for order', p.date_add AS 'Product creation date', p.show_price AS 'Show price', p.online_only AS 'Available online only', p.condition AS 'Condition' FROM ps_product p INNER JOIN ps_product_lang pl ON p.id_product = pl.id_product LEFT JOIN ps_product_attribute psa ON p.id_product = psa.id_product LEFT JOIN ps_supplier_lang sl ON p.id_supplier = sl.id_supplier LEFT JOIN ps_manufacturer_lang ml ON p.id_manufacturer = ml.id_manufacturer WHERE pl.id_lang = 4 pl.id_lang = 4 gibt die sprache an 1 ist eng sowit ich es grad im kopf hab sonst mal in der ps_lang nachschauen. Kannst auf deien Bedürfnisse noch anpassen Edited July 27, 2012 by BluTiGeS (see edit history) Link to comment Share on other sites More sharing options...
guest* Posted July 27, 2012 Share Posted July 27, 2012 Probier es mit diesem Modul: Ich hatte es mit einer 1.3. in Verwendung, mit 1.4. ging es dann nicht mehr und ich habe dann den PSM genommen. Mittlerweile funktioniert es anscheinend auch für eine 1.4. Version: http://www.prestashop.com/forums/topic/37900-module-product-export-module-v10-updated-for-14-free/page__hl__product%20|%20export 1 Link to comment Share on other sites More sharing options...
Dobi78 Posted July 27, 2012 Author Share Posted July 27, 2012 Danke cd2500... Bin gespannt, ob die Kollegin damit was anfangen kann Lg Benny Link to comment Share on other sites More sharing options...
moba Posted August 7, 2012 Share Posted August 7, 2012 Probier es mit diesem Modul: Ich hatte es mit einer 1.3. in Verwendung, mit 1.4. ging es dann nicht mehr und ich habe dann den PSM genommen. Mittlerweile funktioniert es anscheinend auch für eine 1.4. Version: http://www.prestasho...ct%20|%20export Vielen Dank CD2500 für diesen Link funktioniert mit 1.4.7.2 einwandfrei ! MfG Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now