Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/oxid-all-shipping-costs
OXID module to calculate the shipping costs for all delivery methods
https://github.com/marten-seemann/oxid-all-shipping-costs
Last synced: 19 days ago
JSON representation
OXID module to calculate the shipping costs for all delivery methods
- Host: GitHub
- URL: https://github.com/marten-seemann/oxid-all-shipping-costs
- Owner: marten-seemann
- License: mit
- Created: 2019-02-08T08:21:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T05:28:36.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T00:08:49.877Z (22 days ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OXID: show all shipping costs
This module makes it possible to show the delivery cost for every shipping method during the checkout process.
It adds a method `getDeliveryCost($id)` to the `PaymentController`. The parameter `$id` is the id of the shipping method. It returns the price for this shipping method, applied to the current basket.