ecommerce and address attribute
Permalink
I've modified the address attribute to include a company name.
/models/attribute/types/address/form.php
/models/attribute/types/address/composer.php
How do I add it to the atAddress table?
How do I call the company address to display it to the user?
thanks,
Anthony
/models/attribute/types/address/form.php
/models/attribute/types/address/composer.php
How do I add it to the atAddress table?
How do I call the company address to display it to the user?
thanks,
Anthony
I'm not editing anything in core. I'm editing it via the usual override method.
Nevermind. I found this:
http://www.concrete5.org/documentation/how-tos/developers/create-a-...
http://www.concrete5.org/documentation/how-tos/developers/create-a-...
Rony