Go to file
MaxBUhe e7db5bdac4 [Bump] changelog + metadata 2024-03-14 14:11:57 +01:00
Application add custom url redirect for individual implementations 2022-07-26 22:54:53 +02:00
Modules [Fixed] incompatible type declarations on oxid-native-methods 2024-03-14 14:11:06 +01:00
.gitignore dont copy .neon file to source directory 2022-07-26 23:48:47 +02:00
.php-cs-fixer.php add custom url redirect for individual implementations 2022-07-26 22:54:53 +02:00
CHANGELOG.md [Bump] changelog + metadata 2024-03-14 14:11:57 +01:00
IntelliSenseHelper.php add PHP CS Fixer dependency 2022-07-25 13:45:35 +02:00
LICENSE.md initial 2022-07-25 11:05:32 +02:00
README.en.md adjust documentation 2022-07-25 12:25:03 +02:00
README.md adjust documentation 2022-07-25 12:25:03 +02:00
composer.json make installable in OXID 6.5.3 (CE 6.14) 2023-09-27 15:36:48 +02:00
metadata.php [Bump] changelog + metadata 2024-03-14 14:11:57 +01:00
phpstan.neon make oxNew discoverable for phpstan 2022-07-27 09:04:12 +02:00

README.en.md

deutsche Version english version

D³ PRG Redirects for OXID eShop

For forms sent via the FORM method, the browser's back function can only be used after the form has been resent. Depending on the browser, prompts will be shown. The additional sending can trigger unwanted actions.

By applying an additional GET request to the source address, the additional sending is prevented at the first "back". (see Wikipedia)

Installation

This package requires an Composer installed OXID eShop as defined in composer.json.

Open a command line interface and navigate to the shop root directory (parent of source and vendor). Execute the following command. Adapt the paths to your environment.

php composer require d3/prg-redirects:^1.0

Activate the module in the admin area of the shop in "Extensions -> Modules".

Usage

In the "Settings" tab, activate all controllers that are to use this additional redirection.

Extensibility

In principle, every controller can be equipped with this technology. If a controller is missing, it is welcome to add it. Note the handling of special cases, e.g. if the sending of the form was not successful and forwarding would interfere with error handling.

Changelog

See CHANGELOG for further informations.

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Licence

(status: 2022-07-25)

Distributed under the GPLv3 license.

Copyright (c) D3 Data Development (Inh. Thomas Dartsch)

This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3.

For full copyright and licensing information, please see the LICENSE file distributed with this source code.