Dobi78 Posted July 12, 2013 Share Posted July 12, 2013 (edited) ....ja wie das Thema schon anspricht, werden meine Preise nach dem Update auf 1.5.4.1 nun alle ohne MwSt. angezeigt. Muss ich die jetzt ALLE händisch wieder abändern oder gibt es da einen Trick? Die Steuerregeln stimmen (Land CH) irgendwie komische Sache. Ich hoffe, jemand kann mir hier helfen?! Lg Dobi Edited July 14, 2013 by Dobi78 (see edit history) Link to comment Share on other sites More sharing options...
newcommer Posted July 12, 2013 Share Posted July 12, 2013 CSV import export??? ist der schnellste weg Link to comment Share on other sites More sharing options...
newcommer Posted July 12, 2013 Share Posted July 12, 2013 für den export nutze ich das im sql manager SELECT p.id_product, p.active, pl.name, GROUP_CONCAT(DISTINCT(cl.name) SEPARATOR ",") as categories, p.price, p.id_tax_rules_group, p.wholesale_price, p.reference, p.supplier_reference, p.id_supplier, p.id_manufacturer, p.upc, p.ecotax, p.weight, p.quantity, pl.description_short, pl.description, pl.meta_title, pl.meta_keywords, pl.meta_description, pl.link_rewrite, pl.available_now, pl.available_later, p.available_for_order, p.date_add, p.show_price, p.online_only, p.condition, p.id_shop_default FROM ps_product p LEFT JOIN ps_product_lang pl ON (p.id_product = pl.id_product) LEFT JOIN ps_category_product cp ON (p.id_product = cp.id_product) LEFT JOIN ps_category_lang cl ON (cp.id_category = cl.id_category) LEFT JOIN ps_category c ON (cp.id_category = c.id_category) LEFT JOIN ps_product_tag pt ON (p.id_product = pt.id_product) WHERE pl.id_lang = 7 AND cl.id_lang = 7 AND p.id_shop_default = 1 AND c.id_shop_default = 1 GROUP BY p.id_product änder id_lang für deine sprache Dann kannst du deine preise und steuer id anpassen danach alles wieder importieren Link to comment Share on other sites More sharing options...
Dobi78 Posted July 12, 2013 Author Share Posted July 12, 2013 Öhm ok....ich und Datenbank sind keine Freunde ! Kannst Du mir vielleicht erklären was ich genau machen muss, denn ich hab deinen Tipp gsr nicht verstanden Link to comment Share on other sites More sharing options...
newcommer Posted July 12, 2013 Share Posted July 12, 2013 Den Code den ich dir geschickt habe setzt du in den SQL Manager ein die zeile id_lang änderst du auf deinen id. Die Id findest du unter Sprachen Deutsch ist Standard 3. Dann kannst du alle deine Produkte exportieren. Die Csv Datei öffnen alle spalten ausser ID Name Preis Tax id löschen. Dann kannst du die Preise ändern falls Sie nicht stimmen. Die richtige Tax Id findest du unter Regeln für Steuern. Die CSV Speichern richtig speichern!! Und mit hilfe von CSV import importieren. Beim Import aufpassen wegen der Preise du kannst sie inkl. Steuer und exkl. Steuer importieren. Das wars denk bitte an ein DB Backup!!!! Bevor du etwas importierst. Link to comment Share on other sites More sharing options...
Dobi78 Posted July 13, 2013 Author Share Posted July 13, 2013 Hey Danke für die ausführlichere Antwort. Ich hab nochmals bei den Produkten genauer nachgeschaut und hab festgestellt, dass die Preise soweit stimmen, nur die MwSt. nicht aktiv ist, heisst ich muss bei allen NUR die MwSt. aktivieren, danach stimmen die Preise. Link to comment Share on other sites More sharing options...
newcommer Posted July 13, 2013 Share Posted July 13, 2013 Ja das kannst du auch mit dem Export machen Die Csv Datei öffnen alle spalten ausser ID Name Preis Tax id löschen. Die richtige Tax Id findest du unter Regeln für Steuern. Diese einsetzen und importieren Link to comment Share on other sites More sharing options...
Dobi78 Posted July 13, 2013 Author Share Posted July 13, 2013 - solved - Link to comment Share on other sites More sharing options...
newcommer Posted July 14, 2013 Share Posted July 14, 2013 super editiere doch bitte auch den Titel als gelöst 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