krabo / isotope-packaging-slip-order-status-update-bundle
Isotope Packaging Slip Update Order status.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- contao/core-bundle: ^4.9
- isotope/isotope-core: ^2.6
- krabo/isotope-packaging-slip-bundle: ^1.0.4
README
Contao Isotope Packaging Slip Order Status Update Bundle
When an packaging slip is updated to a new status update the corresponding order to a new status.
Requirements
- Contao > 4.9
- Isotope
- Isotope Packaging Slip Bundle
Configuration options:
The following configuration can be adjusted to your needs and added to your config.yml file.
isotope_packaging_slip_order_status_update: # Define status regels. # De eerste gematched regel wordt verwerkt. # Het zoeken gebeurt op zoeken naar de packaging_slip_status # - 1 = Prepare for shipping # - 2 = Shipped # - 3 = Ready for pickup # - 4 = Delivered # - 5 = Picked up # order_is_paid definieert of de bestelling betaald dient te zijn of niet # order_status is de id van de nieuwe bestel status status_config: - {packaging_slip_status: 2, order_is_paid: true, order_status_id: 7}
Contributions
Contributions to this bundle are more than welcome. Please submit your contributions as a merge request.
License
The extension is licensed under AGPL-3.0