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
In most of the projects, when the items are shipped to the client, we need to know the costs of this shipment.
I've seen than @mmoreram and @alch are working in a shipping component, but it seems that is not included into the order yet. Are you ok if we include a shipping cost method into PaymentBridge?
/** * Get shipping amount * * @return integer */publicfunctiongetShippingAmount() {
// Calculate the costs for this order// 0 if it is free
}
In most of the projects, when the items are shipped to the client, we need to know the costs of this shipment.
I've seen than @mmoreram and @alch are working in a shipping component, but it seems that is not included into the order yet. Are you ok if we include a shipping cost method into PaymentBridge?
And then create the form field if applicable:
The text was updated successfully, but these errors were encountered: