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
Daniel Spors edited this page Dec 19, 2023
·
2 revisions
Classes in file modules/payment/shoporderaddress.class.php
class ShopOrderAddress
Prototype of an Address Model.
Your own address class must inherit from this. Usually this data is stored alongside the order itself
so a typical IShopOrder::GetAddress method would just create a new ShopOrderAddress object and assign all
properties from itself.