TIPOFF / checkout

Laravel Package for Ecommerce Checkouts
MIT License
0 stars 1 forks source link

Billing Address & Shipping Address #36

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

Both fields reference a new address model that will be in the https://github.com/tipoff/addresses/issues/19 package and both are nullable on Cart #34 and Order #32

drewroberts commented 3 years ago

The booking package will not use a shipping address.

sl0wik commented 3 years ago

How about https://packagist.org/packages/rinvex/laravel-addresses ?

drewroberts commented 3 years ago

I have a different approach to how I want to handle addresses. We can discuss later in the tipoff/addresses package

pdbreen commented 3 years ago

If product is not currently being shipped, is shipping address a placeholder for a far-off requirement?

Does address include contact information as well (phone for address)? Or, does phone stay w/user (like email)? (For shipped products w/expedited delivery, the carrier often wants a phone for the recipient which might not be the same as the purchaser).

drewroberts commented 3 years ago

Good point. In addition to phone and address, it might also need name in the case you are shipping to someone else. Let me think on it and get back to you.