• France
status page
demonstrations
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Uninstall module via ZIP file

If you want to uninstall the module:

  1. Delete the LyranetworkSogecommerce directory at the root of your site.
  2. In the composer.json file at the root of the site, delete the line below:
    "Lyranetwork\\Sogecommerce\\": "LyranetworkSogecommerce/src/"
  3. In the bundles.php file in the config directory, delete the line below:
    Lyranetwork\Sogecommerce\LyranetworkSogecommercePlugin::class => ['all' => true],
  4. In the routes.yaml file in the config directory, delete the lines below:
    sylius_sogecommerce:
        resource: "@LyranetworkSogecommercePlugin/Resources/config/routing.yaml"
  5. In the _sylius.yaml file in the directoryconfig/packages, delete the lines below:
    winzou_state_machine:
      sylius_payment:
        callbacks:
          after:
            custom_action:
              on: ["process", "authorize", "complete"]
              do: ["@lyranetworksogecommerce.order_service", "sendConfirmationEmail"]
              args: ["object"]
  6. In the services.yaml file in the directoryconfig, delete the lines below:
    services:
    [...]
        lyranetworksogecommerce.order_service:
          class: Lyranetwork\Sogecommerce\Service\OrderService
          public: true
  7. Delete or remove all additions made to templates in templates/bundles/:
    SyliusAdminBundle\PaymentMethod\_form.html.twig
    SyliusAdminBundle\OrderShow\_payment.html.twig
    SyliusShopBundle\Checkout\SelectPayment\_choice.html.twig
    SyliusUiBundle\Form\theme.html.twig
  8. Open the terminal from the root of your website.
  9. Enter the commands below:
    composer dump-autoload
    php bin/console cache:clear
© 2025 {'|'} All rights reserved to Sogecommerce
25.20-1.11