silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

Middle name #691

Open sparkcom opened 5 years ago

sparkcom commented 5 years ago

I need to add Middle Name because client insists he needs it. He has customers with same first and surname. but the Order class has no hooks on it to extend the getName() and getAddress()

would be nice it could be extendable

wilr commented 5 years ago

@sparkcom PR welcome to add updateName extension hook. Address::getName() should also be updated with the hook.