Download the PHP package actualizer/hide-shopware-payments-menu without Composer

On this page you can find all versions of the php package actualizer/hide-shopware-payments-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package hide-shopware-payments-menu

ActHideShopwarePaymentsMenu - Hide the Shopware Payments admin menu entry

This plugin removes the "Shopware Payments" entries from the administration navigation. Shopware adds this payment offering to the admin menu by default. Its primary purpose is to tidy up the main navigation for shops that do not use Shopware Payments. (Earlier Shopware versions also threw a "You do not have the required permissions" page when the entry was clicked — that bug is fixed in current Shopware, but the unused entries remain.)

Shopware surfaces "Shopware Payments" in two separate places in the navigation via two different mechanisms, so the plugin filters both.

Note: This is not a statement against Shopware Payments — it is a solid product and a great fit for many shops. This plugin simply addresses the menu clutter for the shops that don't use it: it only hides navigation entries and leaves the app, its payment methods and all functionality fully intact, so it can be enabled again at any time.

What it does

What it deliberately does NOT do

Result: both navigation entries are gone, everything else (the app, its payment methods and the storefront integration) keeps working unchanged.

Requirements

Installation

Via Composer (recommended)

Manual

Place the plugin in custom/plugins/ActHideShopwarePaymentsMenu (via Git clone, ZIP upload in the plugin manager, or your deployment process).

Then, regardless of the install method, enable it:

The compiled administration assets are shipped in src/Resources/public/administration/, so no Node build is required on the target system. After install, do a hard reload (Ctrl+Shift+R) of the admin.

Development

Build the administration assets after changing main.js:

Support

For issues and feature requests, please use the GitHub issue tracker.

License

This plugin is licensed under the MIT License.

Credits

Developed by Actualize


Made with ❤️ for the Shopware Community


All versions of hide-shopware-payments-menu with dependencies

PHP Build Version
Package Version
Requires shopware/core Version >=6.7 <6.8
php Version >=8.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package actualizer/hide-shopware-payments-menu contains the following files

Loading the files please wait ...