You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
This will be a greater refactoring as anticipated.
In order to provide the option to the user to choose among the shipping and billing methods, the options must be defined either in the Database or in the configuration.
Additionally in the Order table the fields
shipment_express
shipment_to_door
shipment_cash_on_delivery
must be removed
And replaced by the following
shipping_method
payment_method
Another proposal would be to add 2 additional tables payments and shipments linked with the order table by using an one to one association i.e. with fields shipment_id and payment_id.
In this way we could expand the payments and shipments later for example with shipment status and payment status.
The text was updated successfully, but these errors were encountered:
panigrc
changed the title
Remove hard coded shipping costs from the language files
[Shipping] Remove hard coded shipping costs from the language files
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will be a greater refactoring as anticipated.
In order to provide the option to the user to choose among the shipping and billing methods, the options must be defined either in the Database or in the configuration.
Additionally in the
Order
table the fieldsshipment_express
shipment_to_door
shipment_cash_on_delivery
must be removed
And replaced by the following
shipping_method
payment_method
Another proposal would be to add 2 additional tables
payments
andshipments
linked with theorder
table by using an one to one association i.e. with fieldsshipment_id
andpayment_id
.In this way we could expand the
payments
andshipments
later for example with shipment status and payment status.The text was updated successfully, but these errors were encountered: