Author: admin

  • Moing SW6 from my hosting site to another Server Problems

    Hi, The beta site I am working on for my client is hosting on my server. H recently purchased hosting service with cyon.ch. CYON offered free site move, great! It appears they were able to move the site setup a Database and left it at that. the problem they reported is connection to Sales Channel. […]

  • How to bulk handle orders?

    Hello I’m looking at Shopware for a replacement for Magento, and have a lot of questions ;). But, let’s start with this: How do you handle many orders at once (like 50-100)? It does not seems to be possible with vanilla Shopware 6, so any recommendations for a module? Would be great to check several […]

  • Using promotions for prices discounts

    Hi everyone. Why doesn’t this work? I want to give a promotion pricing but only on an item in this dynamic price group and only when more than 50 and less than 100 are ordered. Thanks

  • Fehler Bitte fülle alle Pflichtfelder aus

    Hängt vielleicht auch mit diesem Problem zusammen: Shopware funktioniert ohne ElasticSearch nicht korrekt

  • SQL Backup – Fehler

    Hi @Max_Shop, danke dir, hat leider nicht geklappt gehabt. Hab aber nun dennoch den Fehler behoben bekommen. In der Tabelle „currency“ war die Spalte rounding_total leer. Somit konnte er da auch den Json String (warum auch immer) nicht rein schreiben. Hab es nun manuell hinzugefügt und der Shop funktioniert wieder… Vielen Dank für deine Hilfe! […]

  • Im Plugin Controller den richtigen Subshop

    Die Anführungszeichen waren falsch escaped.

  • Zusatzfeld auf Rechnung ausgeben

    Keine r das nötige Wissen, wie man customFields auf dem Lieferschein ausgeworfen bekommt? Über Hilfestellung würde ich mich weiterhin sehr freuen.

  • SwagVatIdValidation 500er Fehler

    Hallo Michael, ich vermute die Frage bezieht sich auf das PS: custom/plugins/SwagVatIdValidation/plugin.xml <?xml version=”1.0″ encoding=”utf-8″?> <plugin xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”https://raw.githubusercontent.com/shopware/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd”> <label lang=”de”>Umsatzsteuer-ID Prüfung</label> <label lang=”en”>Vat ID-Validation</label> <version>2.0.9</version> custom/plugins/SwagVatIdValidation/Components/ValidationService.php private function getEmailAddress() { $emailNotification = $this->config->get(VatIdConfigReaderInterface::EMAIL_NOTIFICATION); if (is_string($emailNotification)) { $emailAddress = $emailNotification; } elseif ($emailNotification) { $emailAddress = $this->config->get(‘sMAIL’); } else { return false; } return filter_var($emailAddress, FILTER_VALIDATE_EMAIL); […]

  • Migration Connector 5-6 bietet keinen Update Check an

    In diesem Fenster gibt es oben die drei Reiter „Info“, „Voraussetzungen“ und „Plugins“. Unter letztgenanntem findest du, was du suchst.

  • Probleme mit der Anzahl der Werbebuchungen

    Hallo allerseits. Irgendwelche Ideen, warum das nicht funktioniert? Ich möchte einen Aktionspreis geben, aber nur für einen Artikel in dieser dynamischen Preisgruppe und nur, wenn mehr als 50 und weniger als 100 bestellt werden. Danke